Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dpci_regs.h793 #define PCI_ACS_TB 0x02 macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dpci_regs.h974 #define PCI_ACS_TB 0x0002 /* Translation Blocking */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dpci_regs.h824 #define PCI_ACS_TB 0x0002 macro
/kernel/linux/linux-5.10/drivers/pci/
Dquirks.c4770 PCI_ACS_SV | PCI_ACS_TB | PCI_ACS_RR | in pci_quirk_mf_endpoint_acs()
5115 ctrl |= (cap & PCI_ACS_TB); in pci_quirk_enable_intel_spt_pch_acs()
Dpci.c890 ctrl |= (cap & PCI_ACS_TB); in pci_std_enable_acs()