Home
last modified time | relevance | path

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

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