HomeSort by: relevance | last modified time | path
    Searched defs:sist (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/ic/
esiop.c 404 int istat, sist, sstat1, dstat = 0; /* XXX: gcc */ local in function:esiop_intr
548 sist = bus_space_read_2(sc->sc_c.sc_rt, sc->sc_c.sc_rh,
553 printf("scsi interrupt, sist=0x%x sstat1=0x%x "
554 "DSA=0x%x DSP=0x%lx\n", sist, sstat1,
560 if (sist & SIST0_RST) {
565 if (sist & SIST0_SGE) {
593 if ((sist & SIST0_MA) && need_reset == 0) {
649 if (sist & SIST0_PAR) {
660 if ((sist & (SIST1_STO << 8)) && need_reset == 0) {
710 if (sist & SIST0_UDC)
    [all...]
siop.c 301 int istat, sist, sstat1, dstat = 0; /* XXX: gcc */ local in function:siop_intr
431 sist = bus_space_read_2(sc->sc_c.sc_rt, sc->sc_c.sc_rh,
436 printf("scsi interrupt, sist=0x%x sstat1=0x%x "
437 "DSA=0x%x DSP=0x%lx\n", sist,
445 if (sist & SIST0_RST) {
450 if (sist & SIST0_SGE) {
458 if ((sist & SIST0_MA) && need_reset == 0) {
514 if (sist & SIST0_PAR) {
523 if ((sist & (SIST1_STO << 8)) && need_reset == 0) {
537 if (sist & SIST0_UDC)
    [all...]
  /src/sys/arch/amiga/dev/
siop2.c 293 u_short sist; local in function:siopng_poll
325 sist = rp->siop_sist;
327 if (siopng_checkintr(sc, istat, dstat, sist, &status)) {
490 printf ("%s: abort %s: dstat %02x, istat %02x sist %04x sien %04x sbcl %02x\n",
971 u_short sist, int *status)
993 printf ("siopngchkintr: istat %x dstat %x sist %x dsps %x sbcl %x sts %x msg %x\n",
994 istat, dstat, sist, rp->siop_dsps, rp->siop_sbcl, acb->stat[0], acb->msg[0]);
1005 printf(" istat %x dstat %x sist %x\n",
1006 istat, dstat, sist);
1012 SIOP_TRACE('i',dstat,istat,(istat&SIOP_ISTAT_DIP)?rp->siop_dsps&0xff:sist);
1641 u_short sist; local in function:siopngintr
    [all...]
  /src/sys/arch/bebox/stand/boot/
siop.c 263 uint16_t sist; local in function:siop_intr
297 sist = readw(adp->addr + SIOP_SIST0);
300 if ((sist & SIST0_MA) && need_reset == 0) {
348 if (sist & (SIST1_STO << 8)) {
359 " sist=0x%x sstat1=0x%x DSA=0x%x DSP=0x%lx\n",
360 sist, sstat1, dsa,
  /src/sys/arch/prep/stand/boot/
siop.c 240 uint16_t sist; local in function:siop_intr
274 sist = readw(adp->addr + SIOP_SIST0);
277 if ((sist & SIST0_MA) && need_reset == 0) {
327 if (sist & (SIST1_STO << 8)) {
338 " sist=0x%x sstat1=0x%x DSA=0x%x DSP=0x%lx\n",
339 sist, sstat1, dsa,

Completed in 17 milliseconds