Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/spi/
Dspi-bcmbca-hsspi.c32 #define GLOBAL_CTRL_CLK_POLARITY BIT(17) macro
213 reg &= ~GLOBAL_CTRL_CLK_POLARITY; in bcmbca_hsspi_set_clk()
215 reg |= GLOBAL_CTRL_CLK_POLARITY; in bcmbca_hsspi_set_clk()
Dspi-bcm63xx-hsspi.c34 #define GLOBAL_CTRL_CLK_POLARITY BIT(17) macro
461 reg &= ~GLOBAL_CTRL_CLK_POLARITY; in bcm63xx_hsspi_set_clk()
463 reg |= GLOBAL_CTRL_CLK_POLARITY; in bcm63xx_hsspi_set_clk()