Searched refs:OHCI_CONTROL (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-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 | 149 OHCI_CONTROL, 0); in ohci_atmelarm_attach() 190 OHCI_CONTROL, 0); in ohci_atmelarm_detach()
|
| D | ohci.c | 180 ctl = OREAD4(sc, OHCI_CONTROL); in ohci_controller_init() 187 ctl = OREAD4(sc, OHCI_CONTROL); in ohci_controller_init() 192 OWRITE4(sc, OHCI_CONTROL, OHCI_HCFS_RESET); in ohci_controller_init() 208 OWRITE4(sc, OHCI_CONTROL, OHCI_HCFS_RESET); in ohci_controller_init() 236 OWRITE4(sc, OHCI_CONTROL, OHCI_HCFS_SUSPEND); in ohci_controller_init() 256 ctl = OREAD4(sc, OHCI_CONTROL); in ohci_controller_init() 261 OWRITE4(sc, OHCI_CONTROL, ctl); in ohci_controller_init() 441 OWRITE4(sc, OHCI_CONTROL, OHCI_HCFS_RESET); in ohci_detach() 490 OREAD4(sc, OHCI_CONTROL), in ohci_dumpregs() 1186 OWRITE4(sc, OHCI_CONTROL, OHCI_HCFS_RESET); in ohci_interrupt() [all …]
|
| D | ohcireg.h | 44 #define OHCI_CONTROL 0x04 macro
|
| /freebsd-9-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-9-stable/sys/arm/econa/ |
| D | ohci_ec.c | 160 OHCI_CONTROL, 0); in ohci_ec_attach() 192 OHCI_CONTROL, 0); in ohci_ec_detach()
|
| /freebsd-9-stable/sys/powerpc/ps3/ |
| D | ohci_ps3.c | 136 OHCI_CONTROL, 0); in ohci_ps3_attach()
|
| /freebsd-9-stable/sys/dev/pci/ |
| D | pci.c | 3067 ctl = bus_read_4(res, OHCI_CONTROL); in ohci_early_takeover() 3075 ctl = bus_read_4(res, OHCI_CONTROL); in ohci_early_takeover() 3081 bus_write_4(res, OHCI_CONTROL, OHCI_HCFS_RESET); in ohci_early_takeover()
|