Searched refs:SSI_O_CR1 (Results 1 – 3 of 3) sorted by relevance
248 HWREG(ui32Base + SSI_O_CR1) |= SSI_CR1_SSE; in SSIEnable()269 HWREG(ui32Base + SSI_O_CR1) &= ~(SSI_CR1_SSE); in SSIDisable()
99 HWREG(ui32Base + SSI_O_CR1) = ui32RegVal; in SSIConfigSetExpClk()
50 #define SSI_O_CR1 0x00000004 macro