OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mscp_waitstep
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/mscp/
mscp_subr.c
105
int
mscp_waitstep
(struct mscp_softc *, int, int);
140
mscp_waitstep
(struct mscp_softc *mi, int mask, int result)
function
385
status =
mscp_waitstep
(mi, MP_STEP1, MP_STEP1);/* Wait to it wakes up */
396
status =
mscp_waitstep
(mi, STEP1MASK, STEP1GOOD);
406
status =
mscp_waitstep
(mi, STEP2MASK, STEP2GOOD(mi->mi_ivec >> 2));
414
status =
mscp_waitstep
(mi, STEP3MASK, STEP3GOOD);
mscpvar.h
294
int
mscp_waitstep
(struct mscp_softc *, int, int);
/src/sys/dev/qbus/
uda.c
170
if (
mscp_waitstep
(&mi, MP_STEP1, MP_STEP1) == 0)
177
if (
mscp_waitstep
(&mi, MP_STEP2, MP_STEP2) == 0) {
Completed in 55 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026