Home | History | Annotate | Download | only in ebus

Lines Matching defs:sc_dp

74 	struct _Icap *sc_dp;
132 sc->sc_dp = (struct _Icap*)ia->ia_vaddr;
139 printf(" virt=%p", (void*)sc->sc_dp);
310 if (sc->sc_dp->Control & (ICAPC_IF_FULL|ICAPC_ERROR))
341 sc->sc_dp->SizeAndFlags = fl | count;
342 sc->sc_dp->BufferAddressHi32 = 0; /* BUGBUG 64bit */
343 sc->sc_dp->BufferAddressLo32 = phys; /* this pushes the fifo */
365 isr = sc->sc_dp->Control;
389 saf = sc->sc_dp->SizeAndFlags;
390 hi = sc->sc_dp->BufferAddressHi32; /* BUGBUG 64bit */
391 lo = sc->sc_dp->BufferAddressLo32; /* this pops the fifo */
406 isr = sc->sc_dp->Control;
422 DEBUG_PRINT(("icap_reset %x\n",sc->sc_dp->Control), DEBUG_STATUS);
423 sc->sc_dp->Control = ICAPC_RESET;
425 sc->sc_dp->Control = ICAPC_INTEN;