Home
last modified time | relevance | path

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

/lk-master/lib/libc/include/
A Dstdlib.h39 #define STACKBUF_DMA_ALIGN(var, size) \ macro
/lk-master/lib/partition/
A Dpartition.c65 STACKBUF_DMA_ALIGN(buf, dev->block_size); in partition_publish()
/lk-master/lib/bio/
A Dbio.c38 STACKBUF_DMA_ALIGN(temp, dev->block_size); // temporary buffer for partial block transfers in bio_default_read()
134 STACKBUF_DMA_ALIGN(temp, dev->block_size); // temporary buffer for partial block transfers in bio_default_write()
249 STACKBUF_DMA_ALIGN(erase_buf, dev->block_size); in bio_default_erase()

Completed in 5 milliseconds