Searched refs:SSI0_BASE (Results 1 – 6 of 6) sorted by relevance
288 ui32Int = (ui32Base == SSI0_BASE) ? INT_SSI0_COMB : INT_SSI1_COMB; in SSIIntRegister()330 ui32Int = (ui32Base == SSI0_BASE) ? INT_SSI0_COMB : INT_SSI1_COMB; in SSIIntUnregister()
597 ASSERT((ui32Base == SSI0_BASE) || (ui32Base == SSI1_BASE)); in IOCPinTypeSsiMaster()606 if(ui32Base == SSI0_BASE) in IOCPinTypeSsiMaster()659 ASSERT((ui32Base == SSI0_BASE) || (ui32Base == SSI1_BASE)); in IOCPinTypeSsiSlave()668 if(ui32Base == SSI0_BASE) in IOCPinTypeSsiSlave()
164 return(ui32Base == SSI0_BASE || ui32Base == SSI1_BASE); in SSIBaseValid()
62 { SSI0_BASE, INT_SSI0 },85 return((ulBase == SSI0_BASE) || (ulBase == SSI1_BASE) || in SSIBaseValid()
57 #define SSI0_BASE 0x40008000 // SSI0 macro
51 #define SSI0_BASE 0x40000000 // SSI macro
Completed in 12 milliseconds