Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/isa/
Duha_isa.c205 config = (bus_space_read_1(iot, ioh, U14_CONFIG + 0) << 8) | in u14_find()
206 (bus_space_read_1(iot, ioh, U14_CONFIG + 1) << 0); in u14_find()
/netbsd/src/sys/dev/ic/
Duhareg.h67 #define U14_CONFIG 0x0006 /* config reg (2 ports) */ macro