Searched refs:cspol (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/spi/
H A Dspi-ppc4xx.c270 unsigned int cspol; spi_ppc4xx_chipsel() local
280 cspol = spi->mode & SPI_CS_HIGH ? 1 : 0; spi_ppc4xx_chipsel()
282 cspol = !cspol; spi_ppc4xx_chipsel()
284 gpio_set_value(hw->gpios[cs], cspol); spi_ppc4xx_chipsel()
H A Dspi-s3c24xx.c101 unsigned int cspol = spi->mode & SPI_CS_HIGH ? 1 : 0; s3c24xx_spi_chipsel() local
107 hw->set_cs(hw->pdata, spi->chip_select, cspol^1); s3c24xx_spi_chipsel()
114 hw->set_cs(hw->pdata, spi->chip_select, cspol); s3c24xx_spi_chipsel()
H A Dspi-au1550.c173 unsigned cspol = spi->mode & SPI_CS_HIGH ? 1 : 0; au1550_spi_chipsel() local
180 cspol); au1550_spi_chipsel()
225 cspol); au1550_spi_chipsel()

Completed in 114 milliseconds