Searched refs:netctl (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/net/
H A Dmacb.c192 unsigned long netctl; local
196 netctl = macb_readl(macb, NCR);
197 netctl |= MACB_BIT(MPE);
198 macb_writel(macb, NCR, netctl);
212 netctl = macb_readl(macb, NCR);
213 netctl &= ~MACB_BIT(MPE);
214 macb_writel(macb, NCR, netctl);
219 unsigned long netctl; local
223 netctl = macb_readl(macb, NCR);
224 netctl |
[all...]

Completed in 40 milliseconds