Home
last modified time | relevance | path

Searched refs:OHCI_HCFS_RESET (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Dohcireg.h57 #define OHCI_HCFS_RESET 0x00000000 macro
H A Dohci.c195 OWRITE4(sc, OHCI_CONTROL, OHCI_HCFS_RESET); in ohci_controller_init()
211 OWRITE4(sc, OHCI_CONTROL, OHCI_HCFS_RESET); in ohci_controller_init()
443 OWRITE4(sc, OHCI_CONTROL, OHCI_HCFS_RESET); in ohci_detach()
1180 OWRITE4(sc, OHCI_CONTROL, OHCI_HCFS_RESET); in ohci_interrupt()
/freebsd/sys/dev/pci/
H A Dpci.c3643 bus_write_4(res, OHCI_CONTROL, OHCI_HCFS_RESET); in ohci_early_takeover()