Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pci/
Dpci-acpi.c256 if (lnkctl & PCI_EXP_LNKCTL_RCB) in pcie_root_rcb_set()
321 hpx->pci_exp_lnkctl_and |= PCI_EXP_LNKCTL_RCB; in program_hpx_type2()
322 hpx->pci_exp_lnkctl_or &= ~PCI_EXP_LNKCTL_RCB; in program_hpx_type2()
324 hpx->pci_exp_lnkctl_or |= PCI_EXP_LNKCTL_RCB; in program_hpx_type2()
/Linux-v5.10/include/uapi/linux/
Dpci_regs.h549 #define PCI_EXP_LNKCTL_RCB 0x0008 /* Read Completion Boundary */ macro
/Linux-v5.10/drivers/pci/controller/
Dpcie-rockchip-host.c324 status |= PCI_EXP_LNKCTL_RCB; in rockchip_pcie_host_init_port()