Home
last modified time | relevance | path

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

/drivers/spi/
Dspi-s3c24xx.c96 unsigned int cspol = spi->mode & SPI_CS_HIGH ? 1 : 0; in s3c24xx_spi_chipsel() local
102 hw->set_cs(hw->pdata, spi->chip_select, cspol^1); in s3c24xx_spi_chipsel()
109 hw->set_cs(hw->pdata, spi->chip_select, cspol); in s3c24xx_spi_chipsel()
Dspi-au1550.c163 unsigned int cspol = spi->mode & SPI_CS_HIGH ? 1 : 0; in au1550_spi_chipsel() local
170 cspol); in au1550_spi_chipsel()
215 cspol); in au1550_spi_chipsel()