Home
last modified time | relevance | path

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

/linux-6.15/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()
/linux-6.15/drivers/spi/
H A Datmel-quadspi.c1183 u32 cs_setup; in atmel_qspi_set_cs_timing() local
1208 delay = spi_delay_to_ns(&spi->cs_setup, NULL); in atmel_qspi_set_cs_timing()
1212 cs_setup = DIV_ROUND_UP((delay * DIV_ROUND_UP(clk_rate, 1000000)), in atmel_qspi_set_cs_timing()
1226 aq->scr |= QSPI_SCR_DLYBS(cs_setup); in atmel_qspi_set_cs_timing()
H A Dspi-mt65xx.c290 struct spi_delay *cs_setup = &spi->cs_setup; in mtk_spi_set_hw_cs_timing() local
297 delay = spi_delay_to_ns(cs_setup, NULL); in mtk_spi_set_hw_cs_timing()
H A Dspi.c1065 spi_delay_exec(&spi->cs_setup, NULL); in spi_toggle_csgpiod()
1120 spi_delay_exec(&spi->cs_setup, NULL); in spi_set_cs()
2476 of_spi_parse_dt_cs_delay(nc, &spi->cs_setup, "spi-cs-setup-delay-ns"); in of_spi_parse_dt()
H A Dspi-fsl-dspi.c1047 val = spi_delay_to_ns(&spi->cs_setup, NULL); in dspi_setup()
H A Dspi-tegra114.c722 struct spi_delay *setup = &spi->cs_setup; in tegra_spi_set_hw_cs_timing()
/linux-6.15/include/linux/spi/
H A Dspi.h224 struct spi_delay cs_setup; member