Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sgimips/stand/common/
H A Diris_scsireg.h375 #define PHASE_MASK 0x07 /* mask for psns/pctl phase */ macro
385 #define SCSI_PHASE(reg) ((reg) & PHASE_MASK)
/netbsd-src/sys/arch/acorn32/podulebus/
H A Dsbicvar.h156 #define PHASE_MASK 0x07 /* mask for psns/pctl phase */ macro
H A Dsbicreg.h258 #define SBIC_PHASE(csr) ((csr) & PHASE_MASK)
/netbsd-src/sys/arch/x68k/dev/
H A Dmhavar.h207 #define PHASE_MASK (MSGI|CDI|IOI) macro
H A Dmha.c1715 ph & PHASE_MASK, sc->sc_phase)); in mhaintr()
1719 switch (ph & PHASE_MASK) { in mhaintr()
1885 switch (ph & PHASE_MASK) { in mhaintr()
/netbsd-src/sys/dev/ic/
H A Dwd33c93reg.h350 #define PHASE_MASK 0x07 /* mask for psns/pctl phase */ macro
360 #define SCSI_PHASE(reg) ((reg) & PHASE_MASK)
H A Dncr53c9xvar.h396 #define PHASE_MASK (MSGI|CDI|IOI) macro
H A Daic7xxx.c693 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint()
768 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint()
1063 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_scsiint()
2556 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 Daic79xx.c1009 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint()
1190 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint()
1786 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_transmission_error()
2365 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_proto_violation()
/netbsd-src/sys/dev/podulebus/
H A Desp_podule.c240 espstat & PHASE_MASK; in esp_podule_dma_intr()
/netbsd-src/sys/dev/pcmcia/
H A Desp_pcmcia.c374 : espstat & PHASE_MASK; in esp_pcmcia_dma_intr()
/netbsd-src/sys/dev/isa/
H A Desp_isa.c529 espstat & PHASE_MASK; in esp_isa_dma_intr()
/netbsd-src/sys/arch/amiga/dev/
H A Dflsc.c457 : flscstat & PHASE_MASK; in flsc_dma_intr()
/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daic7xxx.reg120 mask PHASE_MASK CDI|IOI|MSGI
151 mask PHASE_MASK CDI|IOI|MSGI
1371 mask PHASE_MASK CDI|IOI|MSGI
H A Daic7xxx_reg.h1342 #define PHASE_MASK 0xe0 macro
H A Daic79xx.reg1667 enum PHASE_MASK CDO|IOO|MSGO {
1694 enum PHASE_MASK CDO|IOO|MSGO {
3611 enum PHASE_MASK CDO|IOO|MSGO {
H A Daic7xxx.seq1990 and LASTPHASE, PHASE_MASK, SCSISIGI;
2122 and SCSISIGO, PHASE_MASK, SCSISIGI;
2124 and LASTPHASE, PHASE_MASK, SCSISIGI ret;
H A Daic79xx.seq1210 and LASTPHASE, PHASE_MASK, SCSISIGI ret;
1237 and LASTPHASE, PHASE_MASK, SCSISIGI;
H A Daic79xx_reg.h3561 #define PHASE_MASK 0xe0 macro
/netbsd-src/sys/arch/mac68k/obio/
H A Desp.c532 : espstat & PHASE_MASK; in esp_dma_intr()