Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic79xx.c1029 u_int bus_phase; in ahd_handle_seqint() local
1031 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint()
1033 ahd_name(ahd), bus_phase); in ahd_handle_seqint()
1035 switch (bus_phase) { in ahd_handle_seqint()
1208 u_int bus_phase; in ahd_handle_seqint() local
1210 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint()
1211 if (bus_phase != P_MESGIN in ahd_handle_seqint()
1212 && bus_phase != P_MESGOUT) { in ahd_handle_seqint()
1214 "phase 0x%x\n", bus_phase); in ahd_handle_seqint()
1229 if (bus_phase == P_MESGOUT) in ahd_handle_seqint()
[all …]