Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dtcic2reg.h792 #define INVALID_AR_SYSCFG(x) ((((x)&0x1000) && (((x)&0x0c00) != 0x0200)) \
796 #define INVALID_AR_SYSCFG(x) ((((x)&0x0800) && (((x)&0x0600) != 0x0100)) \ macro
H A Dtcic2.c145 if (INVALID_AR_SYSCFG(val)) in tcic_check_reserved_bits()