Home
last modified time | relevance | path

Searched refs:OHCI_CONTROL (Results 1 – 9 of 9) sorted by relevance

/NextBSD/sys/dev/usb/controller/
HDohci_s3c24x0.c131 OHCI_CONTROL, 0); in ohci_s3c24x0_attach()
172 OHCI_CONTROL, 0); in ohci_s3c24x0_detach()
HDohci_atmelarm.c148 OHCI_CONTROL, 0); in ohci_atmelarm_attach()
189 OHCI_CONTROL, 0); in ohci_atmelarm_detach()
HDohci_fdt.c154 OHCI_CONTROL, 0); in ohci_at91_fdt_attach()
196 OHCI_CONTROL, 0); in ohci_at91_fdt_detach()
HDohci.c182 ctl = OREAD4(sc, OHCI_CONTROL); in ohci_controller_init()
189 ctl = OREAD4(sc, OHCI_CONTROL); in ohci_controller_init()
194 OWRITE4(sc, OHCI_CONTROL, OHCI_HCFS_RESET); in ohci_controller_init()
210 OWRITE4(sc, OHCI_CONTROL, OHCI_HCFS_RESET); in ohci_controller_init()
238 OWRITE4(sc, OHCI_CONTROL, OHCI_HCFS_SUSPEND); in ohci_controller_init()
258 ctl = OREAD4(sc, OHCI_CONTROL); in ohci_controller_init()
263 OWRITE4(sc, OHCI_CONTROL, ctl); in ohci_controller_init()
443 OWRITE4(sc, OHCI_CONTROL, OHCI_HCFS_RESET); in ohci_detach()
492 OREAD4(sc, OHCI_CONTROL), in ohci_dumpregs()
1188 OWRITE4(sc, OHCI_CONTROL, OHCI_HCFS_RESET); in ohci_interrupt()
[all …]
HDohcireg.h44 #define OHCI_CONTROL 0x04 macro
/NextBSD/sys/mips/atheros/
HDar71xx_ohci.c137 bus_space_write_4(sc->sc_ohci.sc_io_tag, sc->sc_ohci.sc_io_hdl, OHCI_CONTROL, 0); in ar71xx_ohci_attach()
179 OHCI_CONTROL, 0); in ar71xx_ohci_detach()
/NextBSD/sys/arm/cavium/cns11xx/
HDohci_ec.c160 OHCI_CONTROL, 0); in ohci_ec_attach()
192 OHCI_CONTROL, 0); in ohci_ec_detach()
/NextBSD/sys/powerpc/ps3/
HDohci_ps3.c136 OHCI_CONTROL, 0); in ohci_ps3_attach()
/NextBSD/sys/dev/pci/
HDpci.c3184 ctl = bus_read_4(res, OHCI_CONTROL); in ohci_early_takeover()
3192 ctl = bus_read_4(res, OHCI_CONTROL); in ohci_early_takeover()
3198 bus_write_4(res, OHCI_CONTROL, OHCI_HCFS_RESET); in ohci_early_takeover()