Home
last modified time | relevance | path

Searched refs:cs_setup (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dexynos_lcd.h59 unsigned int cs_setup; member
/rk3399_rockchip-uboot/drivers/video/exynos/
H A Dexynos_fb.c80 unsigned int cs_setup; member
219 (priv->cs_setup + priv->wr_setup + in exynos_fimd_set_clock()
596 priv->cs_setup = fdtdec_get_int(blob, node, in exynos_fb_ofdata_to_platdata()
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Ddenali.c950 int rdwr_en_lo, rdwr_en_hi, rdwr_en_lo_hi, cs_setup; in denali_setup_data_interface() local
1055 cs_setup = max3((int)DIV_ROUND_UP(timings->tCS_min, t_x) - rdwr_en_lo, in denali_setup_data_interface()
1058 cs_setup = min_t(int, cs_setup, CS_SETUP_CNT__VALUE); in denali_setup_data_interface()
1062 tmp |= FIELD_PREP(CS_SETUP_CNT__VALUE, cs_setup); in denali_setup_data_interface()
/rk3399_rockchip-uboot/doc/device-tree-bindings/video/
H A Dexynos-fb.txt44 samsung,cs-setup: cs_setup value in FIMD_CPU_INTERFACE mode.