Searched defs:LEGAL_CHANNEL (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/playstation2/ee/ | ||
H A D | intc.c | 48 #define LEGAL_CHANNEL(x) ((x) >= 0 && (x) <= 15) macro |
H A D | dmac.c | 50 #define LEGAL_CHANNEL(x) ((x) >= 0 && (x) <= 15) macro |