OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curphase
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
aic7xxx.c
669
"Lastphase = 0x%x,
Curphase
= 0x%x\n",
760
u_int
curphase
;
local
768
curphase
= ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
769
ahc_outb(ahc, LASTPHASE,
curphase
);
770
ahc_outb(ahc, SCSISIGO,
curphase
);
1054
u_int
curphase
;
local
1063
curphase
= ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
1075
*
curphase
and lastphase.
1078
||
curphase
== P_DATAIN ||
curphase
== P_DATAIN_DT
2548
u_int
curphase
;
local
[
all
...]
aic79xx.c
1305
"Lastphase = 0x%x,
Curphase
= 0x%x\n",
1755
u_int
curphase
;
local
1786
curphase
= ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
1810
ahd_scsisigi_print(
curphase
, &cur_col, 50);
1907
if ((
curphase
& ~P_DATAIN_DT) != 0) {
1911
ahd_lookup_phase_entry(
curphase
)->phasemsg);
1915
if (
curphase
== P_MESGIN)
2357
u_int
curphase
;
local
2365
curphase
= ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
2441
ahd_lookup_phase_entry(
curphase
)->phasemsg)
[
all
...]
Completed in 21 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026