Searched refs:clk_tx (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/dwc/ |
| H A D | if_dwc_aw.c | 73 clk_t clk_tx, clk_tx_parent; in a20_if_dwc_init() local 96 error = clk_get_by_ofw_name(dev, 0, "allwinner_gmac_tx", &clk_tx); in a20_if_dwc_init() 107 error = clk_set_parent_by_clk(clk_tx, clk_tx_parent); in a20_if_dwc_init()
|
| /freebsd/sys/arm/allwinner/ |
| H A D | if_awg.c | 1492 clk_t clk_tx, clk_tx_parent; in awg_setup_phy() local 1576 error = clk_get_by_ofw_name(dev, 0, "tx", &clk_tx); in awg_setup_phy() 1591 error = clk_set_parent_by_clk(clk_tx, clk_tx_parent); in awg_setup_phy() 1598 error = clk_enable(clk_tx); in awg_setup_phy()
|