Lines Matching defs:value
230 static void hw_writel_native(struct macb *bp, int offset, u32 value)
232 __raw_writel(value, bp->regs + offset);
240 static void hw_writel(struct macb *bp, int offset, u32 value)
242 writel_relaxed(value, bp->regs + offset);
251 u32 value = MACB_BIT(LLB);
253 __raw_writel(value, addr + MACB_NCR);
254 value = __raw_readl(addr + MACB_NCR);
259 return value == MACB_BIT(LLB);
384 u16 value)
416 | MACB_BF(DATA, value)));
423 | MACB_BF(DATA, value)));
1847 /* include header and FCS in value given to h/w */
2537 /* Return the hash index value for the specified address. */