Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/spi/
Dspi-fsl-spi.c466 int desel; in fsl_spi_setup() local
473 desel = !(spi->mode & SPI_CS_HIGH); in fsl_spi_setup()
474 retval = gpio_direction_output(spi->cs_gpio, desel); in fsl_spi_setup()