Home
last modified time | relevance | path

Searched refs:selfctl (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dep93xx_eth.c155 value = readl(&mac->selfctl); in ep93xx_mac_reset()
157 writel(value, &mac->selfctl); in ep93xx_mac_reset()
159 while (readl(&mac->selfctl) & SELFCTL_RESET) in ep93xx_mac_reset()
575 self_ctl = readl(&mac->selfctl); in ep93xx_miiphy_read()
577 writel(self_ctl & ~(1 << 8), &mac->selfctl); in ep93xx_miiphy_read()
595 writel(self_ctl, &mac->selfctl); in ep93xx_miiphy_read()
628 self_ctl = readl(&mac->selfctl); in ep93xx_miiphy_write()
630 writel(self_ctl & ~(1 << 8), &mac->selfctl); in ep93xx_miiphy_write()
644 writel(self_ctl, &mac->selfctl); in ep93xx_miiphy_write()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-ep93xx/
H A Dep93xx.h101 uint32_t selfctl; member