Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/
A Ddwmac-socfpga.c51 struct reset_control *stmmac_ocp_rst; member
282 reset_control_assert(dwmac->stmmac_ocp_rst); in socfpga_gen5_set_phy_mode()
311 reset_control_deassert(dwmac->stmmac_ocp_rst); in socfpga_gen5_set_phy_mode()
342 reset_control_assert(dwmac->stmmac_ocp_rst); in socfpga_gen10_set_phy_mode()
368 reset_control_deassert(dwmac->stmmac_ocp_rst); in socfpga_gen10_set_phy_mode()
410 dwmac->stmmac_ocp_rst = devm_reset_control_get_optional(dev, "stmmaceth-ocp"); in socfpga_dwmac_probe()
411 if (IS_ERR(dwmac->stmmac_ocp_rst)) { in socfpga_dwmac_probe()
412 ret = PTR_ERR(dwmac->stmmac_ocp_rst); in socfpga_dwmac_probe()
417 reset_control_deassert(dwmac->stmmac_ocp_rst); in socfpga_dwmac_probe()

Completed in 3 milliseconds