Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/ux500/
Dux500_msp_i2s.h48 #define TX_CLK_POL_RISING 0x00002000 macro
Dux500_msp_i2s.c203 temp_reg = readl(msp->registers + MSP_GCR) & ~TX_CLK_POL_RISING; in configure_protocol()