Home
last modified time | relevance | path

Searched refs:gmac0_con (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Dgrf_rk3528.h20 uint32_t gmac0_con; /* Address Offset: 0x60018 */ member
H A Dgrf_rk3576.h273 uint32_t gmac0_con; /* address offset: 0x0020 */ member
/rk3399_rockchip-uboot/drivers/net/
H A Dgmac_rockchip.c626 rk_clrsetreg(&grf->gmac0_con, RK3528_GMAC0_CLK_RMII_DIV_MASK, div); in rk3528_set_rgmii_speed()
759 rk_clrsetreg(&s_grf->gmac0_con, div_mask, div); in rk3576_set_rgmii_speed()
1481 rk_clrsetreg(&grf->gmac0_con, RK3528_GMAC0_CLK_RMII_MODE_MASK, clk_mode); in rk3528_set_to_rmii()
1721 rk_clrsetreg(&s_grf->gmac0_con, clk_mode_mask, clk_mode); in rk3576_set_to_rmii()
1765 rk_clrsetreg(&s_grf->gmac0_con, clk_mode_mask, clk_mode); in rk3576_set_to_rgmii()
2354 rk_clrsetreg(&s_grf->gmac0_con, mask, val); in rk3576_set_clock_selection()