Searched refs:ALIGN (Results 1 – 9 of 9) sorted by relevance
| /include/linux/ |
| A D | dma-mapping.h | 34 len = ALIGN(len, ARCH_DMA_MINALIGN); in dma_map_single() 58 len = ALIGN(len, ARCH_DMA_MINALIGN); in dma_unmap_single()
|
| A D | linkage.h | 46 #define ALIGN __ALIGN macro 50 ALIGN ASM_NL \
|
| A D | kernel.h | 12 #define ALIGN(x,a) __ALIGN_MASK((x),(typeof(x))(a)-1) macro 13 #define ALIGN_DOWN(x, a) ALIGN((x) - ((a) - 1), (a)) 15 #define PTR_ALIGN(p, a) ((typeof(p))ALIGN((unsigned long)(p), (a)))
|
| /include/ |
| A D | memalign.h | 76 type *name = (type *)ALIGN((uintptr_t)__##name, align) 90 static char __##name[ALIGN(size * sizeof(type), align)] \ 112 return memalign(ARCH_DMA_MINALIGN, ALIGN(size, ARCH_DMA_MINALIGN)); in malloc_cache_aligned()
|
| A D | spl_load.h | 24 read = info->read(info, offset, ALIGN(sizeof(*header), in _spl_load() 45 ALIGN(size, spl_get_bl_len(info)), in _spl_load() 87 size = ALIGN(spl_image->size + overhead, spl_get_bl_len(info)); in _spl_load()
|
| A D | cros_ec.h | 33 uint8_t din[ALIGN(MSG_BYTES + sizeof(int64_t), sizeof(int64_t))] 35 uint8_t dout[ALIGN(MSG_BYTES + sizeof(int64_t), sizeof(int64_t))]
|
| /include/linux/mtd/ |
| A D | rawnand.h | 668 uint8_t ecccalc[ALIGN(NAND_MAX_OOBSIZE, ARCH_DMA_MINALIGN)]; 669 uint8_t ecccode[ALIGN(NAND_MAX_OOBSIZE, ARCH_DMA_MINALIGN)]; 670 uint8_t databuf[ALIGN(NAND_MAX_PAGESIZE + NAND_MAX_OOBSIZE,
|
| /include/dm/ |
| A D | device.h | 209 return ALIGN(sizeof(struct udevice), CONFIG_LINKER_LIST_ALIGN); in dm_udevice_size()
|
| /include/linux/soc/ti/ |
| A D | cppi5.h | 306 return ALIGN(desc_size, CPPI5_DESC_MIN_ALIGN); in cppi5_hdesc_calc_size()
|
Completed in 25 milliseconds