Home
last modified time | relevance | path

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

/u-boot/drivers/net/
A Dep93xx_eth.c157 value = readl(&mac->selfctl); in ep93xx_mac_reset()
159 writel(value, &mac->selfctl); in ep93xx_mac_reset()
161 while (readl(&mac->selfctl) & SELFCTL_RESET) in ep93xx_mac_reset()
577 self_ctl = readl(&mac->selfctl); in ep93xx_miiphy_read()
579 writel(self_ctl & ~(1 << 8), &mac->selfctl); in ep93xx_miiphy_read()
597 writel(self_ctl, &mac->selfctl); in ep93xx_miiphy_read()
630 self_ctl = readl(&mac->selfctl); in ep93xx_miiphy_write()
632 writel(self_ctl & ~(1 << 8), &mac->selfctl); in ep93xx_miiphy_write()
646 writel(self_ctl, &mac->selfctl); in ep93xx_miiphy_write()
/u-boot/arch/arm/include/asm/arch-ep93xx/
A Dep93xx.h100 uint32_t selfctl; member

Completed in 6 milliseconds