Searched full:mgbe (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-tegra.c | 12 "rx-pcs", "tx", "tx-pcs", "mac-divider", "mac", "mgbe", "ptp-ref", "mac" 59 struct tegra_mgbe *mgbe = get_stmmac_bsp_priv(dev); in tegra_mgbe_suspend() local 66 clk_bulk_disable_unprepare(ARRAY_SIZE(mgbe_clks), mgbe->clks); in tegra_mgbe_suspend() 68 return reset_control_assert(mgbe->rst_mac); in tegra_mgbe_suspend() 73 struct tegra_mgbe *mgbe = get_stmmac_bsp_priv(dev); in tegra_mgbe_resume() local 77 err = clk_bulk_prepare_enable(ARRAY_SIZE(mgbe_clks), mgbe->clks); in tegra_mgbe_resume() 81 err = reset_control_deassert(mgbe->rst_mac); in tegra_mgbe_resume() 86 writel(MAC_SBD_INTR, mgbe->regs + MGBE_WRAP_COMMON_INTR_ENABLE); in tegra_mgbe_resume() 89 writel(mgbe->iommu_sid, mgbe->hv + MGBE_WRAP_AXI_ASID0_CTRL); in tegra_mgbe_resume() 91 value = readl(mgbe->xpcs + XPCS_WRAP_UPHY_STATUS); in tegra_mgbe_resume() [all …]
|
H A D | Kconfig | 243 tristate "NVIDIA Tegra MGBE support" 246 This selects the Multi-GigaBit Ethernet (MGBE) Controller that is
|
H A D | dwmac-intel.c | 258 * Intel mGBE that has slightly different GPO mapping 585 /* Intel mgbe SGMII interface uses pcs-xcps */ in intel_mgbe_common_data() 613 /* Setup MSI vector offset specific to Intel mGbE controller */ in intel_mgbe_common_data()
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | nvidia,tegra234-mgbe.yaml | 4 $id: http://devicetree.org/schemas/net/nvidia,tegra234-mgbe.yaml# 7 title: Tegra234 MGBE Multi-Gigabit Ethernet Controller 15 const: nvidia,tegra234-mgbe 42 - const: mgbe 117 compatible = "nvidia,tegra234-mgbe"; 136 clock-names = "mgbe", "mac", "mac-divider", "ptp-ref", "rx-input-m",
|
/openbmc/linux/arch/arm64/boot/dts/nvidia/ |
H A D | tegra234.dtsi | 1431 compatible = "nvidia,tegra234-mgbe"; 1450 clock-names = "mgbe", "mac", "mac-divider", "ptp-ref", "rx-input-m", 1465 compatible = "nvidia,tegra234-mgbe"; 1484 clock-names = "mgbe", "mac", "mac-divider", "ptp-ref", "rx-input-m", 1499 compatible = "nvidia,tegra234-mgbe"; 1518 clock-names = "mgbe", "mac", "mac-divider", "ptp-ref", "rx-input-m", 1533 compatible = "nvidia,tegra234-mgbe"; 1552 clock-names = "mgbe", "mac", "mac-divider", "ptp-ref", "rx-input-m",
|
/openbmc/linux/drivers/soc/tegra/ |
H A D | pmc.c | 4233 TEGRA_WAKE_GPIO("mgbe", 56, 0, TEGRA234_MAIN_GPIO(Y, 3)),
|