Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-designware.h104 #define PCIE_DBI_RO_WR_EN BIT(0) macro
351 val |= PCIE_DBI_RO_WR_EN; in dw_pcie_dbi_ro_wr_en()
362 val &= ~PCIE_DBI_RO_WR_EN; in dw_pcie_dbi_ro_wr_dis()
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpcie_layerscape.h64 #define PCIE_DBI_RO_WR_EN 0x8bc macro
H A Dpcie_dw_rockchip.c114 #define PCIE_DBI_RO_WR_EN BIT(0) macro
264 val |= PCIE_DBI_RO_WR_EN; in rk_pcie_dbi_write_enable()
266 val &= ~PCIE_DBI_RO_WR_EN; in rk_pcie_dbi_write_enable()
H A Dpcie_layerscape.c367 dbi_writel(pcie, 1, PCIE_DBI_RO_WR_EN); in ls_pcie_setup_ctrl()
371 dbi_writel(pcie, 0, PCIE_DBI_RO_WR_EN); in ls_pcie_setup_ctrl()