OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pcic_delay
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
i82365.c
109
static void
pcic_delay
(struct pcic_handle *, int, const char *);
1255
pcic_delay
(h, 10, "pccwr0");
1264
pcic_delay
(h, 100, "pccwr1");
1275
pcic_delay
(struct pcic_handle *h, int timo, const char *wmesg)
function
1281
panic("
pcic_delay
: called with timeout %d", timo);
1283
panic("
pcic_delay
: called in interrupt context");
1285
panic("
pcic_delay
: no event thread");
1287
DPRINTF(("
pcic_delay
: \"%s\" %p, sleep %d ms\n",
1292
tsleep(
pcic_delay
, PWAIT, wmesg,
1368
pcic_delay
(h, 200 + 1, "pccen1")
[
all
...]
i82365.c
109
static void
pcic_delay
(struct pcic_handle *, int, const char *);
1255
pcic_delay
(h, 10, "pccwr0");
1264
pcic_delay
(h, 100, "pccwr1");
1275
pcic_delay
(struct pcic_handle *h, int timo, const char *wmesg)
function
1281
panic("
pcic_delay
: called with timeout %d", timo);
1283
panic("
pcic_delay
: called in interrupt context");
1285
panic("
pcic_delay
: no event thread");
1287
DPRINTF(("
pcic_delay
: \"%s\" %p, sleep %d ms\n",
1292
tsleep(
pcic_delay
, PWAIT, wmesg,
1368
pcic_delay
(h, 200 + 1, "pccen1")
[
all
...]
Completed in 30 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026