Home
last modified time | relevance | path

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

/openbsd/sys/dev/isa/
H A Duha_isa.c274 if (bus_space_read_1(iot, ioh, U14_SINT) & U14_SDIP) in u14_poll()
301 if ((bus_space_read_1(iot, ioh, U14_SINT) & U14_SDIP) == 0) in u14_intr()
331 if ((bus_space_read_1(iot, ioh, U14_SINT) & U14_SDIP) == 0) in u14_intr()
/openbsd/sys/dev/ic/
H A Duhareg.h117 #define U14_SDIP 0x80 /* system doorbell int pending */ macro