Searched refs:BB_PUT_BIT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/ |
H A D | sunhme.c | 261 static void BB_PUT_BIT(struct happy_meal *hp, void __iomem *tregs, int bit) in BB_PUT_BIT() function 315 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_read() 318 BB_PUT_BIT(hp, tregs, 0); in happy_meal_bb_read() 319 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_read() 320 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_read() 321 BB_PUT_BIT(hp, tregs, 0); in happy_meal_bb_read() 326 BB_PUT_BIT(hp, tregs, ((tmp >> i) & 1)); in happy_meal_bb_read() 331 BB_PUT_BIT(hp, tregs, ((tmp >> i) & 1)); in happy_meal_bb_read() 361 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_write() 364 BB_PUT_BIT(h in happy_meal_bb_write() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H A D | sunhme.c | 321 static void BB_PUT_BIT(struct happy_meal *hp, void __iomem *tregs, int bit) in BB_PUT_BIT() function 377 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_read() 380 BB_PUT_BIT(hp, tregs, 0); in happy_meal_bb_read() 381 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_read() 382 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_read() 383 BB_PUT_BIT(hp, tregs, 0); in happy_meal_bb_read() 388 BB_PUT_BIT(hp, tregs, ((tmp >> i) & 1)); in happy_meal_bb_read() 393 BB_PUT_BIT(hp, tregs, ((tmp >> i) & 1)); in happy_meal_bb_read() 423 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_write() 426 BB_PUT_BIT(h in happy_meal_bb_write() [all...] |
Completed in 4 milliseconds