Searched refs:PHASE_MASK (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.3-release/sys/dev/stg/
H A Dtmc18c30reg.h133 #define PHASE_MASK (BSTAT_SEL | BSTAT_BSY | BSTAT_PHMASK) macro
137 ((((st) & PHASE_MASK) & ~BSTAT_IO) == BSTAT_BSY)
H A Dtmc18c30.c553 if ((stat & PHASE_MASK) != DATA_IN_PHASE)
629 if ((stat & PHASE_MASK) != DATA_OUT_PHASE)
718 phase &= PHASE_MASK;
724 if ((ph & PHASE_MASK) != phase)
1048 if ((status & PHASE_MASK) == MESSAGE_IN_PHASE)
1136 if ((status & PHASE_MASK) != MESSAGE_IN_PHASE)
1161 switch (status & PHASE_MASK)
1316 if ((status & PHASE_MASK) == 0)
1328 switch (status & PHASE_MASK)
1353 if ((status & PHASE_MASK) !
[all...]
/freebsd-10.3-release/sys/dev/ncv/
H A Dncr53c500reg.h133 #define PHASE_MASK (MSGI|CDI|IOI) macro
H A Dncr53c500.c1021 if ((status & PHASE_MASK) == MESSAGE_IN_PHASE)
1057 if ((status & PHASE_MASK) != MESSAGE_OUT_PHASE)
1062 if ((status & PHASE_MASK) != MESSAGE_OUT_PHASE)
1074 if ((status & PHASE_MASK) != MESSAGE_IN_PHASE)
1095 switch (status & PHASE_MASK)
/freebsd-10.3-release/sys/dev/esp/
H A Dncr53c9xvar.h437 #define PHASE_MASK (MSGI | CDI | IOI) macro
/freebsd-10.3-release/sys/dev/aic7xxx/
H A Daic7xxx.c696 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
771 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
1067 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
2575 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
2666 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
H A Daic7xxx_reg.h1336 #define PHASE_MASK 0xe0 macro
H A Daic79xx.c1042 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
1224 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
1853 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
2479 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
H A Daic79xx_reg.h3604 #define PHASE_MASK 0xe0 macro

Completed in 115 milliseconds