Searched refs:cs_setup (Results 1 – 3 of 3) sorted by relevance
| /linux/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()
|
| /linux/include/linux/spi/ |
| H A D | spi.h | 234 struct spi_delay cs_setup; member
|
| /linux/drivers/spi/ |
| H A D | spi.c | 1257 spi_delay_exec(&spi->cs_setup, NULL); in spi_toggle_csgpiod() 1314 spi_delay_exec(&spi->cs_setup, NULL); in spi_set_cs() 2805 of_spi_parse_dt_cs_delay(nc, &spi->cs_setup, "spi-cs-setup-delay-ns"); in of_spi_parse_dt()
|