Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-bcm63xx-hsspi.c32 #define GLOBAL_CTRL_CLK_POLARITY BIT(17) macro
150 reg &= ~GLOBAL_CTRL_CLK_POLARITY; in bcm63xx_hsspi_set_clk()
152 reg |= GLOBAL_CTRL_CLK_POLARITY; in bcm63xx_hsspi_set_clk()
/kernel/linux/linux-6.6/drivers/spi/
H A 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()
H A 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()

Completed in 3 milliseconds