Home
last modified time | relevance | path

Searched refs:PHASE_MASK (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.reg118 mask PHASE_MASK CDI|IOI|MSGI
149 mask PHASE_MASK CDI|IOI|MSGI
1367 mask PHASE_MASK CDI|IOI|MSGI
H A Daic7xxx.c689 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint()
763 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint()
1058 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_scsiint()
2557 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_proto_violation()
2647 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_message_phase()
H A Daic7xxx_reg.h1333 #define PHASE_MASK 0xe0 macro
H A Daic79xx.reg1656 enum PHASE_MASK CDO|IOO|MSGO {
1683 enum PHASE_MASK CDO|IOO|MSGO {
3624 enum PHASE_MASK CDO|IOO|MSGO {
H A Daic7xxx.seq1989 and LASTPHASE, PHASE_MASK, SCSISIGI;
2121 and SCSISIGO, PHASE_MASK, SCSISIGI;
2123 and LASTPHASE, PHASE_MASK, SCSISIGI ret;
H A Daic79xx.c1031 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 Daic79xx.seq1414 and LASTPHASE, PHASE_MASK, SCSISIGI ret;
1441 and LASTPHASE, PHASE_MASK, SCSISIGI;
H A Daic79xx_reg.h3601 #define PHASE_MASK 0xe0 macro