Lines Matching refs:stmmac_rst
48 struct reset_control *stmmac_rst; member
90 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()
210 if (dwmac->stmmac_rst) in socfpga_dwmac_exit()
211 reset_control_assert(dwmac->stmmac_rst); in socfpga_dwmac_exit()
225 if (dwmac->stmmac_rst) in socfpga_dwmac_init()
226 reset_control_assert(dwmac->stmmac_rst); in socfpga_dwmac_init()
236 if (dwmac->stmmac_rst) in socfpga_dwmac_init()
237 reset_control_deassert(dwmac->stmmac_rst); in socfpga_dwmac_init()