Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/usb/controller/
Dohci_s3c24x0.c131 OHCI_CONTROL, 0); in ohci_s3c24x0_attach()
166 OHCI_CONTROL, 0); in ohci_s3c24x0_detach()
Dohci_atmelarm.c149 OHCI_CONTROL, 0); in ohci_atmelarm_attach()
190 OHCI_CONTROL, 0); in ohci_atmelarm_detach()
Dohci.c180 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 …]
Dohcireg.h44 #define OHCI_CONTROL 0x04 macro
/freebsd-9-stable/sys/mips/atheros/
Dar71xx_ohci.c124 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/
Dohci_ec.c160 OHCI_CONTROL, 0); in ohci_ec_attach()
192 OHCI_CONTROL, 0); in ohci_ec_detach()
/freebsd-9-stable/sys/powerpc/ps3/
Dohci_ps3.c136 OHCI_CONTROL, 0); in ohci_ps3_attach()
/freebsd-9-stable/sys/dev/pci/
Dpci.c3067 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()