Searched refs:ie_bus_read16 (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Di82596var.h209 u_int16_t (*ie_bus_read16)(struct ie_softc *, int offset); member in struct:ie_softc
295 status = (sc->ie_bus_read16)(sc, off);
H A Di82596.c226 if ((sc->ie_bus_read16)(sc, IE_ISCP_BUSY(sc->iscp))) {
238 (sc->ie_bus_read16)(sc, IE_SCP_TEST(sc->scp));
263 * ie_bus_read16 - read a sixteen-bit i82596 pointer
354 if ((sc->ie_bus_read16)(sc, off) == 0) {
368 sc->ie_bus_read16(sc, IE_SCB_STATUS(sc->scb)),
432 status = (sc->ie_bus_read16)(sc, off);
464 sc->ie_bus_read16(sc, IE_SCB_ERRCRC(scb)) +
465 sc->ie_bus_read16(sc, IE_SCB_ERRALN(scb)) +
466 sc->ie_bus_read16(sc, IE_SCB_ERRRES(scb)) +
467 sc->ie_bus_read16(s
[all...]
/openbsd-current/sys/arch/hppa/gsc/
H A Dif_ie_gsc.c350 sc->ie_bus_read16 = ie_gsc_read16;

Completed in 147 milliseconds