Searched refs:cs_setup (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | shmob_drm.h | 66 unsigned int cs_setup:3; member
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | exynos_lcd.h | 59 unsigned int cs_setup; member
|
| /OK3568_Linux_fs/u-boot/drivers/video/exynos/ |
| H A D | exynos_fb.c | 80 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()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | denali.c | 950 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()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | denali.c | 773 int rdwr_en_lo, rdwr_en_hi, rdwr_en_lo_hi, cs_setup; in denali_setup_interface() local 902 cs_setup = max3((int)DIV_ROUND_UP(timings->tCS_min, t_x) - rdwr_en_lo, in denali_setup_interface() 905 cs_setup = min_t(int, cs_setup, CS_SETUP_CNT__VALUE); in denali_setup_interface() 909 tmp |= FIELD_PREP(CS_SETUP_CNT__VALUE, cs_setup); in denali_setup_interface()
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/video/ |
| H A D | exynos-fb.txt | 44 samsung,cs-setup: cs_setup value in FIMD_CPU_INTERFACE mode.
|
| /OK3568_Linux_fs/kernel/include/linux/spi/ |
| H A D | spi.h | 644 struct spi_delay cs_setup; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/shmobile/ |
| H A D | shmob_drm_crtc.c | 82 value = (idata->sys.cs_setup << LDMT2R_CSUP_SHIFT) in shmob_drm_crtc_setup_geometry()
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi.c | 813 spi_delay_exec(&spi->controller->cs_setup, NULL); in spi_set_cs() 3483 memcpy(&spi->controller->cs_setup, setup, len); in spi_set_cs_timing() 3485 memset(&spi->controller->cs_setup, 0, len); in spi_set_cs_timing()
|