Searched refs:sc_io_hdl (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-10.2-release/sys/dev/usb/controller/
H A Dehci.h332 bus_space_handle_t sc_io_hdl; member in struct:ehci_softc
363 #define EREAD1(sc, a) bus_space_read_1((sc)->sc_io_tag, (sc)->sc_io_hdl, (a))
364 #define EREAD2(sc, a) bus_space_read_2((sc)->sc_io_tag, (sc)->sc_io_hdl, (a))
365 #define EREAD4(sc, a) bus_space_read_4((sc)->sc_io_tag, (sc)->sc_io_hdl, (a))
367 bus_space_write_1((sc)->sc_io_tag, (sc)->sc_io_hdl, (a), (x))
369 bus_space_write_2((sc)->sc_io_tag, (sc)->sc_io_hdl, (a), (x))
371 bus_space_write_4((sc)->sc_io_tag, (sc)->sc_io_hdl, (a), (x))
373 bus_space_read_1((sc)->sc_io_tag, (sc)->sc_io_hdl, (sc)->sc_offs+(a))
375 bus_space_read_2((sc)->sc_io_tag, (sc)->sc_io_hdl, (sc)->sc_offs+(a))
377 bus_space_read_4((sc)->sc_io_tag, (sc)->sc_io_hdl, (s
[all...]
H A Dehci_fsl.c160 tmp = bus_space_read_4(sc->sc_io_tag, sc->sc_io_hdl, USBMODE);
161 bus_space_write_4(sc->sc_io_tag, sc->sc_io_hdl, USBMODE, tmp | HOST_MODE);
204 tmp = bus_space_read_4(sc->sc_io_tag, sc->sc_io_hdl, PORTSC);
205 bus_space_write_4(sc->sc_io_tag, sc->sc_io_hdl, PORTSC, tmp & ~PORT_POWER_MASK);
269 &sc->sc_io_hdl);
392 if (sc->sc_io_tag && sc->sc_io_hdl)
393 bus_space_write_4(sc->sc_io_tag, sc->sc_io_hdl, EHCI_USBINTR, 0);
422 sc->sc_io_hdl = 0;
H A Datmegadci.h175 bus_space_read_1((sc)->sc_io_tag, (sc)->sc_io_hdl, reg)
178 bus_space_write_1((sc)->sc_io_tag, (sc)->sc_io_hdl, reg, data)
181 bus_space_write_multi_1((sc)->sc_io_tag, (sc)->sc_io_hdl, reg, ptr, len)
184 bus_space_read_multi_1((sc)->sc_io_tag, (sc)->sc_io_hdl, reg, ptr, len)
266 bus_space_handle_t sc_io_hdl; member in struct:atmegadci_softc
H A Davr32dci.h141 bus_space_read_4((sc)->sc_io_tag, (sc)->sc_io_hdl, reg)
144 bus_space_write_4((sc)->sc_io_tag, (sc)->sc_io_hdl, reg, data)
147 bus_space_write_multi_4((sc)->sc_io_tag, (sc)->sc_io_hdl, reg, ptr, len)
150 bus_space_read_multi_4((sc)->sc_io_tag, (sc)->sc_io_hdl, reg, ptr, len)
234 bus_space_handle_t sc_io_hdl; member in struct:avr32dci_softc
H A Dat91dci.h130 bus_space_read_4((sc)->sc_io_tag, (sc)->sc_io_hdl, reg)
133 bus_space_write_4((sc)->sc_io_tag, (sc)->sc_io_hdl, reg, data)
213 bus_space_handle_t sc_io_hdl; member in struct:at91dci_softc
H A Ddwc_otg.h43 bus_space_read_4((sc)->sc_io_tag, (sc)->sc_io_hdl, reg)
46 bus_space_write_4((sc)->sc_io_tag, (sc)->sc_io_hdl, reg, data)
175 bus_space_handle_t sc_io_hdl; member in struct:dwc_otg_softc
H A Dxhcireg.h206 bus_space_read_1((sc)->sc_io_tag, (sc)->sc_io_hdl, \
209 bus_space_read_2((sc)->sc_io_tag, (sc)->sc_io_hdl, \
212 bus_space_read_4((sc)->sc_io_tag, (sc)->sc_io_hdl, \
215 bus_space_write_1((sc)->sc_io_tag, (sc)->sc_io_hdl, \
218 bus_space_write_2((sc)->sc_io_tag, (sc)->sc_io_hdl, \
221 bus_space_write_4((sc)->sc_io_tag, (sc)->sc_io_hdl, \
H A Dohci_atmelarm.c118 sc->sc_ohci.sc_io_hdl = rman_get_bushandle(sc->sc_ohci.sc_io_res);
147 bus_space_write_4(sc->sc_ohci.sc_io_tag, sc->sc_ohci.sc_io_hdl,
188 bus_space_write_4(sc->sc_ohci.sc_io_tag, sc->sc_ohci.sc_io_hdl,
H A Dohci_fdt.c124 sc->sc_ohci.sc_io_hdl = rman_get_bushandle(sc->sc_ohci.sc_io_res);
153 bus_space_write_4(sc->sc_ohci.sc_io_tag, sc->sc_ohci.sc_io_hdl,
195 bus_space_write_4(sc->sc_ohci.sc_io_tag, sc->sc_ohci.sc_io_hdl,
H A Dohci_s3c24x0.c106 sc->sc_io_hdl = rman_get_bushandle(sc->sc_io_res);
130 bus_space_write_4(sc->sc_io_tag, sc->sc_io_hdl,
171 bus_space_write_4(sc->sc_io_tag, sc->sc_io_hdl,
H A Dmusb_otg.h288 bus_space_read_2((sc)->sc_io_tag, (sc)->sc_io_hdl, reg)
291 bus_space_write_2((sc)->sc_io_tag, (sc)->sc_io_hdl, reg, data)
294 bus_space_read_1((sc)->sc_io_tag, (sc)->sc_io_hdl, reg)
297 bus_space_write_1((sc)->sc_io_tag, (sc)->sc_io_hdl, reg, data)
399 bus_space_handle_t sc_io_hdl; member in struct:musbotg_softc
H A Duss820dci.h259 bus_space_read_1((sc)->sc_io_tag, (sc)->sc_io_hdl, reg)
262 bus_space_write_1((sc)->sc_io_tag, (sc)->sc_io_hdl, reg, data)
337 bus_space_handle_t sc_io_hdl; member in struct:uss820dci_softc
H A Dmusb_otg.c458 bus_space_read_multi_1(sc->sc_io_tag, sc->sc_io_hdl,
577 bus_space_write_multi_1(sc->sc_io_tag, sc->sc_io_hdl,
687 bus_space_read_multi_4(sc->sc_io_tag, sc->sc_io_hdl,
694 bus_space_read_multi_1(sc->sc_io_tag, sc->sc_io_hdl,
710 bus_space_read_multi_4(sc->sc_io_tag, sc->sc_io_hdl,
723 bus_space_read_multi_1(sc->sc_io_tag, sc->sc_io_hdl,
808 bus_space_write_multi_4(sc->sc_io_tag, sc->sc_io_hdl,
815 bus_space_write_multi_1(sc->sc_io_tag, sc->sc_io_hdl,
828 bus_space_write_multi_4(sc->sc_io_tag, sc->sc_io_hdl,
841 bus_space_write_multi_1(sc->sc_io_tag, sc->sc_io_hdl,
[all...]
H A Duhci_pci.c283 sc->sc_io_hdl = rman_get_bushandle(sc->sc_io_res);
287 bus_space_write_2(sc->sc_io_tag, sc->sc_io_hdl, UHCI_INTR, 0);
H A Datmegadci_atmelarm.c120 sc->sc_otg.sc_io_hdl = rman_get_bushandle(sc->sc_otg.sc_io_res);
H A Ddwc_otg_atmelarm.c104 sc->sc_otg.sc_io_hdl = rman_get_bushandle(sc->sc_otg.sc_io_res);
/freebsd-10.2-release/sys/arm/lpc/
H A Dlpc_ohci.c78 bus_space_read_4(_sc->sc_io_tag, _sc->sc_io_hdl, _reg)
80 bus_space_write_4(_sc->sc_io_tag, _sc->sc_io_hdl, _reg, _value)
139 sc->sc_io_hdl = rman_get_bushandle(sc->sc_io_res);
278 bus_space_write_4(sc->sc_io_tag, sc->sc_io_hdl, LPC_OTG_I2C_TXRX,
280 bus_space_write_4(sc->sc_io_tag, sc->sc_io_hdl, LPC_OTG_I2C_TXRX,
282 bus_space_write_4(sc->sc_io_tag, sc->sc_io_hdl, LPC_OTG_I2C_TXRX,
286 status = bus_space_read_4(sc->sc_io_tag, sc->sc_io_hdl,
291 bus_space_write_4(sc->sc_io_tag, sc->sc_io_hdl, LPC_OTG_I2C_STATUS,
/freebsd-10.2-release/sys/mips/atheros/
H A Dar71xx_ohci.c97 sc->sc_ohci.sc_io_hdl = rman_get_bushandle(sc->sc_ohci.sc_io_res);
124 bus_space_write_4(sc->sc_ohci.sc_io_tag, sc->sc_ohci.sc_io_hdl, OHCI_CONTROL, 0);
165 bus_space_write_4(sc->sc_ohci.sc_io_tag, sc->sc_ohci.sc_io_hdl,
186 sc->sc_ohci.sc_io_hdl = 0;
/freebsd-10.2-release/sys/arm/allwinner/
H A Da10_ehci.c82 bus_space_read_4((sc)->sc_io_tag, (sc)->sc_io_hdl, reg)
85 bus_space_write_4((sc)->sc_io_tag, (sc)->sc_io_hdl, reg, data)
140 sc->sc_io_hdl = rman_get_bushandle(sc->sc_io_res);
146 sc->sc_io_size, &sc->sc_io_hdl) != 0)
/freebsd-10.2-release/sys/powerpc/ps3/
H A Dohci_ps3.c105 sc->sc_io_hdl = rman_get_bushandle(sc->sc_io_res);
135 bus_space_write_4(sc->sc_io_tag, sc->sc_io_hdl,
H A Dehci_ps3.c109 sc->sc_io_hdl = rman_get_bushandle(sc->sc_io_res);
/freebsd-10.2-release/sys/mips/rmi/
H A Dxls_ehci.c112 sc->sc_io_hdl = rman_get_bushandle(sc->sc_io_res);
114 (u_long)sc->sc_io_tag, (u_long)sc->sc_io_hdl,
197 sc->sc_io_hdl = 0;
/freebsd-10.2-release/sys/arm/cavium/cns11xx/
H A Dohci_ec.c124 sc->sc_ohci.sc_io_size, &sc->sc_ohci.sc_io_hdl) != 0)
159 bus_space_write_4(sc->sc_ohci.sc_io_tag, sc->sc_ohci.sc_io_hdl,
191 bus_space_write_4(sc->sc_ohci.sc_io_tag, sc->sc_ohci.sc_io_hdl,
/freebsd-10.2-release/sys/arm/freescale/vybrid/
H A Dvf_ehci.c312 sc->sc_io_size, &sc->sc_io_hdl);
342 reg = bus_space_read_4(sc->sc_io_tag, sc->sc_io_hdl, 0xA8);
344 bus_space_write_4(sc->sc_io_tag, sc->sc_io_hdl, 0xA8, reg);
394 if (sc->sc_io_tag && sc->sc_io_hdl)
395 bus_space_write_4(sc->sc_io_tag, sc->sc_io_hdl,
/freebsd-10.2-release/sys/arm/samsung/exynos/
H A Dexynos5_ehci.c268 sc->sc_io_size, &sc->sc_io_hdl);
344 if (sc->sc_io_tag && sc->sc_io_hdl)
345 bus_space_write_4(sc->sc_io_tag, sc->sc_io_hdl,

Completed in 260 milliseconds

12