Searched refs:txx9spi_cs_func (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/spi/ |
D | spi-txx9.c | 96 static void txx9spi_cs_func(struct spi_device *spi, struct txx9spi *c, in txx9spi_cs_func() function 131 txx9spi_cs_func(spi, c, 0, (NSEC_PER_SEC / 2) / spi->max_speed_hz); in txx9spi_setup() 206 txx9spi_cs_func(spi, c, 1, cs_delay); in txx9spi_work_one() 262 txx9spi_cs_func(spi, c, 0, cs_delay); in txx9spi_work_one() 275 txx9spi_cs_func(spi, c, 0, cs_delay); in txx9spi_work_one()
|