Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/pci/
Dops-bcm63xx.c321 tmp &= ~PCI_CB_BRIDGE_CTL_PREFETCH_MEM0; in fake_cb_bridge_write()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dpci_regs.h144 #define PCI_CB_BRIDGE_CTL_PREFETCH_MEM0 0x100 macro
/kernel/linux/linux-5.10/drivers/pci/
Dsetup-bus.c1158 if (!(ctrl & PCI_CB_BRIDGE_CTL_PREFETCH_MEM0)) { in pci_bus_size_cardbus()
1159 ctrl |= PCI_CB_BRIDGE_CTL_PREFETCH_MEM0; in pci_bus_size_cardbus()
1171 if (ctrl & PCI_CB_BRIDGE_CTL_PREFETCH_MEM0) { in pci_bus_size_cardbus()
/kernel/linux/linux-5.10/include/uapi/linux/
Dpci_regs.h199 #define PCI_CB_BRIDGE_CTL_PREFETCH_MEM0 0x100 /* Prefetch enable for both memory regions */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dpci_regs.h160 #define PCI_CB_BRIDGE_CTL_PREFETCH_MEM0 0x100 macro