Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/pci/
Dprobe.c165 #define PCI_COMMAND_DECODE_ENABLE (PCI_COMMAND_MEMORY | PCI_COMMAND_IO) macro
361 if (orig_cmd & PCI_COMMAND_DECODE_ENABLE) { in pci_read_bases()
363 orig_cmd & ~PCI_COMMAND_DECODE_ENABLE); in pci_read_bases()
372 (orig_cmd & PCI_COMMAND_DECODE_ENABLE)) in pci_read_bases()