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

/linux-master/drivers/pci/
H A Dprobe.c165 #define PCI_COMMAND_DECODE_ENABLE (PCI_COMMAND_MEMORY | PCI_COMMAND_IO) macro
190 if (orig_cmd & PCI_COMMAND_DECODE_ENABLE) {
192 orig_cmd & ~PCI_COMMAND_DECODE_ENABLE);
250 if (!dev->mmio_always_on && (orig_cmd & PCI_COMMAND_DECODE_ENABLE))

Completed in 116 milliseconds