HomeSort by: relevance | last modified time | path
    Searched refs:ie_bus_read16 (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/dev/ic/
i82586.c 225 * 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(sc, off) & IE_ST_WHENCE
    [all...]
i82586var.h 193 u_int16_t (*ie_bus_read16)(struct ie_softc *, int); member in struct:ie_softc
  /src/sys/arch/hppa/gsc/
if_ie_gsc.c 333 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;
  /src/sys/dev/isa/
if_ai.c 341 sc->ie_bus_read16 = ai_read_16;
437 sc->ie_bus_read16 = ai_read_16;
if_ef.c 472 sc->ie_bus_read16 = ef_read_16;
if_ix.c 691 sc->ie_bus_read16 = ix_read_16;
  /src/sys/arch/sun2/dev/
if_ie_mbmem.c 418 sc->ie_bus_read16 = ie_mbmem_read16;
if_ie_obio.c 280 sc->ie_bus_read16 = ie_obio_read16;
  /src/sys/dev/mca/
if_elmc_mca.c 187 sc->ie_bus_read16 = elmc_mca_read_16;
  /src/sys/dev/mvme/
if_ie_mvme.c 278 sc->ie_bus_read16 = ie_read_16;
  /src/sys/arch/sparc/dev/
if_ie_obio.c 271 sc->ie_bus_read16 = ie_obio_read16;
  /src/sys/dev/podulebus/
if_ei.c 143 sc->sc_ie.ie_bus_read16 = ei_read16;
  /src/sys/dev/vme/
if_ie_vme.c 492 sc->ie_bus_read16 = ie_vme_read16;

Completed in 18 milliseconds