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

/freebsd-10.2-release/sys/dev/usb/controller/
H A Duhcireg.h43 #define PCI_LEGSUP 0xc0 /* Legacy Support register */ macro
H A Duhci_pci.c92 pci_write_config(self, PCI_LEGSUP, PCI_LEGSUP_USBPIRQDEN, 2);
357 if (pci_read_config(self, PCI_LEGSUP, 2) != PCI_LEGSUP_USBPIRQDEN) {
359 pci_read_config(self, PCI_LEGSUP, 2));
362 pci_write_config(self, PCI_LEGSUP, PCI_LEGSUP_USBPIRQDEN, 2);
/freebsd-10.2-release/sys/dev/pci/
H A Dpci.c3111 pci_write_config(self, PCI_LEGSUP, PCI_LEGSUP_USBPIRQDEN, 2);

Completed in 47 milliseconds