Home
last modified time | relevance | path

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

/drivers/spi/
Dspi_txx9.c95 int on, unsigned int cs_delay) in txx9spi_cs_func() argument
107 ndelay(cs_delay); /* CS Hold Time */ in txx9spi_cs_func()
110 ndelay(cs_delay); /* CS Setup Time / CS Recovery Time */ in txx9spi_cs_func()
162 unsigned int cs_delay; in txx9spi_work_one() local
170 cs_delay = 100 + (NSEC_PER_SEC / 2) / spi->max_speed_hz; in txx9spi_work_one()
219 txx9spi_cs_func(spi, c, 1, cs_delay); in txx9spi_work_one()
275 txx9spi_cs_func(spi, c, 0, cs_delay); in txx9spi_work_one()
287 txx9spi_cs_func(spi, c, 0, cs_delay); in txx9spi_work_one()