Searched refs:sc_iot (Results 126 - 150 of 947) sorted by relevance

1234567891011>>

/netbsd-current/sys/arch/arm/gemini/
H A Dgemini_ipivar.h18 bus_space_tag_t sc_iot; member in struct:gemini_ipi_softc
H A Dgemini_wdtvar.h44 bus_space_tag_t sc_iot; member in struct:geminiwdt_softc
/netbsd-current/sys/dev/bi/
H A Dbivar.h41 bus_space_tag_t sc_iot; /* Space tag for the BI bus */ member in struct:bi_softc
/netbsd-current/sys/dev/ic/
H A Dgcscpcibvar.h25 bus_space_tag_t sc_iot; member in struct:gcscpcib_softc
H A Darcofivar.h25 bus_space_tag_t sc_iot; member in struct:arcofi_softc
H A Dattimer.c71 bus_space_unmap(sc->sc_iot, sc->sc_ioh, sc->sc_size);
122 bus_space_write_1(sc->sc_iot, sc->sc_ioh, TIMER_MODE,
124 bus_space_write_1(sc->sc_iot, sc->sc_ioh, TIMER_CNTR2,
126 bus_space_write_1(sc->sc_iot, sc->sc_ioh, TIMER_CNTR2,
H A Dspicvar.h54 bus_space_tag_t sc_iot; member in struct:spic_softc
H A Diic_cpcbus.c44 bus_space_tag_t sc_iot; member in struct:iic_cpcbus_softc
69 sc->sc_iot = caa->cpca_tag;
70 if (bus_space_map(sc->sc_iot, caa->cpca_addr, CPC_IIC_SIZE, 0,
/netbsd-current/sys/dev/marvell/
H A Dgtvar.h36 bus_space_tag_t sc_iot; member in struct:gt_softc
/netbsd-current/sys/dev/pci/
H A Dsvvar.h39 bus_space_tag_t sc_iot; member in struct:sv_softc
H A Damdpmvar.h44 bus_space_tag_t sc_iot; member in struct:amdpm_softc
/netbsd-current/sys/dev/xmi/
H A Dxmivar.h38 bus_space_tag_t sc_iot; /* Space tag for the XMI bus */ member in struct:xmi_softc
/netbsd-current/sys/dev/isa/
H A Dpcppivar.h43 bus_space_tag_t sc_iot; member in struct:pcppi_softc
/netbsd-current/sys/arch/arm/xilinx/
H A Dzynq_usbvar.h50 bus_space_tag_t sc_iot; member in struct:zynqehci_softc
/netbsd-current/sys/dev/qbus/
H A Drlvar.h39 bus_space_tag_t sc_iot; member in struct:rlc_softc
/netbsd-current/sys/arch/arm/imx/
H A Dimxpwmvar.h36 bus_space_tag_t sc_iot; member in struct:imxpwm_softc
/netbsd-current/sys/arch/hpcarm/dev/
H A Dipaq_lcd.c105 sc->sc_iot = psc->sc_iot;
134 bus_space_write_2(sc->sc_iot, sc->sc_parent->sc_egpioh,
137 if (bus_space_map(sc->sc_iot, SALCD_BASE, SALCD_NPORTS,
142 bus_space_read_4(sc->sc_iot, sc->sc_ioh, SALCD_BA1);
149 bus_space_write_4(sc->sc_iot, sc->sc_ioh,
151 bus_space_write_4(sc->sc_iot, sc->sc_ioh,
153 bus_space_write_4(sc->sc_iot, sc->sc_ioh,
155 bus_space_write_4(sc->sc_iot, sc->sc_ioh,
162 bus_space_read_4(sc->sc_iot, s
[all...]
/netbsd-current/sys/arch/i386/pci/
H A Dgeode.c108 sc->sc_iot = pa->pa_iot;
109 if (bus_space_map(sc->sc_iot, (bus_addr_t)cba, SC1100_GCB_SIZE, 0,
118 rev = bus_space_read_1(sc->sc_iot, sc->sc_ioh, SC1100_GCB_REV_B);
135 bus_space_unmap(sc->sc_iot, sc->sc_ioh, SC1100_GCB_SIZE);
/netbsd-current/sys/arch/arm/ep93xx/
H A Deprtc.c42 bus_space_tag_t sc_iot; member in struct:eprtc_softc
69 sc->sc_iot = sa->sa_iot;
89 tv->tv_sec = bus_space_read_4(sc->sc_iot, sc->sc_ioh, EP93XX_RTC_Data);
99 bus_space_write_4(sc->sc_iot, sc->sc_ioh, EP93XX_RTC_Load, tv->tv_sec);
/netbsd-current/sys/arch/evbppc/explora/dev/
H A Dlpt_elb.c72 sc->sc_iot = eaa->elb_bt;
73 bus_space_map(sc->sc_iot,
74 _BUS_SPACE_UNSTRIDE(sc->sc_iot, eaa->elb_base), LPT_NPORTS,
/netbsd-current/sys/arch/sparc64/dev/
H A Dlpt_ebus.c78 sc->sc_iot = ea->ea_bustag;
91 sparc_promaddr_to_handle(sc->sc_iot, ea->ea_vaddr[0],
93 else if (bus_space_map(sc->sc_iot,
/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm2835_tmr.c73 bus_space_tag_t sc_iot; member in struct:bcm2835tmr_softc
130 sc->sc_iot = faa->faa_bst;
141 if (bus_space_map(sc->sc_iot, addr, size, 0, &sc->sc_ioh) != 0) {
176 stcl = bus_space_read_4(sc->sc_iot, sc->sc_ioh, BCM2835_STIMER_CLO);
179 bus_space_write_4(sc->sc_iot, sc->sc_ioh, BCM2835_STIMER_C3, stcl);
193 last = bus_space_read_4(sc->sc_iot, sc->sc_ioh, BCM2835_STIMER_CLO);
197 curr = bus_space_read_4(sc->sc_iot, sc->sc_ioh,
227 status = bus_space_read_4(sc->sc_iot, sc->sc_ioh,
233 bus_space_write_4(sc->sc_iot, sc->sc_ioh, BCM2835_STIMER_CS,
238 curr = bus_space_read_4(sc->sc_iot, s
[all...]
/netbsd-current/sys/arch/arm/footbridge/
H A Dfootbridge_clock.c116 sc->sc_iot = fba->fba_ca.ca_iot;
138 bus_space_write_4(clock_sc->sc_iot, clock_sc->sc_ioh,
159 bus_space_write_4(clock_sc->sc_iot, clock_sc->sc_ioh,
168 currentclock = bus_space_read_4(clock_sc->sc_iot, clock_sc->sc_ioh,
189 bus_space_write_4(clock_sc->sc_iot, clock_sc->sc_ioh,
220 bus_space_write_4(clock_sc->sc_iot, clock_sc->sc_ioh,
222 bus_space_write_4(clock_sc->sc_iot, clock_sc->sc_ioh,
224 bus_space_write_4(clock_sc->sc_iot, clock_sc->sc_ioh,
315 bus_space_read_4(clock_sc->sc_iot, clock_sc->sc_ioh,
353 bus_space_write_4(clock_sc->sc_iot, clock_s
[all...]
/netbsd-current/sys/arch/evbarm/ifpga/
H A Difpga.c120 ifa.ifa_iot = sc->sc_iot;
177 sc->sc_iot = &ifpga_common_bs_tag;
183 if (bus_space_map(sc->sc_iot, IFPGA_IO_SC_BASE, IFPGA_IO_SC_SIZE, 0,
188 id = bus_space_read_4(sc->sc_iot, sc->sc_sc_ioh, IFPGA_SC_ID);
240 sysclk = bus_space_read_1(sc->sc_iot, sc->sc_sc_ioh, IFPGA_SC_OSC);
247 if (bus_space_map(sc->sc_iot, IFPGA_IO_IRQ_BASE, IFPGA_IO_IRQ_SIZE,
256 if (bus_space_map(sc->sc_iot, IFPGA_IO_CM_BASE, IFPGA_IO_CM_SIZE, 0,
263 if (bus_space_map(sc->sc_iot, IFPGA_IO_TMR_BASE, IFPGA_IO_TMR_SIZE, 0,
271 pci_sc->sc_iot = &ifpga_pci_io_tag;
274 if (bus_space_map(pci_sc->sc_iot,
[all...]
/netbsd-current/sys/arch/arm/ti/
H A Domap3_dss.c64 bus_space_tag_t sc_iot; member in struct:omapfb_softc
208 sc->sc_iot = faa->faa_bst;
211 if (bus_space_map(sc->sc_iot, addr, size, 0, &sc->sc_regh) != 0) {
227 sz = bus_space_read_4(sc->sc_iot, sc->sc_regh, OMAPFB_DISPC_GFX_SIZE);
229 sz = bus_space_read_4(sc->sc_iot, sc->sc_regh,
233 sz = bus_space_read_4(sc->sc_iot, sc->sc_regh,
238 bus_space_write_4(sc->sc_iot, sc->sc_regh, OMAPFB_DISPC_GFX_SIZE, sz);
254 bus_space_read_4(sc->sc_iot, sc->sc_regh, OMAPFB_DSS_REVISION));
320 reg = bus_space_read_4(sc->sc_iot, sc->sc_regh, OMAPFB_DISPC_SYSCONFIG);
324 bus_space_write_4(sc->sc_iot, s
[all...]

Completed in 285 milliseconds

1234567891011>>