Home
last modified time | relevance | path

Searched refs:test_bit (Results 1 – 4 of 4) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/spinor/
A Dcache.c204 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 Dsupport.h159 static inline int test_bit(int nr, long *addr) in test_bit() function
/bsp/allwinner/libraries/libos/include/
A Dinterrupt.h680 while (test_bit(TASKLET_STATE_RUN, &(t)->state))
/bsp/dm365/platform/
A Ddma.c236 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