Searched refs:BB_PUT_BIT (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/sun/ |
D | sunhme.c | 297 static void BB_PUT_BIT(struct happy_meal *hp, void __iomem *tregs, int bit) in BB_PUT_BIT() function 353 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_read() 356 BB_PUT_BIT(hp, tregs, 0); in happy_meal_bb_read() 357 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_read() 358 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_read() 359 BB_PUT_BIT(hp, tregs, 0); in happy_meal_bb_read() 364 BB_PUT_BIT(hp, tregs, ((tmp >> i) & 1)); in happy_meal_bb_read() 369 BB_PUT_BIT(hp, tregs, ((tmp >> i) & 1)); in happy_meal_bb_read() 399 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_write() 402 BB_PUT_BIT(hp, tregs, 0); in happy_meal_bb_write() [all …]
|