Searched refs:OHCI_CONTROL (Results 1 – 9 of 9) sorted by relevance
| /freebsd-10-stable/sys/dev/usb/controller/ |
| D | ohci_s3c24x0.c | 131 OHCI_CONTROL, 0); in ohci_s3c24x0_attach() 166 OHCI_CONTROL, 0); in ohci_s3c24x0_detach()
|
| D | ohci_atmelarm.c | 148 OHCI_CONTROL, 0); in ohci_atmelarm_attach() 189 OHCI_CONTROL, 0); in ohci_atmelarm_detach()
|
| D | ohci_fdt.c | 154 OHCI_CONTROL, 0); in ohci_at91_fdt_attach() 196 OHCI_CONTROL, 0); in ohci_at91_fdt_detach()
|
| D | ohci.c | 183 ctl = OREAD4(sc, OHCI_CONTROL); in ohci_controller_init() 190 ctl = OREAD4(sc, OHCI_CONTROL); in ohci_controller_init() 195 OWRITE4(sc, OHCI_CONTROL, OHCI_HCFS_RESET); in ohci_controller_init() 211 OWRITE4(sc, OHCI_CONTROL, OHCI_HCFS_RESET); in ohci_controller_init() 239 OWRITE4(sc, OHCI_CONTROL, OHCI_HCFS_SUSPEND); in ohci_controller_init() 259 ctl = OREAD4(sc, OHCI_CONTROL); in ohci_controller_init() 264 OWRITE4(sc, OHCI_CONTROL, ctl); in ohci_controller_init() 444 OWRITE4(sc, OHCI_CONTROL, OHCI_HCFS_RESET); in ohci_detach() 493 OREAD4(sc, OHCI_CONTROL), in ohci_dumpregs() 1189 OWRITE4(sc, OHCI_CONTROL, OHCI_HCFS_RESET); in ohci_interrupt() [all …]
|
| D | ohcireg.h | 44 #define OHCI_CONTROL 0x04 macro
|
| /freebsd-10-stable/sys/mips/atheros/ |
| D | ar71xx_ohci.c | 124 bus_space_write_4(sc->sc_ohci.sc_io_tag, sc->sc_ohci.sc_io_hdl, OHCI_CONTROL, 0); in ar71xx_ohci_attach() 160 OHCI_CONTROL, 0); in ar71xx_ohci_detach()
|
| /freebsd-10-stable/sys/arm/cavium/cns11xx/ |
| D | ohci_ec.c | 160 OHCI_CONTROL, 0); in ohci_ec_attach() 186 OHCI_CONTROL, 0); in ohci_ec_detach()
|
| /freebsd-10-stable/sys/powerpc/ps3/ |
| D | ohci_ps3.c | 136 OHCI_CONTROL, 0); in ohci_ps3_attach()
|
| /freebsd-10-stable/sys/dev/pci/ |
| D | pci.c | 3205 ctl = bus_read_4(res, OHCI_CONTROL); in ohci_early_takeover() 3213 ctl = bus_read_4(res, OHCI_CONTROL); in ohci_early_takeover() 3219 bus_write_4(res, OHCI_CONTROL, OHCI_HCFS_RESET); in ohci_early_takeover()
|