OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bus_phase
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ic/
ninjascsi32.c
2339
u_int8_t arbstat,
bus_phase
;
local
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
);
aic7xxx.c
691
u_int
bus_phase
;
local
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
2647
bus_phase
= ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
2666
phasemis =
bus_phase
!= P_MESGOUT
[
all
...]
aic79xx.c
1007
u_int
bus_phase
;
local
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
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
[
all
...]
Completed in 98 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026