Lines Matching defs:bits
71 * 1. MAXPKT and MULTI bits layout of TXCSR1 and RXCSR1 are adjusted,
80 * 128 bits size of bitmap is large enough, that means it can manage
138 * @limit: the bitmap size in bits
161 * lower 4 bits are extension bits of @buffer,
162 * upper 4 bits are extension bits of @next_gpd
170 * lower 4 bits are extension bits of @buffer,
171 * upper 4 bits are extension bits of @next_gpd
401 static inline void mtu3_setbits(void __iomem *base, u32 offset, u32 bits)
406 writel((tmp | (bits)), addr);
409 static inline void mtu3_clrbits(void __iomem *base, u32 offset, u32 bits)
414 writel((tmp & ~(bits)), addr);