Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
Dspi-fsl-spi.c465 int desel; in fsl_spi_setup() local
472 desel = !(spi->mode & SPI_CS_HIGH); in fsl_spi_setup()
473 retval = gpio_direction_output(spi->cs_gpio, desel); in fsl_spi_setup()