Searched refs:gmac_clk_sel (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/fdt/
H A Dif_dwqe_fdt.c614 uint32_t gmac_clk_sel = 0; local
625 gmac_clk_sel = sc->sc_clk_sel_2_5;
628 gmac_clk_sel = sc->sc_clk_sel_25;
631 gmac_clk_sel = sc->sc_clk_sel_125;
635 regmap_write_4(php_rm, RK3588_PHP_GRF_CLK_CON1, gmac_clk_sel);
H A Dif_dwge.c1738 uint32_t gmac_clk_sel = 0; local
1754 gmac_clk_sel = sc->sc_clk_sel_2_5;
1757 gmac_clk_sel = sc->sc_clk_sel_25;
1760 gmac_clk_sel = sc->sc_clk_sel_125;
1764 regmap_write_4(rm, sc->sc_clk_sel, gmac_clk_sel);

Completed in 89 milliseconds