Searched refs:DBI_RO_WR_EN (Results 1 - 4 of 4) sorted by relevance

/u-boot/drivers/pci/
H A Dpcie_fsl.h29 #define DBI_RO_WR_EN 0x8bc macro
H A Dpcie_dw_sifive.c80 #define DBI_RO_WR_EN BIT(0) macro
283 val |= DBI_RO_WR_EN;
292 val &= ~DBI_RO_WR_EN;
H A Dpcie_ecam_synquacer.c117 #define DBI_RO_WR_EN BIT(0) macro
409 masked_writel(dbi_base, MISC_CONTROL_1_OFF, DBI_RO_WR_EN, 1);
424 masked_writel(dbi_base, MISC_CONTROL_1_OFF, DBI_RO_WR_EN, 0);
H A Dpcie_fsl.c422 fsl_pcie_hose_read_config_dword(pcie, DBI_RO_WR_EN, &val);
427 fsl_pcie_hose_write_config_dword(pcie, DBI_RO_WR_EN, val);

Completed in 54 milliseconds