Searched refs:ie_bus_read16 (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | i82596.c | 354 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 D | i82596var.h | 209 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 D | if_ie_gsc.c | 350 sc->ie_bus_read16 = ie_gsc_read16;
|