Searched refs:FLAG_START (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ieee802154/ |
H A D | adf7242.c | 265 #define FLAG_START 1 macro 704 set_bit(FLAG_START, &lp->flags); in adf7242_start() 716 clear_bit(FLAG_START, &lp->flags); in adf7242_stop() 740 if (test_bit(FLAG_START, &lp->flags)) in adf7242_channel() 1018 } else if (!xmit && test_bit(FLAG_START, &lp->flags)) { in adf7242_isr() 1045 if (test_bit(FLAG_START, &lp->flags)) in adf7242_soft_reset() 1057 if (test_bit(FLAG_START, &lp->flags)) { in adf7242_soft_reset()
|
/kernel/linux/linux-6.6/drivers/net/ieee802154/ |
H A D | adf7242.c | 265 #define FLAG_START 1 macro 704 set_bit(FLAG_START, &lp->flags); in adf7242_start() 716 clear_bit(FLAG_START, &lp->flags); in adf7242_stop() 740 if (test_bit(FLAG_START, &lp->flags)) in adf7242_channel() 1018 } else if (!xmit && test_bit(FLAG_START, &lp->flags)) { in adf7242_isr() 1045 if (test_bit(FLAG_START, &lp->flags)) in adf7242_soft_reset() 1057 if (test_bit(FLAG_START, &lp->flags)) { in adf7242_soft_reset()
|
/kernel/liteos_a/kernel/base/vm/ |
H A D | los_vm_dump.c | 55 #define FLAG_START 2 macro 364 for (index = FLAG_START; index < BITMAP_BITS_PER_WORD; index++) { in OsArchFlagsToStr()
|
Completed in 6 milliseconds