Home
last modified time | relevance | path

Searched defs:LEGAL_CHANNEL (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/playstation2/ee/
H A Dintc.c48 #define LEGAL_CHANNEL(x) ((x) >= 0 && (x) <= 15) macro
H A Ddmac.c50 #define LEGAL_CHANNEL(x) ((x) >= 0 && (x) <= 15) macro