Searched refs:PNP_HEXTONUM (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/isa/
H A Dpnpvar.h34 #define PNP_HEXTONUM(c) ((c) >= 'a' \ macro
45 | (PNP_HEXTONUM(s[4]) << 16) \
46 | (PNP_HEXTONUM(s[3]) << 20) \
47 | (PNP_HEXTONUM(s[6]) << 24) \
48 | (PNP_HEXTONUM(s[5]) << 28))

Completed in 44 milliseconds