Searched refs:PHASE_MASK (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/sys/dev/ic/ |
| H A D | ncr53c9xvar.h | 376 #define PHASE_MASK (MSGI|CDI|IOI) macro
|
| H A D | aic7xxx.c | 720 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint() 795 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint() 1093 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_scsiint() 2599 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_proto_violation() 2690 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_message_phase()
|
| H A D | aic79xx.c | 1054 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint() 1231 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint() 1844 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_transmission_error() 2459 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_proto_violation()
|
| /openbsd-src/sys/dev/microcode/aic7xxx/ |
| H A D | aic7xxx.reg | 121 mask PHASE_MASK CDI|IOI|MSGI 152 mask PHASE_MASK CDI|IOI|MSGI 1370 mask PHASE_MASK CDI|IOI|MSGI
|
| H A D | aic7xxx_reg.h | 1335 #define PHASE_MASK 0xe0 macro
|
| H A D | aic79xx.reg | 1659 enum PHASE_MASK CDO|IOO|MSGO { 1686 enum PHASE_MASK CDO|IOO|MSGO { 3627 enum PHASE_MASK CDO|IOO|MSGO {
|
| H A D | aic7xxx.seq | 1992 and LASTPHASE, PHASE_MASK, SCSISIGI; 2124 and SCSISIGO, PHASE_MASK, SCSISIGI; 2126 and LASTPHASE, PHASE_MASK, SCSISIGI ret;
|
| H A D | aic79xx.seq | 1417 and LASTPHASE, PHASE_MASK, SCSISIGI ret; 1444 and LASTPHASE, PHASE_MASK, SCSISIGI;
|
| H A D | aic79xx_reg.h | 3603 #define PHASE_MASK 0xe0 macro
|