Searched refs:ALLOC_ALIGN_BUFFER_PAD (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | memalign.h | 72 #define ALLOC_ALIGN_BUFFER_PAD(type, name, size, align, pad) \ macro 78 ALLOC_ALIGN_BUFFER_PAD(type, name, size, align, 1) 80 ALLOC_ALIGN_BUFFER_PAD(type, name, size, ARCH_DMA_MINALIGN, pad)
|