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