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

/netbsd-current/sys/dev/ic/
H A Di82586.c225 * ie_bus_read16 - read a sixteen-bit i82586 pointer
301 if ((cmd = sc->ie_bus_read16(sc, off)) == 0)
309 sc->ie_bus_read16(sc, off), cmd);
363 status = sc->ie_bus_read16(sc, off);
390 status = sc->ie_bus_read16(sc, IE_SCB_STATUS(sc->scb));
405 sc->ie_bus_read16(sc, IE_SCB_ERRCRC(scb)) +
406 sc->ie_bus_read16(sc, IE_SCB_ERRALN(scb)) +
407 sc->ie_bus_read16(sc, IE_SCB_ERRRES(scb)) +
408 sc->ie_bus_read16(sc, IE_SCB_ERROVR(scb)));
444 status = sc->ie_bus_read16(s
[all...]
H A Di82586var.h193 u_int16_t (*ie_bus_read16)(struct ie_softc *, int); member in struct:ie_softc
/netbsd-current/sys/arch/hppa/gsc/
H A Dif_ie_gsc.c333 if (sc->ie_bus_read16(sc, IE_ISCP_BUSY(sc->iscp))) {
346 for (i = 9000; i-- && sc->ie_bus_read16(sc, 4); DELAY(100))
461 sc->ie_bus_read16 = ie_gsc_read16;
/netbsd-current/sys/dev/isa/
H A Dif_ai.c341 sc->ie_bus_read16 = ai_read_16;
437 sc->ie_bus_read16 = ai_read_16;
H A Dif_ef.c472 sc->ie_bus_read16 = ef_read_16;
H A Dif_ix.c691 sc->ie_bus_read16 = ix_read_16;
/netbsd-current/sys/arch/sun2/dev/
H A Dif_ie_mbmem.c418 sc->ie_bus_read16 = ie_mbmem_read16;
H A Dif_ie_obio.c280 sc->ie_bus_read16 = ie_obio_read16;
/netbsd-current/sys/dev/mvme/
H A Dif_ie_mvme.c278 sc->ie_bus_read16 = ie_read_16;
/netbsd-current/sys/dev/mca/
H A Dif_elmc_mca.c187 sc->ie_bus_read16 = elmc_mca_read_16;
/netbsd-current/sys/arch/sparc/dev/
H A Dif_ie_obio.c271 sc->ie_bus_read16 = ie_obio_read16;
/netbsd-current/sys/dev/podulebus/
H A Dif_ei.c143 sc->sc_ie.ie_bus_read16 = ei_read16;
/netbsd-current/sys/dev/vme/
H A Dif_ie_vme.c493 sc->ie_bus_read16 = ie_vme_read16;

Completed in 106 milliseconds