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

/freebsd-11-stable/sys/dev/usb/controller/
H A Duhcireg.h44 #define PCI_LEGSUP_USBPIRQDEN 0x2000 /* USB PIRQ D Enable */ macro
H A Duhci_pci.c93 pci_write_config(self, PCI_LEGSUP, PCI_LEGSUP_USBPIRQDEN, 2);
370 if (pci_read_config(self, PCI_LEGSUP, 2) != PCI_LEGSUP_USBPIRQDEN) {
375 pci_write_config(self, PCI_LEGSUP, PCI_LEGSUP_USBPIRQDEN, 2);
/freebsd-11-stable/sys/dev/pci/
H A Dpci.c3486 pci_write_config(self, PCI_LEGSUP, PCI_LEGSUP_USBPIRQDEN, 2);

Completed in 112 milliseconds