Searched refs:bus_phase (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 1248 u_int bus_phase; in ahc_handle_seqint() local 1250 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint() 1251 if (bus_phase != P_MESGIN in ahc_handle_seqint() 1252 && bus_phase != P_MESGOUT) { in ahc_handle_seqint() 1255 bus_phase); in ahc_handle_seqint() 1268 if (bus_phase == P_MESGOUT) { in ahc_handle_seqint() 1285 if (bus_phase == P_MESGOUT) { in ahc_handle_seqint() 3215 u_int bus_phase; in ahc_handle_message_phase() local 3220 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_message_phase() 3239 phasemis = bus_phase ! in ahc_handle_message_phase() [all...] |
H A D | aic79xx_core.c | 1886 u_int bus_phase; in ahd_handle_seqint() local 1888 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint() 1890 ahd_name(ahd), bus_phase); in ahd_handle_seqint() 1892 switch (bus_phase) { in ahd_handle_seqint() 2061 u_int bus_phase; in ahd_handle_seqint() local 2063 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint() 2064 if (bus_phase != P_MESGIN in ahd_handle_seqint() 2065 && bus_phase != P_MESGOUT) { in ahd_handle_seqint() 2067 "phase 0x%x\n", bus_phase); in ahd_handle_seqint() 2081 if (bus_phase in ahd_handle_seqint() 4682 u_int bus_phase; ahd_handle_message_phase() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 1248 u_int bus_phase; in ahc_handle_seqint() local 1250 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint() 1251 if (bus_phase != P_MESGIN in ahc_handle_seqint() 1252 && bus_phase != P_MESGOUT) { in ahc_handle_seqint() 1255 bus_phase); in ahc_handle_seqint() 1268 if (bus_phase == P_MESGOUT) { in ahc_handle_seqint() 1285 if (bus_phase == P_MESGOUT) { in ahc_handle_seqint() 3213 u_int bus_phase; in ahc_handle_message_phase() local 3218 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_message_phase() 3237 phasemis = bus_phase ! in ahc_handle_message_phase() [all...] |
H A D | aic79xx_core.c | 1886 u_int bus_phase; in ahd_handle_seqint() local 1888 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint() 1890 ahd_name(ahd), bus_phase); in ahd_handle_seqint() 1892 switch (bus_phase) { in ahd_handle_seqint() 2061 u_int bus_phase; in ahd_handle_seqint() local 2063 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint() 2064 if (bus_phase != P_MESGIN in ahd_handle_seqint() 2065 && bus_phase != P_MESGOUT) { in ahd_handle_seqint() 2067 "phase 0x%x\n", bus_phase); in ahd_handle_seqint() 2081 if (bus_phase in ahd_handle_seqint() 4680 u_int bus_phase; ahd_handle_message_phase() local [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ipr.h | 662 u8 bus_phase; member
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ipr.h | 628 u8 bus_phase; member
|
Completed in 31 milliseconds