/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
|
cscvar.h | 41 vu_char *sc_iobase; member in struct:csc_specific
|
if_ie.c | 126 int sc_iobase; member in struct:ie_softc 329 sc->sc_iobase = sc->sc_podule->sync_base; /* OBSOLETE */
|
/src/sys/dev/ic/ |
wevar.h | 28 int sc_iobase; /* i/o address */ member in struct:we_softc
|
i82586var.h | 176 void *sc_iobase; /* (MD) KVA of base of 24 bit addr space */ member in struct:ie_softc
|
/src/sys/arch/hppa/dev/ |
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,
|
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;
|
essvar.h | 141 int sc_iobase; /* I/O port base address */ member in struct:ess_softc
|
sbdspvar.h | 104 int sc_iobase; /* I/O port base address */ member in struct:sbdsp_softc
|
/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;
|
/src/sys/arch/sun3/dev/ |
if_ievar.h | 24 * sc_iobase = base of chip's 24 bit address space 32 * 24 bit pointers are offset from sc_iobase in KVA 33 * KVA(24 bit address) = address + sc_iobase 37 * 24 bit address space. this means that sc_iobase == sc_maddr! 50 * to be 0xff000000 -> 0xffffffff of KVA. this means that sc_iobase 75 void *sc_iobase; /* KVA of base of 24bit addr space */ member in struct:ie_softc
|
/src/sys/arch/mips/alchemy/dev/ |
aupci.c | 85 paddr_t sc_iobase; member in struct:aupci_softc 177 sc->sc_iobase = PCI_IO_BASE; 242 sc->sc_iobase, AUPCI_IO_START, AUPCI_IO_END,
|
/src/sys/arch/atari/vme/ |
et4000.c | 121 int sc_iobase; member in struct:et4k_softc 362 sc->sc_iobase = va->va_iobase; 432 g_display.gd_regaddr = (void *) (sc->sc_iobase); 475 return m68k_btop(sc->sc_iobase + offset);
|
/src/sys/arch/evbsh3/ap_ms104_sh4/ |
shpcmcia.c | 185 bus_addr_t sc_iobase; member in struct:shpcmcia_softc 270 sc->sc_iobase = sc->sc_ioh;
|
/src/sys/arch/arc/dti/ |
btl.c | 115 int sc_iobase; member in struct:bt_softc 355 sc->sc_iobase = ia->ia_iobase; 509 int iobase = sc->sc_iobase; 745 int iobase = sc->sc_iobase; 1043 sc->sc_iobase = iobase; 1066 int iobase = sc->sc_iobase; 1140 int iobase = sc->sc_iobase; 1352 int iobase = sc->sc_iobase;
|
/src/sys/arch/x68k/dev/ |
mhavar.h | 89 volatile void *sc_iobase; member in struct:mha_softc
|