Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_eth.c226 *macen = MAC_EN_CLOCK_ENABLE; in au1x00_init()
231 *macen = MAC_EN_CLOCK_ENABLE|MAC_EN_RESET0| in au1x00_init()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/
H A Dau1000_eth.c116 # define MAC_EN_CLOCK_ENABLE (1 << 0) macro
252 writel(MAC_EN_CLOCK_ENABLE, aup->enable); in au1000_enable_mac()
256 | MAC_EN_CLOCK_ENABLE), aup->enable); in au1000_enable_mac()
589 writel(MAC_EN_CLOCK_ENABLE, aup->enable); in au1000_reset_mac_unlocked()
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/include/mach/
H A Dau1x00.h541 #define MAC_EN_CLOCK_ENABLE (1<<0) macro