HomeSort by: relevance | last modified time | path
    Searched defs:bus_phase (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
ninjascsi32.c 2339 u_int8_t arbstat, bus_phase; local in function:njsc32_intr
2435 bus_phase = njsc32_read_1(sc, NJSC32_REG_SCSI_BUS_MONITOR) &
2438 switch (bus_phase) {
2473 switch (bus_phase) {
2490 printf("%#x\n", bus_phase);
2495 device_xname(sc->sc_dev), bus_phase);
aic79xx.c 1007 u_int bus_phase; local in function:ahd_handle_seqint
1009 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
1011 ahd_name(ahd), bus_phase);
1013 switch (bus_phase) {
1188 u_int bus_phase; local in function:ahd_handle_seqint
1190 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
1191 if (bus_phase != P_MESGIN
1192 && bus_phase != P_MESGOUT) {
1194 "phase 0x%x\n", bus_phase);
1208 if (bus_phase == P_MESGOUT
3774 u_int bus_phase; local in function:ahd_handle_message_phase
    [all...]
aic7xxx.c 691 u_int bus_phase; local in function:ahc_handle_seqint
693 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
694 if (bus_phase != P_MESGIN
695 && bus_phase != P_MESGOUT) {
698 bus_phase);
715 if (bus_phase == P_MESGOUT)
727 if (bus_phase == P_MESGOUT) {
2642 u_int bus_phase; local in function:ahc_handle_message_phase
2647 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
2666 phasemis = bus_phase != P_MESGOUT
    [all...]

Completed in 17 milliseconds