Searched refs:clk_tx (Results 1 – 4 of 4) sorted by relevance
91 struct clk *clk_tx; member127 ret = clk_prepare_enable(dwmac->clk_tx); in stm32_dwmac_init()134 clk_disable_unprepare(dwmac->clk_tx); in stm32_dwmac_init()143 clk_disable_unprepare(dwmac->clk_tx); in stm32_dwmac_init()250 clk_disable_unprepare(dwmac->clk_tx); in stm32_dwmac_clk_disable()264 dwmac->clk_tx = devm_clk_get(dev, "mac-clk-tx"); in stm32_dwmac_parse_data()265 if (IS_ERR(dwmac->clk_tx)) { in stm32_dwmac_parse_data()267 return PTR_ERR(dwmac->clk_tx); in stm32_dwmac_parse_data()438 clk_disable_unprepare(dwmac->clk_tx); in stm32mp1_suspend()453 clk_disable_unprepare(dwmac->clk_tx); in stm32mcu_suspend()
34 struct clk *clk_tx; member250 err = clk_set_rate(eqos->clk_tx, rate); in tegra_eqos_fix_speed()317 eqos->clk_tx = devm_clk_get(&pdev->dev, "tx"); in tegra_eqos_probe()318 if (IS_ERR(eqos->clk_tx)) { in tegra_eqos_probe()319 err = PTR_ERR(eqos->clk_tx); in tegra_eqos_probe()323 err = clk_prepare_enable(eqos->clk_tx); in tegra_eqos_probe()373 clk_disable_unprepare(eqos->clk_tx); in tegra_eqos_probe()391 clk_disable_unprepare(eqos->clk_tx); in tegra_eqos_remove()
59 u8 clk_tx; member
126 u32 clk_tx; member