Searched refs:ecam_val (Results 1 – 1 of 1) sorted by relevance
672 u32 breg_val, ecam_val; in nwl_pcie_bridge_init() local711 ecam_val = nwl_bridge_readl(pcie, E_ECAM_CAPABILITIES) & E_ECAM_PRESENT; in nwl_pcie_bridge_init()712 if (!ecam_val) { in nwl_pcie_bridge_init()714 return ecam_val; in nwl_pcie_bridge_init()721 ecam_val = nwl_bridge_readl(pcie, E_ECAM_CONTROL); in nwl_pcie_bridge_init()722 ecam_val &= ~E_ECAM_SIZE_LOC; in nwl_pcie_bridge_init()723 ecam_val |= NWL_ECAM_MAX_SIZE << E_ECAM_SIZE_SHIFT; in nwl_pcie_bridge_init()724 nwl_bridge_writel(pcie, ecam_val, E_ECAM_CONTROL); in nwl_pcie_bridge_init()