Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/usb/controller/
HDohcireg.h57 #define OHCI_HCFS_RESET 0x00000000 macro
HDohci.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-head/sys/dev/pci/
HDpci.c3647 bus_write_4(res, OHCI_CONTROL, OHCI_HCFS_RESET); in ohci_early_takeover()