Searched refs:OHCI_CONTROL (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/sys/dev/usb/controller/ |
| HD | ohci_s3c24x0.c | 131 OHCI_CONTROL, 0); in ohci_s3c24x0_attach() 172 OHCI_CONTROL, 0); in ohci_s3c24x0_detach()
|
| HD | ohci_atmelarm.c | 148 OHCI_CONTROL, 0); in ohci_atmelarm_attach() 189 OHCI_CONTROL, 0); in ohci_atmelarm_detach()
|
| HD | ohci_fdt.c | 154 OHCI_CONTROL, 0); in ohci_at91_fdt_attach() 196 OHCI_CONTROL, 0); in ohci_at91_fdt_detach()
|
| HD | ohci.c | 182 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 …]
|
| HD | ohcireg.h | 44 #define OHCI_CONTROL 0x04 macro
|
| /NextBSD/sys/mips/atheros/ |
| HD | ar71xx_ohci.c | 137 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/ |
| HD | ohci_ec.c | 160 OHCI_CONTROL, 0); in ohci_ec_attach() 192 OHCI_CONTROL, 0); in ohci_ec_detach()
|
| /NextBSD/sys/powerpc/ps3/ |
| HD | ohci_ps3.c | 136 OHCI_CONTROL, 0); in ohci_ps3_attach()
|
| /NextBSD/sys/dev/pci/ |
| HD | pci.c | 3184 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()
|