Searched refs:OHCI_HCFS_RESET (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/usb/controller/ |
H A D | ohcireg.h | 57 #define OHCI_HCFS_RESET 0x00000000 macro
|
H A D | ohci.c | 195 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 D | pci.c | 3643 bus_write_4(res, OHCI_CONTROL, OHCI_HCFS_RESET); in ohci_early_takeover()
|