Searched refs:self_ctl (Results 1 – 1 of 1) sorted by relevance
560 uint32_t self_ctl; in ep93xx_miiphy_read() local574 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()613 uint32_t self_ctl; in ep93xx_miiphy_write() local627 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()