Searched refs:stmmac_rst (Results 1 – 3 of 3) sorted by relevance
48 struct reset_control *stmmac_rst; member90 dwmac->stmmac_rst = devm_reset_control_get(dev, in socfpga_dwmac_parse_data()92 if (IS_ERR(dwmac->stmmac_rst)) { in socfpga_dwmac_parse_data()94 if (PTR_ERR(dwmac->stmmac_rst) == -EPROBE_DEFER) in socfpga_dwmac_parse_data()96 dwmac->stmmac_rst = NULL; in socfpga_dwmac_parse_data()185 if (dwmac->stmmac_rst) in socfpga_dwmac_exit()186 reset_control_assert(dwmac->stmmac_rst); in socfpga_dwmac_exit()200 if (dwmac->stmmac_rst) in socfpga_dwmac_init()201 reset_control_assert(dwmac->stmmac_rst); in socfpga_dwmac_init()211 if (dwmac->stmmac_rst) in socfpga_dwmac_init()[all …]
109 struct reset_control *stmmac_rst; member
2894 priv->stmmac_rst = devm_reset_control_get(priv->device, in stmmac_dvr_probe()2896 if (IS_ERR(priv->stmmac_rst)) { in stmmac_dvr_probe()2897 if (PTR_ERR(priv->stmmac_rst) == -EPROBE_DEFER) { in stmmac_dvr_probe()2902 priv->stmmac_rst = NULL; in stmmac_dvr_probe()2904 if (priv->stmmac_rst) in stmmac_dvr_probe()2905 reset_control_deassert(priv->stmmac_rst); in stmmac_dvr_probe()3007 if (priv->stmmac_rst) in stmmac_dvr_remove()3008 reset_control_assert(priv->stmmac_rst); in stmmac_dvr_remove()