Searched refs:GLOBAL_CTRL_CLK_POLARITY (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/spi/
H A Dspi-bcmbca-hsspi.c32 #define GLOBAL_CTRL_CLK_POLARITY BIT(17) macro
213 reg &= ~GLOBAL_CTRL_CLK_POLARITY;
215 reg |= GLOBAL_CTRL_CLK_POLARITY;
H A Dspi-bcm63xx-hsspi.c34 #define GLOBAL_CTRL_CLK_POLARITY BIT(17) macro
461 reg &= ~GLOBAL_CTRL_CLK_POLARITY;
463 reg |= GLOBAL_CTRL_CLK_POLARITY;

Completed in 98 milliseconds