Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pci/
H A Dpcie_layerscape.h63 #define PCIE_DBI_RO_WR_EN 0x8bc macro
H A Dpcie_layerscape.c335 dbi_writel(pcie, 1, PCIE_DBI_RO_WR_EN); in ls_pcie_setup_ctrl()
339 dbi_writel(pcie, 0, PCIE_DBI_RO_WR_EN); in ls_pcie_setup_ctrl()
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-designware.h167 #define PCIE_DBI_RO_WR_EN BIT(0) macro
491 val |= PCIE_DBI_RO_WR_EN; in dw_pcie_dbi_ro_wr_en()
502 val &= ~PCIE_DBI_RO_WR_EN; in dw_pcie_dbi_ro_wr_dis()