Searched refs:selfctl (Results 1 – 2 of 2) sorted by relevance
157 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()
100 uint32_t selfctl; member
Completed in 6 milliseconds