Searched refs:ADR_SMS4_STATUS1 (Results 1 – 1 of 1) sorted by relevance
510 #define ADR_SMS4_STATUS1 (SMS4_REG_BASE+0x00000014) macro2613 #define GET_SMS4_BUSY (((REG32(ADR_SMS4_STATUS1)) & 0x00000001 ) >> 0)6254 #define SET_SMS4_BUSY(_VAL_) (REG32(ADR_SMS4_STATUS1)) = (((_VAL_) << 0) | ((REG32(ADR_SMS4_STATUS1…8943 #define DEF_SMS4_STATUS1() (REG32(ADR_SMS4_STATUS1)) = (0x00000000)