Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dopl_cfg.h126 #define OPL_VALID_CHANNEL(ch) ((ch >= 0) && (ch <= 4)) macro
/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c2316 if ((board >= HWD_SBS_PER_DOMAIN) || !OPL_VALID_CHANNEL(channel) || in opl_master_interrupt()
2384 ASSERT(OPL_VALID_CHANNEL(channel)); in opl_probe_leaf()