Lines Matching refs:soc

529 	const struct tegra_pcie_soc_data *soc = port->pcie->soc_data;  in tegra_pcie_port_enable()  local
537 if (soc->has_pex_clkreq_en) in tegra_pcie_port_enable()
549 const struct tegra_pcie_soc_data *soc = port->pcie->soc_data; in tegra_pcie_port_disable() local
561 if (soc->has_pex_clkreq_en) in tegra_pcie_port_disable()
773 const struct tegra_pcie_soc_data *soc = pcie->soc_data; in tegra_pcie_pll_wait() local
779 value = pads_readl(pcie, soc->pads_pll_ctl); in tegra_pcie_pll_wait()
789 const struct tegra_pcie_soc_data *soc = pcie->soc_data; in tegra_pcie_phy_enable() local
805 value = pads_readl(pcie, soc->pads_pll_ctl); in tegra_pcie_phy_enable()
807 value |= PADS_PLL_CTL_REFCLK_INTERNAL_CML | soc->tx_ref_sel; in tegra_pcie_phy_enable()
808 pads_writel(pcie, value, soc->pads_pll_ctl); in tegra_pcie_phy_enable()
811 value = pads_readl(pcie, soc->pads_pll_ctl); in tegra_pcie_phy_enable()
813 pads_writel(pcie, value, soc->pads_pll_ctl); in tegra_pcie_phy_enable()
818 value = pads_readl(pcie, soc->pads_pll_ctl); in tegra_pcie_phy_enable()
820 pads_writel(pcie, value, soc->pads_pll_ctl); in tegra_pcie_phy_enable()
825 if (soc->num_ports > 2) in tegra_pcie_phy_enable()
850 const struct tegra_pcie_soc_data *soc = pcie->soc_data; in tegra_pcie_enable_controller() local
864 if (soc->has_pex_bias_ctrl) in tegra_pcie_enable_controller()
877 if (soc->has_gen2) { in tegra_pcie_enable_controller()
909 if (soc->has_intr_prsnt_sense) in tegra_pcie_enable_controller()
947 const struct tegra_pcie_soc_data *soc = pcie->soc_data; in tegra_pcie_power_on() local
977 if (soc->has_cml_clk) { in tegra_pcie_power_on()
997 const struct tegra_pcie_soc_data *soc = pcie->soc_data; in tegra_pcie_clocks_get() local
1011 if (soc->has_cml_clk) { in tegra_pcie_clocks_get()
1280 const struct tegra_pcie_soc_data *soc = pcie->soc_data; in tegra_pcie_enable_msi() local
1318 afi_writel(pcie, base >> soc->msi_base_shift, AFI_MSI_FPCI_BAR_ST); in tegra_pcie_enable_msi()
1593 const struct tegra_pcie_soc_data *soc = pcie->soc_data; in tegra_pcie_parse_dt() local
1686 if (index < 1 || index > soc->num_ports) { in tegra_pcie_parse_dt()