Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/spi/
Dspi-txx9.c83 int last_chipselect; member
103 if (c->last_chipselect >= 0) in txx9spi_cs_func()
104 gpio_set_value(c->last_chipselect, in txx9spi_cs_func()
106 c->last_chipselect = spi->chip_select; in txx9spi_cs_func()
109 c->last_chipselect = -1; in txx9spi_cs_func()
381 c->last_chipselect = -1; in txx9spi_probe()