Searched refs:bus_phase (Results 1 – 3 of 3) sorted by relevance
1248 u_int bus_phase; in ahc_handle_seqint() local1250 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()3231 u_int bus_phase; in ahc_handle_message_phase() local3236 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_message_phase()3255 phasemis = bus_phase != P_MESGOUT; in ahc_handle_message_phase()[all …]
1888 u_int bus_phase; in ahd_handle_seqint() local1890 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint()1892 ahd_name(ahd), bus_phase); in ahd_handle_seqint()1894 switch (bus_phase) { in ahd_handle_seqint()2072 u_int bus_phase; in ahd_handle_seqint() local2074 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint()2075 if (bus_phase != P_MESGIN in ahd_handle_seqint()2076 && bus_phase != P_MESGOUT) { in ahd_handle_seqint()2078 "phase 0x%x\n", bus_phase); in ahd_handle_seqint()2092 if (bus_phase == P_MESGOUT) in ahd_handle_seqint()[all …]
662 u8 bus_phase; member