Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Duhci_pci.c86 pci_write_config(self, PCI_LEGSUP, PCI_LEGSUP_USBPIRQDEN, 2); in uhci_pci_take_controller()
346 if (pci_read_config(self, PCI_LEGSUP, 2) != PCI_LEGSUP_USBPIRQDEN) { in uhci_pci_attach()
351 pci_write_config(self, PCI_LEGSUP, PCI_LEGSUP_USBPIRQDEN, 2); in uhci_pci_attach()
H A Duhcireg.h44 #define PCI_LEGSUP_USBPIRQDEN 0x2000 /* USB PIRQ D Enable */ macro
/dragonfly/sys/bus/pci/
H A Dpci.c2872 pci_write_config(self, PCI_LEGSUP, PCI_LEGSUP_USBPIRQDEN, 2); in uhci_early_takeover()