Home
last modified time | relevance | path

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

/drivers/spi/
Dspi-ppc4xx.c267 unsigned int cspol; in spi_ppc4xx_chipsel() local
277 cspol = spi->mode & SPI_CS_HIGH ? 1 : 0; in spi_ppc4xx_chipsel()
279 cspol = !cspol; in spi_ppc4xx_chipsel()
281 gpio_set_value(hw->gpios[cs], cspol); in spi_ppc4xx_chipsel()
Dspi-s3c24xx.c97 unsigned int cspol = spi->mode & SPI_CS_HIGH ? 1 : 0; in s3c24xx_spi_chipsel() local
103 hw->set_cs(hw->pdata, spi->chip_select, cspol^1); in s3c24xx_spi_chipsel()
110 hw->set_cs(hw->pdata, spi->chip_select, cspol); in s3c24xx_spi_chipsel()
Dspi-au1550.c164 unsigned cspol = spi->mode & SPI_CS_HIGH ? 1 : 0; in au1550_spi_chipsel() local
171 cspol); in au1550_spi_chipsel()
216 cspol); in au1550_spi_chipsel()