Home | History | Annotate | Download | only in ic

Lines Matching defs:scb

213  * chooses a location for the SCB which is expected to be addressable
214 * (through `sc->scb') as an offset against the shared-memory bus handle.
298 off = IE_SCB_CMD(sc->scb);
306 off = IE_SCB_STATUS(sc->scb);
307 printf("i82586_cmd_wait: timo(%ssync): scb status: 0x%x, cmd: 0x%x\n",
341 off = IE_SCB_CMD(sc->scb);
390 status = sc->ie_bus_read16(sc, IE_SCB_STATUS(sc->scb));
402 int scb = 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)));
411 sc->ie_bus_write16(sc, IE_SCB_ERRCRC(scb), 0);
412 sc->ie_bus_write16(sc, IE_SCB_ERRALN(scb), 0);
413 sc->ie_bus_write16(sc, IE_SCB_ERRRES(scb), 0);
414 sc->ie_bus_write16(sc, IE_SCB_ERROVR(scb), 0);
442 off = IE_SCB_STATUS(sc->scb);
478 * completion here before reading SCB status again.
680 printf("%s: tint: SCB status 0x%x; xmit status 0x%x\n",
1092 off = IE_SCB_STATUS(sc->scb);
1105 off = IE_SCB_CMDLST(sc->scb);
1279 /* Assign the command buffer to the SCB command list */
1280 sc->ie_bus_write16(sc, IE_SCB_CMDLST(sc->scb), cmdbuf);
1479 /* link in recv frames * and buffer into the scb. */
1673 sc->ie_bus_write16(sc, IE_SCB_RCVLST(sc->scb),
1684 /* sc->scb->ie_command_list =
1686 sc->ie_bus_write16(sc, IE_SCB_CMDLST(sc->scb),