Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/spi/
Dspi-bcm63xx-hsspi.c106 u8 cs_polarity; member
118 if (active == !(bs->cs_polarity & BIT(cs))) in bcm63xx_hsspi_set_cs()
239 if ((reg & GLOBAL_CTRL_CS_POLARITY_MASK) == bs->cs_polarity) { in bcm63xx_hsspi_setup()
248 bs->cs_polarity |= BIT(spi->chip_select); in bcm63xx_hsspi_setup()
250 bs->cs_polarity &= ~BIT(spi->chip_select); in bcm63xx_hsspi_setup()
301 reg |= bs->cs_polarity; in bcm63xx_hsspi_transfer_one()
396 bs->cs_polarity = reg & GLOBAL_CTRL_CS_POLARITY_MASK; in bcm63xx_hsspi_probe()