Home
last modified time | relevance | path

Searched refs:test_and_set_bit (Results 1 – 3 of 3) sorted by relevance

/bsp/dm365/platform/
A Ddma.c252 static inline int test_and_set_bit(int nr, volatile unsigned long *addr) in test_and_set_bit() function
603 if (!test_and_set_bit(j, edma_cc[ctlr]->edma_inuse)) { in reserve_contiguous_slots()
741 if (!test_and_set_bit(channel, in edma_alloc_channel()
756 } else if (test_and_set_bit(channel, edma_cc[ctlr]->edma_inuse)) { in edma_alloc_channel()
834 if (!test_and_set_bit(slot, edma_cc[ctlr]->edma_inuse)) in edma_alloc_slot()
840 } else if (test_and_set_bit(slot, edma_cc[ctlr]->edma_inuse)) { in edma_alloc_slot()
/bsp/allwinner/libraries/libos/include/misc/
A Dsupport.h202 static inline int test_and_set_bit(unsigned int bit, volatile unsigned long *p) in test_and_set_bit() function
/bsp/allwinner/libraries/libos/include/
A Dinterrupt.h669 return !test_and_set_bit(TASKLET_STATE_RUN, &(t)->state);

Completed in 15 milliseconds