Home
last modified time | relevance | path

Searched refs:bus_phase (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/scsi/aic7xxx/
Daic7xxx_core.c1255 u_int bus_phase; in ahc_handle_seqint() local
1257 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint()
1258 if (bus_phase != P_MESGIN in ahc_handle_seqint()
1259 && bus_phase != P_MESGOUT) { in ahc_handle_seqint()
1262 bus_phase); in ahc_handle_seqint()
1275 if (bus_phase == P_MESGOUT) { in ahc_handle_seqint()
1292 if (bus_phase == P_MESGOUT) { in ahc_handle_seqint()
3238 u_int bus_phase; in ahc_handle_message_phase() local
3243 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_message_phase()
3262 phasemis = bus_phase != P_MESGOUT; in ahc_handle_message_phase()
[all …]
Daic79xx_core.c1896 u_int bus_phase; in ahd_handle_seqint() local
1898 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint()
1900 ahd_name(ahd), bus_phase); in ahd_handle_seqint()
1902 switch (bus_phase) { in ahd_handle_seqint()
2080 u_int bus_phase; in ahd_handle_seqint() local
2082 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint()
2083 if (bus_phase != P_MESGIN in ahd_handle_seqint()
2084 && bus_phase != P_MESGOUT) { in ahd_handle_seqint()
2086 "phase 0x%x\n", bus_phase); in ahd_handle_seqint()
2100 if (bus_phase == P_MESGOUT) in ahd_handle_seqint()
[all …]
/linux-3.4.99/drivers/scsi/
Dipr.h607 u8 bus_phase; member