Searched refs:self_ctl (Results 1 – 1 of 1) sorted by relevance
561 uint32_t self_ctl; in ep93xx_miiphy_read() local575 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()614 uint32_t self_ctl; in ep93xx_miiphy_write() local628 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()