Searched refs:PCI_LEGSUP (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/usb/controller/ |
H A D | uhci_pci.c | 94 pci_write_config(self, PCI_LEGSUP, PCI_LEGSUP_USBPIRQDEN, 2); in uhci_pci_take_controller() 390 if (pci_read_config(self, PCI_LEGSUP, 2) != PCI_LEGSUP_USBPIRQDEN) { in uhci_pci_attach() 392 pci_read_config(self, PCI_LEGSUP, 2)); in uhci_pci_attach() 395 pci_write_config(self, PCI_LEGSUP, PCI_LEGSUP_USBPIRQDEN, 2); in uhci_pci_attach()
|
H A D | uhcireg.h | 44 #define PCI_LEGSUP 0xc0 /* Legacy Support register */ macro
|
/freebsd/sys/dev/pci/ |
H A D | pci.c | 3623 pci_write_config(self, PCI_LEGSUP, PCI_LEGSUP_USBPIRQDEN, 2); in uhci_early_takeover()
|