Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/sunxi/
H A Dgmac.c17 setbits_le32(&ccm->ahb_reset0_cfg, 0x1 << AHB_RESET_OFFSET_GMAC); in eth_init_board()
/OK3568_Linux_fs/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.h445 #define AHB_RESET_OFFSET_GMAC 17 macro
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsun8i_emac.c619 setbits_le32(&ccm->ahb_reset0_cfg, BIT(AHB_RESET_OFFSET_GMAC)); in sun8i_emac_board_setup()