Home
last modified time | relevance | path

Searched refs:acs_cap (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/pci/
H A Dp2pdma.c256 pos = pdev->acs_cap; in pci_bridge_has_acs_redir()
H A Dquirks.c4752 pos = dev->acs_cap; in pci_quirk_intel_spt_pch_acs()
5109 pos = dev->acs_cap; in pci_quirk_enable_intel_spt_pch_acs()
5139 pos = dev->acs_cap; in pci_quirk_disable_intel_spt_pch_acs_redir()
5516 pos = bridge->acs_cap; in pci_idt_bus_quirk()
H A Dpci.c850 pos = dev->acs_cap; in pci_disable_acs_redir()
876 pos = dev->acs_cap; in pci_std_enable_acs()
3412 pos = pdev->acs_cap; in pci_acs_flags_enabled()
3543 dev->acs_cap = pci_find_ext_capability(dev, PCI_EXT_CAP_ID_ACS); in pci_acs_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci.h503 u16 acs_cap; /* ACS Capability offset */ member