Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/spi/
Dspi_ppc4xx.c282 unsigned int cspol; in spi_ppc4xx_chipsel() local
292 cspol = spi->mode & SPI_CS_HIGH ? 1 : 0; in spi_ppc4xx_chipsel()
294 cspol = !cspol; in spi_ppc4xx_chipsel()
296 gpio_set_value(hw->gpios[cs], cspol); in spi_ppc4xx_chipsel()
Dspi_s3c24xx.c106 unsigned int cspol = spi->mode & SPI_CS_HIGH ? 1 : 0; in s3c24xx_spi_chipsel() local
112 hw->set_cs(hw->pdata, spi->chip_select, cspol^1); in s3c24xx_spi_chipsel()
119 hw->set_cs(hw->pdata, spi->chip_select, cspol); in s3c24xx_spi_chipsel()
Dau1550_spi.c178 unsigned cspol = spi->mode & SPI_CS_HIGH ? 1 : 0; in au1550_spi_chipsel() local
185 cspol); in au1550_spi_chipsel()
230 cspol); in au1550_spi_chipsel()