Searched refs:U14_SINT (Results 1 – 2 of 2) sorted by relevance
/netbsd/sys/dev/isa/ |
H A D | uha_isa.c | 324 if (bus_space_read_1(iot, ioh, U14_SINT) & U14_SDIP) in u14_poll() 351 if ((bus_space_read_1(iot, ioh, U14_SINT) & U14_SDIP) == 0) in u14_intr() 359 uhastat = bus_space_read_1(iot, ioh, U14_SINT); in u14_intr() 362 bus_space_write_1(iot, ioh, U14_SINT, U14_ICM_ACK); in u14_intr() 383 if ((bus_space_read_1(iot, ioh, U14_SINT) & U14_SDIP) == 0) in u14_intr()
|
/netbsd/sys/dev/ic/ |
H A D | uhareg.h | 65 #define U14_SINT 0x0003 /* system doorbell int/stat reg */ macro
|