Searched refs:EC_F3_MAX_CHANNEL_MASK (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/dev/ic/ | ||
| D | dptreg.h | 258 #define EC_F3_MAX_CHANNEL_MASK 0xe0 /* Maximum channel ID supported */ macro |
| D | dpt.c | 452 maxchannel = (ec->ec_feat3 & EC_F3_MAX_CHANNEL_MASK) >> in dpt_init() |