Searched refs:INVALID_AR_SYSCFG (Results 1 – 2 of 2) sorted by relevance
792 #define INVALID_AR_SYSCFG(x) ((((x)&0x1000) && (((x)&0x0c00) != 0x0200)) \796 #define INVALID_AR_SYSCFG(x) ((((x)&0x0800) && (((x)&0x0600) != 0x0100)) \ macro
145 if (INVALID_AR_SYSCFG(val)) in tcic_check_reserved_bits()