Searched refs:PHASE_MASK (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx.reg | 118 mask PHASE_MASK CDI|IOI|MSGI 149 mask PHASE_MASK CDI|IOI|MSGI 1367 mask PHASE_MASK CDI|IOI|MSGI
|
H A D | aic7xxx_reg.h | 1333 #define PHASE_MASK 0xe0 macro
|
H A D | aic79xx.reg | 1656 enum PHASE_MASK CDO|IOO|MSGO { 1683 enum PHASE_MASK CDO|IOO|MSGO { 3624 enum PHASE_MASK CDO|IOO|MSGO {
|
H A D | aic7xxx.seq | 1989 and LASTPHASE, PHASE_MASK, SCSISIGI; 2121 and SCSISIGO, PHASE_MASK, SCSISIGI; 2123 and LASTPHASE, PHASE_MASK, SCSISIGI ret;
|
H A D | aic79xx.c | 1031 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint() 1210 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint() 1832 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_transmission_error() 2452 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_proto_violation()
|
H A D | aic79xx.seq | 1414 and LASTPHASE, PHASE_MASK, SCSISIGI ret; 1441 and LASTPHASE, PHASE_MASK, SCSISIGI;
|
H A D | aic79xx_reg.h | 3601 #define PHASE_MASK 0xe0 macro
|