HomeSort by: relevance | last modified time | path
    Searched refs:INVALID_AR_SYSCFG (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
tcic2reg.h 791 #define INVALID_AR_SYSCFG(x) ((((x)&0x1000) && (((x)&0x0c00) != 0x0200)) \
795 #define INVALID_AR_SYSCFG(x) ((((x)&0x0800) && (((x)&0x0600) != 0x0100)) \
tcic2.c 142 if (INVALID_AR_SYSCFG(val))

Completed in 13 milliseconds