Home
last modified time | relevance | path

Searched refs:AHB_RESET_OFFSET_GMAC (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/board/sunxi/
H A Dgmac.c17 setbits_le32(&ccm->ahb_reset0_cfg, 0x1 << AHB_RESET_OFFSET_GMAC);
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dclock_sun8i_a83t.h271 #define AHB_RESET_OFFSET_GMAC 17 macro
H A Dclock_sun6i.h461 #define AHB_RESET_OFFSET_GMAC 17 macro
/openbmc/u-boot/drivers/net/
H A Dsun8i_emac.c661 setbits_le32(&ccm->ahb_reset1_cfg, BIT(AHB_RESET_OFFSET_GMAC)); in sun8i_emac_board_setup()
677 setbits_le32(&ccm->ahb_reset0_cfg, BIT(AHB_RESET_OFFSET_GMAC)); in sun8i_emac_board_setup()