Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Dpci-acpi.c283 if (lnkctl & PCI_EXP_LNKCTL_RCB) in pcie_root_rcb_set()
348 hpx->pci_exp_lnkctl_and |= PCI_EXP_LNKCTL_RCB; in program_hpx_type2()
349 hpx->pci_exp_lnkctl_or &= ~PCI_EXP_LNKCTL_RCB; in program_hpx_type2()
351 hpx->pci_exp_lnkctl_or |= PCI_EXP_LNKCTL_RCB; in program_hpx_type2()
/linux/include/uapi/linux/
H A Dpci_regs.h563 #define PCI_EXP_LNKCTL_RCB 0x0008 /* Read Completion Boundary */ macro
/linux/drivers/pci/controller/
H A Dpcie-rockchip-host.c310 status |= PCI_EXP_LNKCTL_RCB; in rockchip_pcie_host_init_port()