Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dep93xx_eth.c154 value = readl(&mac->selfctl); in ep93xx_mac_reset()
156 writel(value, &mac->selfctl); in ep93xx_mac_reset()
158 while (readl(&mac->selfctl) & SELFCTL_RESET) in ep93xx_mac_reset()
574 self_ctl = readl(&mac->selfctl); in ep93xx_miiphy_read()
576 writel(self_ctl & ~(1 << 8), &mac->selfctl); in ep93xx_miiphy_read()
594 writel(self_ctl, &mac->selfctl); in ep93xx_miiphy_read()
627 self_ctl = readl(&mac->selfctl); in ep93xx_miiphy_write()
629 writel(self_ctl & ~(1 << 8), &mac->selfctl); in ep93xx_miiphy_write()
643 writel(self_ctl, &mac->selfctl); in ep93xx_miiphy_write()
/external/u-boot/arch/arm/include/asm/arch-ep93xx/
Dep93xx.h100 uint32_t selfctl; member