Searched refs:PCI_LEGSUP (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/dev/usb/controller/ |
| H A D | uhci_pci.c | 95 pci_write_config(self, PCI_LEGSUP, PCI_LEGSUP_USBPIRQDEN, 2); in uhci_pci_take_controller() 379 if (pci_read_config(self, PCI_LEGSUP, 2) != PCI_LEGSUP_USBPIRQDEN) { in uhci_pci_attach() 381 pci_read_config(self, PCI_LEGSUP, 2)); in uhci_pci_attach() 384 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-14.2/sys/dev/pci/ |
| H A D | pci.c | 3574 pci_write_config(self, PCI_LEGSUP, PCI_LEGSUP_USBPIRQDEN, 2); in uhci_early_takeover()
|