Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
Dspi-txx9.c82 int last_chipselect; member
102 if (c->last_chipselect >= 0) in txx9spi_cs_func()
103 gpio_set_value(c->last_chipselect, in txx9spi_cs_func()
105 c->last_chipselect = spi->chip_select; in txx9spi_cs_func()
108 c->last_chipselect = -1; in txx9spi_cs_func()
376 c->last_chipselect = -1; in txx9spi_probe()