Searched refs:test_bit (Results 1 – 4 of 4) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/spinor/ |
| A D | cache.c | 204 static __always_inline int test_bit(unsigned int nr, const unsigned long *addr) in test_bit() function 218 if (test_bit(end, nc->bitmap_blk)) in nor_flush_erase() 259 if (!test_bit(page, nc->bitmap_page)) in nor_flush_write() 420 if (test_bit(page, nc->bitmap_page)) { in nor_cache_read() 426 if (test_bit(blk, nc->bitmap_blk)) { in nor_cache_read()
|
| /bsp/allwinner/libraries/libos/include/misc/ |
| A D | support.h | 159 static inline int test_bit(int nr, long *addr) in test_bit() function
|
| /bsp/allwinner/libraries/libos/include/ |
| A D | interrupt.h | 680 while (test_bit(TASKLET_STATE_RUN, &(t)->state))
|
| /bsp/dm365/platform/ |
| A D | dma.c | 236 static inline int test_bit(int nr, const volatile unsigned long *addr) in test_bit() function 635 if (test_bit(j, tmp_inuse)) in reserve_contiguous_slots() 1349 if (test_bit(channel, edma_cc[ctlr]->edma_unused)) { in edma_start()
|
Completed in 12 milliseconds