Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Di82596.c354 if ((sc->ie_bus_read16)(sc, off) == 0) {
432 status = (sc->ie_bus_read16)(sc, off);
464 sc->ie_bus_read16(sc, IE_SCB_ERRCRC(scb)) + in i82596_count_errors()
467 sc->ie_bus_read16(sc, IE_SCB_ERROVR(scb)); in i82596_count_errors()
544 status = sc->ie_bus_read16(sc, off);
583 status = sc->ie_bus_read16(sc, off);
739 status = sc->ie_bus_read16(sc, off);
826 rbdstatus = sc->ie_bus_read16(sc, off);
924 val = sc->ie_bus_read16(sc, off);
938 val = sc->ie_bus_read16(sc, off);
[all …]
H A Di82596var.h209 u_int16_t (*ie_bus_read16)(struct ie_softc *, int offset); member
295 status = (sc->ie_bus_read16)(sc, off); in ie_ack()
/openbsd/sys/arch/hppa/gsc/
H A Dif_ie_gsc.c350 sc->ie_bus_read16 = ie_gsc_read16;