Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/pci/
Dops-bcm63xx.c321 tmp &= ~PCI_CB_BRIDGE_CTL_PREFETCH_MEM0; in fake_cb_bridge_write()
/linux-4.1.27/drivers/pci/
Dsetup-bus.c1175 if (!(ctrl & PCI_CB_BRIDGE_CTL_PREFETCH_MEM0)) { in pci_bus_size_cardbus()
1176 ctrl |= PCI_CB_BRIDGE_CTL_PREFETCH_MEM0; in pci_bus_size_cardbus()
1188 if (ctrl & PCI_CB_BRIDGE_CTL_PREFETCH_MEM0) { in pci_bus_size_cardbus()
/linux-4.1.27/include/uapi/linux/
Dpci_regs.h189 #define PCI_CB_BRIDGE_CTL_PREFETCH_MEM0 0x100 /* Prefetch enable for both memory regions */ macro