OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cecwait
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/isa/
cec.c
112
static int
cecwait
(struct cec_softc *, int, int);
313
if (
cecwait
(sc, 0, ISR2_CO))
337
if (
cecwait
(sc, ISR1_DI, 0))
360
if (
cecwait
(sc, ISR1_DO, 0))
365
(void)
cecwait
(sc, ISR1_DO, 0);
545
(void)
cecwait
(sc, ISR1_DO, 0);
658
cecwait
(struct cec_softc *sc, int x1, int x2)
function
665
DPRINTF(DBG_WAIT, ("
cecwait
: sc=%p, x1=0x%x x2=0x%x\n", sc, x1, x2));
672
DPRINTF(DBG_WAIT, ("
cecwait
: got ERR\n"));
678
("
cecwait
: timeout x1=0x%x x2=0x%x\n", x1, x2))
[
all
...]
Completed in 45 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026