Searched refs:BB_PUT_BIT (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/sun/ |
D | sunhme.c | 322 static void BB_PUT_BIT(struct happy_meal *hp, void __iomem *tregs, int bit) in BB_PUT_BIT() function 378 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_read() 381 BB_PUT_BIT(hp, tregs, 0); in happy_meal_bb_read() 382 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_read() 383 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_read() 384 BB_PUT_BIT(hp, tregs, 0); in happy_meal_bb_read() 389 BB_PUT_BIT(hp, tregs, ((tmp >> i) & 1)); in happy_meal_bb_read() 394 BB_PUT_BIT(hp, tregs, ((tmp >> i) & 1)); in happy_meal_bb_read() 424 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_write() 427 BB_PUT_BIT(hp, tregs, 0); in happy_meal_bb_write() [all …]
|