Searched refs:clk_tx (Results 1 – 4 of 4) sorted by relevance
39 struct clk *clk_tx; member73 ret = clk_prepare_enable(dwmac->clk_tx); in stm32_dwmac_init()80 clk_disable_unprepare(dwmac->clk_tx); in stm32_dwmac_init()89 clk_disable_unprepare(dwmac->clk_tx); in stm32_dwmac_init()188 clk_disable_unprepare(dwmac->clk_tx); in stm32_dwmac_clk_disable()202 dwmac->clk_tx = devm_clk_get(dev, "mac-clk-tx"); in stm32_dwmac_parse_data()203 if (IS_ERR(dwmac->clk_tx)) { in stm32_dwmac_parse_data()205 return PTR_ERR(dwmac->clk_tx); in stm32_dwmac_parse_data()343 clk_disable_unprepare(dwmac->clk_tx); in stm32mp1_suspend()358 clk_disable_unprepare(dwmac->clk_tx); in stm32mcu_suspend()
40 struct clk *clk_tx; member256 err = clk_set_rate(eqos->clk_tx, rate); in tegra_eqos_fix_speed()323 eqos->clk_tx = devm_clk_get(&pdev->dev, "tx"); in tegra_eqos_probe()324 if (IS_ERR(eqos->clk_tx)) { in tegra_eqos_probe()325 err = PTR_ERR(eqos->clk_tx); in tegra_eqos_probe()329 err = clk_prepare_enable(eqos->clk_tx); in tegra_eqos_probe()376 clk_disable_unprepare(eqos->clk_tx); in tegra_eqos_probe()394 clk_disable_unprepare(eqos->clk_tx); in tegra_eqos_remove()
59 u8 clk_tx; member
126 u32 clk_tx; member