HomeSort by: relevance | last modified time | path
    Searched defs:wtregs (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/isa/
wt.c 94 static struct wtregs { struct
112 } wtregs = { variable in typeref:struct:wtregs
148 struct wtregs regs;
192 static int wtreset(bus_space_tag_t, bus_space_handle_t, struct wtregs *);
246 if (wtreset(iot, ioh, &wtregs)) {
300 if (wtreset(iot, ioh, &wtregs)) {
302 memcpy(&sc->regs, &wtregs, sizeof(sc->regs));
1032 wtreset(bus_space_tag_t iot, bus_space_handle_t ioh, struct wtregs *regs)
wt.c 94 static struct wtregs { struct
112 } wtregs = { variable in typeref:struct:wtregs
148 struct wtregs regs;
192 static int wtreset(bus_space_tag_t, bus_space_handle_t, struct wtregs *);
246 if (wtreset(iot, ioh, &wtregs)) {
300 if (wtreset(iot, ioh, &wtregs)) {
302 memcpy(&sc->regs, &wtregs, sizeof(sc->regs));
1032 wtreset(bus_space_tag_t iot, bus_space_handle_t ioh, struct wtregs *regs)
wt.c 94 static struct wtregs { struct
112 } wtregs = { variable in typeref:struct:wtregs
148 struct wtregs regs;
192 static int wtreset(bus_space_tag_t, bus_space_handle_t, struct wtregs *);
246 if (wtreset(iot, ioh, &wtregs)) {
300 if (wtreset(iot, ioh, &wtregs)) {
302 memcpy(&sc->regs, &wtregs, sizeof(sc->regs));
1032 wtreset(bus_space_tag_t iot, bus_space_handle_t ioh, struct wtregs *regs)

Completed in 34 milliseconds