Home
last modified time | relevance | path

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

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