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

/linux-master/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_isa.c323 dev->mmio_always_on = 1;
/linux-master/drivers/pci/controller/
H A Dpci-loongson.c73 pdev->mmio_always_on = 1;
/linux-master/drivers/pci/
H A Dsetup-res.c97 disable = (res->flags & IORESOURCE_MEM_64) && !dev->mmio_always_on;
H A Dprobe.c188 if (!dev->mmio_always_on) {
250 if (!dev->mmio_always_on && (orig_cmd & PCI_COMMAND_DECODE_ENABLE))
1946 if (dev->non_compliant_bars && !dev->mmio_always_on) {
H A Dquirks.c294 * we need to set the dev->mmio_always_on bit.
298 dev->mmio_always_on = 1;
/linux-master/include/linux/
H A Dpci.h380 unsigned int mmio_always_on:1; /* Disallow turning off io/mem member in struct:pci_dev

Completed in 177 milliseconds