Home
last modified time | relevance | path

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

/freebsd-14.2/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.c696 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint()
770 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint()
1065 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_scsiint()
2566 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_proto_violation()
2656 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.c1038 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint()
1217 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint()
1839 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_transmission_error()
2461 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