Home
last modified time | relevance | path

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

/external/u-boot/board/sunxi/
Dgmac.c17 setbits_le32(&ccm->ahb_reset0_cfg, 0x1 << AHB_RESET_OFFSET_GMAC);
/external/u-boot/arch/arm/include/asm/arch-sunxi/
Dclock_sun8i_a83t.h271 #define AHB_RESET_OFFSET_GMAC 17 macro
Dclock_sun6i.h453 #define AHB_RESET_OFFSET_GMAC 17 macro
/external/u-boot/drivers/net/
Dsun8i_emac.c636 setbits_le32(&ccm->ahb_reset0_cfg, BIT(AHB_RESET_OFFSET_GMAC)); in sun8i_emac_board_setup()