Home
last modified time | relevance | path

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

/arch/mips/alchemy/common/
Ddbdma.c57 #define ALIGN_ADDR(x, a) ((((u32)(x)) + (a-1)) & ~(a-1)) macro
432 desc_base = ALIGN_ADDR(desc_base, sizeof(au1x_ddma_desc_t)); in au1xxx_dbdma_ring_alloc()