HomeSort by: relevance | last modified time | path
    Searched defs:sc_iobase (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/sys/arch/acorn32/podulebus/
coscvar.h 44 vu_char *sc_iobase; member in struct:cosc_softc
ptscvar.h 41 vu_char *sc_iobase; member in struct:ptsc_specific
coscvar.h 44 vu_char *sc_iobase; member in struct:cosc_softc
ptscvar.h 41 vu_char *sc_iobase; member in struct:ptsc_specific
cscvar.h 41 vu_char *sc_iobase; member in struct:csc_specific
cscvar.h 41 vu_char *sc_iobase; member in struct:csc_specific
  /src/sys/dev/ic/
wevar.h 28 int sc_iobase; /* i/o address */ member in struct:we_softc
wevar.h 28 int sc_iobase; /* i/o address */ member in struct:we_softc
  /src/sys/arch/hppa/dev/
elroyvar.h 33 bus_addr_t sc_iobase; member in struct:elroy_softc
elroyvar.h 33 bus_addr_t sc_iobase; member in struct:elroy_softc
  /src/sys/dev/isa/
ad1848var.h 91 int sc_iobase; member in struct:ad1848_isa_softc
atppc_isa.c 71 int sc_iobase; member in struct:atppc_isa_softc
144 sc->sc_iobase = ia->ia_io->ir_addr;
146 if (bus_space_map(lsc->sc_iot, sc->sc_iobase, IO_LPTSIZE, 0,
ad1848var.h 91 int sc_iobase; member in struct:ad1848_isa_softc
atppc_isa.c 71 int sc_iobase; member in struct:atppc_isa_softc
144 sc->sc_iobase = ia->ia_io->ir_addr;
146 if (bus_space_map(lsc->sc_iot, sc->sc_iobase, IO_LPTSIZE, 0,
addcom_isa.c 87 int sc_iobase; member in struct:addcom_softc
197 sc->sc_iobase = ia->ia_io[0].ir_addr;
206 iobase = sc->sc_iobase
222 ca.ca_iobase = sc->sc_iobase
ast.c 59 int sc_iobase; member in struct:ast_softc
156 sc->sc_iobase = ia->ia_io[0].ir_addr;
159 iobase = sc->sc_iobase + i * COM_NPORTS;
178 ca.ca_iobase = sc->sc_iobase + i * COM_NPORTS;
boca.c 62 int sc_iobase; member in struct:boca_softc
162 sc->sc_iobase = ia->ia_io[0].ir_addr;
165 iobase = sc->sc_iobase + i * COM_NPORTS;
180 ca.ca_iobase = sc->sc_iobase + i * COM_NPORTS;
ioat66.c 59 int sc_iobase; member in struct:ioat66_softc
155 sc->sc_iobase = ia->ia_io[0].ir_addr;
moxa_isa.c 59 int sc_iobase; member in struct:moxa_isa_softc
154 sc->sc_iobase = ia->ia_io[0].ir_addr;
157 iobase = sc->sc_iobase + i * COM_NPORTS;
171 ca.ca_iobase = sc->sc_iobase + i * COM_NPORTS;
rtfps.c 59 int sc_iobase; member in struct:rtfps_softc
158 sc->sc_iobase = ia->ia_io[0].ir_addr;
168 iobase = sc->sc_iobase + i * COM_NPORTS;
189 ca.ca_iobase = sc->sc_iobase + i * COM_NPORTS;
tcom.c 98 int sc_iobase; member in struct:tcom_softc
196 sc->sc_iobase = ia->ia_io[0].ir_addr;
199 iobase = sc->sc_iobase + i * COM_NPORTS;
209 if (bus_space_map(iot, sc->sc_iobase + STATUS_OFFSET, STATUS_SIZE, 0,
219 ca.ca_iobase = sc->sc_iobase + i * COM_NPORTS;
addcom_isa.c 87 int sc_iobase; member in struct:addcom_softc
197 sc->sc_iobase = ia->ia_io[0].ir_addr;
206 iobase = sc->sc_iobase
222 ca.ca_iobase = sc->sc_iobase
ast.c 59 int sc_iobase; member in struct:ast_softc
156 sc->sc_iobase = ia->ia_io[0].ir_addr;
159 iobase = sc->sc_iobase + i * COM_NPORTS;
178 ca.ca_iobase = sc->sc_iobase + i * COM_NPORTS;
  /src/sys/arch/acorn32/mainbus/
pioc.c 75 bus_addr_t sc_iobase; /* IO base address */ member in struct:pioc_softc
222 pa.pa_iobase = sc->sc_iobase;
296 sc->sc_iobase = mb->mb_iobase;
299 if (bus_space_map(iot, sc->sc_iobase, PIOC_SIZE, 0, &ioh))
376 pa.pa_iobase = sc->sc_iobase;
395 pa.pa_iobase = sc->sc_iobase;
421 pa.pa_iobase = sc->sc_iobase;
446 pa.pa_iobase = sc->sc_iobase;
475 pa.pa_iobase = sc->sc_iobase;
pioc.c 75 bus_addr_t sc_iobase; /* IO base address */ member in struct:pioc_softc
222 pa.pa_iobase = sc->sc_iobase;
296 sc->sc_iobase = mb->mb_iobase;
299 if (bus_space_map(iot, sc->sc_iobase, PIOC_SIZE, 0, &ioh))
376 pa.pa_iobase = sc->sc_iobase;
395 pa.pa_iobase = sc->sc_iobase;
421 pa.pa_iobase = sc->sc_iobase;
446 pa.pa_iobase = sc->sc_iobase;
475 pa.pa_iobase = sc->sc_iobase;

Completed in 40 milliseconds

1 2 3