Searched refs:PHASE_MASK (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/sys/dev/stg/ |
| H A D | tmc18c30.c | 533 if ((stat & PHASE_MASK) != DATA_IN_PHASE) 607 if ((stat & PHASE_MASK) != DATA_OUT_PHASE) 689 phase &= PHASE_MASK; in stg_expect_signal() 695 if ((ph & PHASE_MASK) != phase) in stg_expect_signal() 1005 if ((status & PHASE_MASK) == MESSAGE_IN_PHASE) 1091 if ((status & PHASE_MASK) != MESSAGE_IN_PHASE) 1116 switch (status & PHASE_MASK) 1269 if ((status & PHASE_MASK) == 0) 1281 switch (status & PHASE_MASK) 1306 if ((status & PHASE_MASK) != DATA_OUT_PHASE) [all …]
|
| H A D | tmc18c30reg.h | 135 #define PHASE_MASK (BSTAT_SEL | BSTAT_BSY | BSTAT_PHMASK) macro 139 ((((st) & PHASE_MASK) & ~BSTAT_IO) == BSTAT_BSY)
|
| /freebsd-12.1/sys/dev/ncv/ |
| H A D | ncr53c500.c | 976 if ((status & PHASE_MASK) == MESSAGE_IN_PHASE) 1012 if ((status & PHASE_MASK) != MESSAGE_OUT_PHASE) 1017 if ((status & PHASE_MASK) != MESSAGE_OUT_PHASE) 1029 if ((status & PHASE_MASK) != MESSAGE_IN_PHASE) 1050 switch (status & PHASE_MASK)
|
| H A D | ncr53c500reg.h | 135 #define PHASE_MASK (MSGI|CDI|IOI) macro
|
| /freebsd-12.1/sys/dev/esp/ |
| H A D | ncr53c9xvar.h | 439 #define PHASE_MASK (MSGI | CDI | IOI) macro
|
| /freebsd-12.1/sys/dev/aic7xxx/ |
| H A D | aic7xxx.reg | 120 mask PHASE_MASK CDI|IOI|MSGI 151 mask PHASE_MASK CDI|IOI|MSGI 1369 mask PHASE_MASK CDI|IOI|MSGI
|
| H A D | aic7xxx.c | 698 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint() 773 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint() 1069 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_scsiint() 2577 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_proto_violation() 2668 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_message_phase()
|
| H A D | aic7xxx_reg.h | 1336 #define PHASE_MASK 0xe0 macro
|
| H A D | aic79xx.reg | 1658 enum PHASE_MASK CDO|IOO|MSGO { 1685 enum PHASE_MASK CDO|IOO|MSGO { 3626 enum PHASE_MASK CDO|IOO|MSGO {
|
| H A D | aic7xxx.seq | 1991 and LASTPHASE, PHASE_MASK, SCSISIGI; 2123 and SCSISIGO, PHASE_MASK, SCSISIGI; 2125 and LASTPHASE, PHASE_MASK, SCSISIGI ret;
|
| H A D | aic79xx.c | 1044 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint() 1223 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint() 1851 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_transmission_error() 2477 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_proto_violation()
|
| H A D | aic79xx.seq | 1416 and LASTPHASE, PHASE_MASK, SCSISIGI ret; 1443 and LASTPHASE, PHASE_MASK, SCSISIGI;
|
| H A D | aic79xx_reg.h | 3604 #define PHASE_MASK 0xe0 macro
|