Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-bcm63xx-hsspi.c30 #define GLOBAL_CTRL_CS_POLARITY_MASK 0x000000ff macro
561 if ((reg & GLOBAL_CTRL_CS_POLARITY_MASK) == bs->cs_polarity) { in bcm63xx_hsspi_setup()
838 bs->cs_polarity = reg & GLOBAL_CTRL_CS_POLARITY_MASK; in bcm63xx_hsspi_probe()
H A Dspi-bcmbca-hsspi.c28 #define GLOBAL_CTRL_CS_POLARITY_MASK 0x000000ff macro
538 bs->cs_polarity = reg & GLOBAL_CTRL_CS_POLARITY_MASK; in bcmbca_hsspi_probe()