Searched refs:selfctl (Results 1 – 2 of 2) sorted by relevance
155 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()
101 uint32_t selfctl; member