Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/platform_data/
H A Dshmob_drm.h64 unsigned int cs_setup:3; member
/openbmc/u-boot/include/
H A Dexynos_lcd.h58 unsigned int cs_setup; member
/openbmc/linux/drivers/spi/
H A Datmel-quadspi.c519 u32 cs_setup; in atmel_qspi_set_cs_timing() local
523 delay = spi_delay_to_ns(&spi->cs_setup, NULL); in atmel_qspi_set_cs_timing()
531 cs_setup = DIV_ROUND_UP((delay * DIV_ROUND_UP(clk_rate, 1000000)), in atmel_qspi_set_cs_timing()
539 aq->scr |= QSPI_SCR_DLYBS(cs_setup); in atmel_qspi_set_cs_timing()
H A Dspi-mt65xx.c286 struct spi_delay *cs_setup = &spi->cs_setup; in mtk_spi_set_hw_cs_timing() local
293 delay = spi_delay_to_ns(cs_setup, NULL); in mtk_spi_set_hw_cs_timing()
H A Dspi-tegra114.c722 struct spi_delay *setup = &spi->cs_setup; in tegra_spi_set_hw_cs_timing()
H A Dspi.c998 spi_delay_exec(&spi->cs_setup, NULL); in spi_set_cs()
2324 of_spi_parse_dt_cs_delay(nc, &spi->cs_setup, "spi-cs-setup-delay-ns"); in of_spi_parse_dt()
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_fb.c79 unsigned int cs_setup; member
218 (priv->cs_setup + priv->wr_setup + in exynos_fimd_set_clock()
595 priv->cs_setup = fdtdec_get_int(blob, node, in exynos_fb_ofdata_to_platdata()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Ddenali.c949 int rdwr_en_lo, rdwr_en_hi, rdwr_en_lo_hi, cs_setup; in denali_setup_data_interface() local
1054 cs_setup = max3((int)DIV_ROUND_UP(timings->tCS_min, t_x) - rdwr_en_lo, in denali_setup_data_interface()
1057 cs_setup = min_t(int, cs_setup, CS_SETUP_CNT__VALUE); in denali_setup_data_interface()
1061 tmp |= FIELD_PREP(CS_SETUP_CNT__VALUE, cs_setup); in denali_setup_data_interface()
/openbmc/linux/drivers/mtd/nand/raw/
H A Ddenali.c773 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()
/openbmc/u-boot/doc/device-tree-bindings/video/
H A Dexynos-fb.txt44 samsung,cs-setup: cs_setup value in FIMD_CPU_INTERFACE mode.
/openbmc/linux/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_crtc.c85 value = (idata->sys.cs_setup << LDMT2R_CSUP_SHIFT) in shmob_drm_crtc_setup_geometry()
/openbmc/linux/include/linux/spi/
H A Dspi.h219 struct spi_delay cs_setup; member