Searched refs:sc_iot (Results 1 - 25 of 947) sorted by relevance

1234567891011>>

/netbsd-current/sys/arch/evbarm/ifpga/
H A Dplcom_ifpgavar.h37 bus_space_tag_t sc_iot; member in struct:plcom_ifpga_softc
/netbsd-current/sys/arch/evbarm/ixm1200/
H A Dixpcom_ixmvar.h33 bus_space_tag_t sc_iot; member in struct:ixpcom_ixm_softc
/netbsd-current/sys/arch/evbarm/tsarm/
H A Depcom_tsvar.h33 bus_space_tag_t sc_iot; member in struct:epcom_ts_softc
/netbsd-current/sys/arch/hpcmips/vr/
H A Dvrpmuvar.h30 bus_space_tag_t sc_iot; member in struct:vrpmu_softc
H A Dbcuvar.h39 bus_space_tag_t sc_iot; member in struct:vrbcu_softc
/netbsd-current/sys/arch/i386/pci/
H A Dgeodevar.h38 bus_space_tag_t sc_iot; member in struct:geode_gcb_softc
/netbsd-current/sys/arch/arm/ixp12x0/
H A Dixp12x0.c55 sc->sc_iot = &ixp12x0_bs_tag;
60 if (bus_space_map(sc->sc_iot, IXP12X0_PCI_HWBASE, IXP12X0_PCI_SIZE,
63 if (bus_space_map(sc->sc_iot, IXP12X0_PCI_TYPE0_HWBASE,
67 if (bus_space_map(sc->sc_iot, IXP12X0_PCI_TYPE1_HWBASE,
76 bus_space_write_4(sc->sc_iot, sc->sc_pci_ioh,
79 reg = bus_space_read_4(sc->sc_iot, sc->sc_pci_ioh,
81 bus_space_write_4(sc->sc_iot, sc->sc_pci_ioh,
86 bus_space_write_4(sc->sc_iot, sc->sc_pci_ioh,
89 bus_space_write_4(sc->sc_iot, sc->sc_pci_ioh,
92 bus_space_write_4(sc->sc_iot, s
[all...]
/netbsd-current/sys/arch/atari/isa/
H A Disapnp_machdep.c106 if (sc->sc_iot->base != ISA_IOSTART)
111 if ((error = bus_space_map(sc->sc_iot, ISAPNP_ADDR, 1, 0,
114 if ((error = bus_space_map(sc->sc_iot, ISAPNP_WRDATA, 1, 0,
129 if (sc->sc_iot->base != ISA_IOSTART)
133 bus_space_unmap(sc->sc_iot, sc->sc_addr_ioh, 1);
134 bus_space_unmap(sc->sc_iot, sc->sc_wrdata_ioh, 1);
151 if (sc->sc_iot->base != ISA_IOSTART)
157 if ((error = bus_space_map(sc->sc_iot, sc->sc_read_port, 1, 0,
172 if (sc->sc_iot->base != ISA_IOSTART)
176 bus_space_unmap(sc->sc_iot, s
[all...]
/netbsd-current/sys/arch/hpcarm/dev/
H A Dj720sspvar.h37 bus_space_tag_t sc_iot; member in struct:j720ssp_softc
H A Dwzero3_ssp.c57 bus_space_tag_t sc_iot; member in struct:wzero3ssp_softc
161 sc->sc_iot = &pxa2x0_bs_tag;
162 if (bus_space_map(sc->sc_iot, sc->sc_model->sspaddr, PXA2X0_SSP_SIZE, 0,
188 bus_space_write_4(sc->sc_iot, sc->sc_ioh, SSP_SSCR0, 0);
189 bus_space_write_4(sc->sc_iot, sc->sc_ioh, SSP_SSCR1, 0);
237 bus_space_write_4(sc->sc_iot, sc->sc_ioh, SSP_SSCR0, 0);
251 bus_space_write_4(sc->sc_iot, sc->sc_ioh, SSP_SSCR0, 0);
252 bus_space_write_4(sc->sc_iot, sc->sc_ioh, SSP_SSCR0,
255 bus_space_write_1(sc->sc_iot, sc->sc_ioh, SSP_SSDR, cmd);
256 while ((bus_space_read_4(sc->sc_iot, s
[all...]
/netbsd-current/sys/arch/amiga/clockport/
H A Dflippervar.h38 bus_space_tag_t sc_iot; member in struct:flipper_softc
/netbsd-current/sys/arch/x68k/dev/
H A Dsramvar.h34 bus_space_tag_t sc_iot; member in struct:sram_softc
/netbsd-current/sys/dev/ic/
H A Dmsm6242bvar.h38 bus_space_tag_t sc_iot; member in struct:msm6242b_softc
H A Djoyvar.h44 bus_space_tag_t sc_iot; member in struct:joy_softc
H A Datppcreg.h134 #define atppc_r_dtr(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh, \
136 #define atppc_r_str(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh, \
138 #define atppc_r_ctr(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh, \
140 #define atppc_r_eppA(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh,\
142 #define atppc_r_eppD(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh,\
145 (atppc)->sc_iot, (atppc)->sc_ioh, ATPPC_EPP_DATA, (buf), (count))
146 #define atppc_r_cnfgA(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh,\
148 #define atppc_r_cnfgB(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh,\
150 #define atppc_r_ecr(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh, \
152 #define atppc_r_fifo(atppc) bus_space_read_1((atppc)->sc_iot, (atpp
[all...]
/netbsd-current/sys/dev/isa/
H A Dtsdiovar.h33 bus_space_tag_t sc_iot; member in struct:tsdio_softc
/netbsd-current/sys/dev/marvell/
H A Dgtintrvar.h43 cim = bus_space_read_4(sc->sc_iot, sc->sc_ioh, reg);
45 bus_space_write_4(sc->sc_iot, sc->sc_ioh, reg, cim);
56 cim = bus_space_read_4(sc->sc_iot, sc->sc_ioh, reg);
58 bus_space_write_4(sc->sc_iot, sc->sc_ioh, reg, cim);
66 return bus_space_read_4(sc->sc_iot, sc->sc_ioh, ICR_MIC_LO);
73 return bus_space_read_4(sc->sc_iot, sc->sc_ioh, ICR_MIC_HI);
86 gppim = bus_space_read_4(sc->sc_iot, sc->sc_ioh, GT_GPP_Interrupt_Mask);
88 bus_space_write_4(sc->sc_iot, sc->sc_ioh, GT_GPP_Interrupt_Mask, gppim);
97 gppim = bus_space_read_4(sc->sc_iot, sc->sc_ioh, GT_GPP_Interrupt_Mask);
99 bus_space_write_4(sc->sc_iot, s
[all...]
H A Dgtsdmavar.h36 icause = bus_space_read_4(sc->sc_iot, sc->sc_ioh, SDMA_ICAUSE) & _imask;
37 bus_space_write_4(sc->sc_iot, sc->sc_ioh, SDMA_ICAUSE, icause);
46 bus_space_write_4(sc->sc_iot, sc->sc_ioh, SDMA_IMASK, _imask);
/netbsd-current/sys/arch/alpha/isa/
H A Disapnp_machdep.c69 error = alpha_bus_space_map_noacct(sc->sc_iot, ISAPNP_ADDR, 1, 0,
74 error = alpha_bus_space_map_noacct(sc->sc_iot, ISAPNP_WRDATA, 1, 0,
77 alpha_bus_space_unmap_noacct(sc->sc_iot, sc->sc_addr_ioh, 1);
91 alpha_bus_space_unmap_noacct(sc->sc_iot, sc->sc_addr_ioh, 1);
92 alpha_bus_space_unmap_noacct(sc->sc_iot, sc->sc_wrdata_ioh, 1);
110 if ((error = bus_space_map(sc->sc_iot, sc->sc_read_port, 1, 0,
119 bus_space_unmap(sc->sc_iot, sc->sc_read_ioh, 1);
/netbsd-current/sys/arch/arm/xscale/
H A Dixp425_sipvar.h39 bus_space_tag_t sc_iot; member in struct:ixpsip_softc
54 bus_space_write_4(sc->sc_iot, sc->sc_ioh, reg, data)
57 bus_space_read_4(sc->sc_iot, sc->sc_ioh, reg)
H A Dpxa2x0_udc.c35 bus_space_tag_t sc_iot; member in struct:pxaudc_softc
71 sc->sc_iot = pxa->pxa_iot;
78 if (bus_space_map(sc->sc_iot, pxa->pxa_addr, pxa->pxa_size, 0,
85 bus_space_barrier(sc->sc_iot, sc->sc_ioh, 0, sc->sc_size,
108 bus_space_unmap(sc->sc_iot, sc->sc_ioh, sc->sc_size);
133 hr = bus_space_read_4(sc->sc_iot, sc->sc_ioh, USBDC_UDCCR);
134 bus_space_write_4(sc->sc_iot, sc->sc_ioh, USBDC_UDCCR,
137 hr = bus_space_read_4(sc->sc_iot, sc->sc_ioh, USBDC_UDCICR1);
138 bus_space_write_4(sc->sc_iot, sc->sc_ioh, USBDC_UDCICR1,
141 bus_space_write_4(sc->sc_iot, s
[all...]
/netbsd-current/sys/arch/amiga/dev/
H A Dzz9kvar.h39 #define ZZREG_R(r) bus_space_read_2(sc->sc_iot, sc->sc_regh, (r))
40 #define ZZREG_W(r, v) bus_space_write_2(sc->sc_iot, sc->sc_regh, (r), (v))
45 bus_space_tag_t sc_iot; member in struct:zz9k_softc
/netbsd-current/sys/arch/arm/sa11x0/
H A Dsa11x0.c137 sc->sc_iot = &sa11x0_bs_tag;
140 if (bus_space_map(sc->sc_iot, SAIPIC_BASE, SAIPIC_NPORTS,
146 if (bus_space_map(sc->sc_iot, SAGPIO_BASE, SAGPIO_NPORTS,
149 bus_space_write_4(sc->sc_iot, sc->sc_gpioh, SAGPIO_EDR, 0xffffffff);
152 if (bus_space_map(sc->sc_iot, SAPPC_BASE, SAPPC_NPORTS,
157 if (bus_space_map(sc->sc_iot, SADMAC_BASE, SADMAC_NPORTS,
162 if (bus_space_map(sc->sc_iot, SARCR_BASE, PAGE_SIZE,
172 bus_space_write_4(sc->sc_iot, sc->sc_ioh, SAIPIC_MR, 0);
175 bus_space_write_4(sc->sc_iot, sc->sc_ioh, SAIPIC_LR, 0);
178 bus_space_write_4(sc->sc_iot, s
[all...]
/netbsd-current/sys/dev/pci/
H A Dalipm.c103 bus_space_tag_t sc_iot; member in struct:alipm_softc
147 sc->sc_iot = pa->pa_iot;
149 bus_space_map(sc->sc_iot, iobase >> 16,
169 &sc->sc_iot, &sc->sc_ioh, NULL, &iosize)) {
218 bus_space_unmap(sc->sc_iot, sc->sc_ioh, iosize);
239 bus_space_write_1(sc->sc_iot, sc->sc_ioh, ALIPM_SMB_HS,
242 bus_space_barrier(sc->sc_iot, sc->sc_ioh, ALIPM_SMB_HS, 1,
247 st = bus_space_read_1(sc->sc_iot, sc->sc_ioh, ALIPM_SMB_HS);
248 bus_space_barrier(sc->sc_iot, sc->sc_ioh, ALIPM_SMB_HS, 1,
266 bus_space_write_1(sc->sc_iot, s
[all...]
/netbsd-current/sys/arch/arm/imx/
H A Dimxclockvar.h6 bus_space_tag_t sc_iot; member in struct:imxclock_softc

Completed in 305 milliseconds

1234567891011>>