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

/openbsd-current/sys/dev/ic/
H A Duhareg.h67 #define U14_CONFIG 0x0006 /* config reg (2 ports) */ macro
132 * U14_CONFIG bits (read only)
/openbsd-current/sys/dev/isa/
H A Duha_isa.c158 config = (bus_space_read_1(iot, ioh, U14_CONFIG + 0) << 8) |
159 (bus_space_read_1(iot, ioh, U14_CONFIG + 1) << 0);

Completed in 60 milliseconds