Home | History | Annotate | Download | only in ic

Lines Matching refs:ie_bus_read16

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;
487 status = sc->ie_bus_read16(sc, off);
524 status = sc->ie_bus_read16(sc, off);
675 status = sc->ie_bus_read16(sc, IE_CMD_XMIT_STATUS(sc->xmit_cmds,
752 rbdstatus = sc->ie_bus_read16(sc, off);
845 val = sc->ie_bus_read16(sc, off);
859 val = sc->ie_bus_read16(sc, off);
1094 if ((sc->ie_bus_read16(sc, off) & IE_CUS_ACTIVE) == 0) {
1225 result = sc->ie_bus_read16(sc, off) == 0;
1295 (sc->ie_bus_read16(sc, IE_CMD_COMMON_STATUS(cmd)) & IE_STAT_OK) == 0)
1298 result = sc->ie_bus_read16(sc, IE_CMD_TDR_TIME(cmd));
1509 status = sc->ie_bus_read16(sc, IE_CMD_COMMON_STATUS(cmd));
1538 status = sc->ie_bus_read16(sc, IE_CMD_COMMON_STATUS(cmdbuf));
1580 status = sc->ie_bus_read16(sc, IE_CMD_COMMON_STATUS(cmdbuf));
1828 sc->ie_bus_read16(sc, IE_RBD_STATUS(sc->rbds, n)),
1829 ie_bus_read16(sc, IE_RBD_NEXT(sc->rbds, n)),
1831 sc->ie_bus_read16(sc, IE_RBD_BUFLEN(sc->rbds, n)));