Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/spi/
Dspi-bcm63xx-hsspi.c105 u8 cs_polarity; member
117 if (active == !(bs->cs_polarity & BIT(cs))) in bcm63xx_hsspi_set_cs()
235 if ((reg & GLOBAL_CTRL_CS_POLARITY_MASK) == bs->cs_polarity) { in bcm63xx_hsspi_setup()
244 bs->cs_polarity |= BIT(spi->chip_select); in bcm63xx_hsspi_setup()
246 bs->cs_polarity &= ~BIT(spi->chip_select); in bcm63xx_hsspi_setup()
297 reg |= bs->cs_polarity; in bcm63xx_hsspi_transfer_one()
391 bs->cs_polarity = reg & GLOBAL_CTRL_CS_POLARITY_MASK; in bcm63xx_hsspi_probe()