OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wds_cmd
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/isa/
wdsreg.h
12
#define
WDS_CMD
0 /* write */
28
/*
WDS_CMD
(write) defs */
52
struct
wds_cmd
{
struct
66
struct
wds_cmd
cmd;
67
struct
wds_cmd
sense;
wds.c
174
int
wds_cmd
(bus_space_tag_t, bus_space_handle_t, u_char *, int);
223
wds_cmd
(bus_space_tag_t iot, bus_space_handle_t ioh, u_char *ibuf, int icnt)
function
230
bus_space_write_1(iot, ioh,
WDS_CMD
, *ibuf++);
662
if (scb->hashkey == (scb_phys - sizeof(struct
wds_cmd
)))
728
wds_cmd
(iot, ioh, &c, sizeof c);
746
wds_cmd
(sc->sc_iot, sc->sc_ioh, &c, sizeof c);
889
bus_space_write_1(iot, ioh,
WDS_CMD
, WDSC_NOOP);
984
wds_cmd
(iot, ioh, (u_char *)&init, sizeof init);
989
wds_cmd
(iot, ioh, &c, sizeof c);
Completed in 24 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026