Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/esp/
H A Dncr53c9xvar.h439 #define PHASE_MASK (MSGI | CDI | IOI) macro
/freebsd-13.1/sys/dev/aic7xxx/
H A Daic7xxx.reg120 mask PHASE_MASK CDI|IOI|MSGI
151 mask PHASE_MASK CDI|IOI|MSGI
1369 mask PHASE_MASK CDI|IOI|MSGI
H A Daic7xxx.c697 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint()
771 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint()
1066 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_scsiint()
2567 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_proto_violation()
2657 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_message_phase()
H A Daic7xxx_reg.h1335 #define PHASE_MASK 0xe0 macro
H A Daic79xx.reg1658 enum PHASE_MASK CDO|IOO|MSGO {
1685 enum PHASE_MASK CDO|IOO|MSGO {
3626 enum PHASE_MASK CDO|IOO|MSGO {
H A Daic7xxx.seq1991 and LASTPHASE, PHASE_MASK, SCSISIGI;
2123 and SCSISIGO, PHASE_MASK, SCSISIGI;
2125 and LASTPHASE, PHASE_MASK, SCSISIGI ret;
H A Daic79xx.c1039 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint()
1218 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint()
1840 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_transmission_error()
2462 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_proto_violation()
H A Daic79xx.seq1416 and LASTPHASE, PHASE_MASK, SCSISIGI ret;
1443 and LASTPHASE, PHASE_MASK, SCSISIGI;
H A Daic79xx_reg.h3603 #define PHASE_MASK 0xe0 macro