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

/linux-master/drivers/net/ethernet/sun/
H A Dsunhme.c261 static void BB_PUT_BIT(struct happy_meal *hp, void __iomem *tregs, int bit) function
315 BB_PUT_BIT(hp, tregs, 1);
318 BB_PUT_BIT(hp, tregs, 0);
319 BB_PUT_BIT(hp, tregs, 1);
320 BB_PUT_BIT(hp, tregs, 1);
321 BB_PUT_BIT(hp, tregs, 0);
326 BB_PUT_BIT(hp, tregs, ((tmp >> i) & 1));
331 BB_PUT_BIT(hp, tregs, ((tmp >> i) & 1));
361 BB_PUT_BIT(hp, tregs, 1);
364 BB_PUT_BIT(h
[all...]

Completed in 127 milliseconds