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

  /src/sys/arch/amiga/dev/
siop.c 307 u_char sstat0; local in function:siop_poll
339 sstat0 = rp->siop_sstat0;
341 if (siop_checkintr(sc, istat, dstat, sstat0, &status)) {
505 printf ("%s: abort %s: dstat %02x, sstat0 %02x sbcl %02x\n",
906 u_char sstat0, int *status)
925 printf ("siopchkintr: istat %x dstat %x sstat0 %x dsps %x sbcl %x sts %x msg %x\n",
926 istat, dstat, sstat0, rp->siop_dsps, rp->siop_sbcl, acb->stat[0], acb->msg[0]);
937 printf(" istat %x dstat %x sstat0 %x\n",
938 istat, dstat, sstat0);
944 SIOP_TRACE('i',dstat,istat,(istat&SIOP_ISTAT_DIP)?rp->siop_dsps&0xff:sstat0);
1491 register u_char istat, dstat, sstat0; local in function:siopintr
    [all...]
siop2.c 976 int dfifo, dbc, sstat0, sstat1, sstat2; local in function:siopng_checkintr
980 sstat0 = rp->siop_sstat0;
1175 if (sstat0 & SIOP_SSTAT0_OLF) /* sstat0 SODL lsb */
1177 if (sstat0 & SIOP_SSTAT0_ORF) /* sstat0 SODR lsb */
1776 printf(" dstat %02x sstat0 %02x sstat1 %02x sstat2 %02x\n",
  /src/sys/dev/ic/
aic6360.c 1702 u_char sstat0, sstat1; local in function:aicintr
1757 sstat0 = bus_space_read_1(iot, ioh, SSTAT0);
1758 AIC_MISC(("sstat0:0x%02x ", sstat0));
1760 if ((sstat0 & TARGET) != 0) {
1769 } else if ((sstat0 & SELDI) != 0) {
1788 } else if ((sstat0 & SELDO) != 0) {
2182 printf(" SSTAT0=%x SSTAT1=%x SSTAT2=%x SSTAT3=%x SSTAT4=%x\n",
2183 bus_space_read_1(iot, ioh, SSTAT0),
    [all...]
oosiop.c 1020 uint8_t istat, dstat, sstat0; local in function:oosiop_intr
1091 sstat0 = oosiop_read_1(sc, OOSIOP_SSTAT0);
1093 if (sstat0 & OOSIOP_SSTAT0_M_A) {
1099 if (sstat0 & OOSIOP_SSTAT0_STO) {
1106 if (sstat0 & OOSIOP_SSTAT0_SGE) {
1112 if (sstat0 & OOSIOP_SSTAT0_UDC) {
1121 if (sstat0 & OOSIOP_SSTAT0_RST)
1124 if (sstat0 & OOSIOP_SSTAT0_PAR)
osiop.c 461 uint8_t istat, dstat, sstat0; local in function:osiop_poll
497 sstat0 = osiop_read_1(sc, OSIOP_SSTAT0);
500 if (osiop_checkintr(sc, istat, dstat, sstat0, &status)) {
698 printf("%s: abort %s: dstat %02x, sstat0 %02x sbcl %02x\n",
1043 uint8_t sstat0, int *status)
1072 printf(" istat %x dstat %x sstat0 %x\n", istat, dstat, sstat0);
1079 intcode & 0xff : sstat0);
1192 if (sstat0 & OSIOP_SSTAT0_M_A) {
1268 if (sstat0 & OSIOP_SSTAT0_STO)
1708 uint8_t istat, dstat, sstat0; local in function:osiop_intr
    [all...]

Completed in 59 milliseconds