Searched refs:ALIGNED (Results 1 – 2 of 2) sorted by relevance
133 #define ALIGNED(x) (!((u32)x & 0x3)) macro134 #define IS_DMA_VALID(x) (x && ALIGNED(x->tx_buf) && ALIGNED(x->rx_buf) && \135 ALIGNED(x->len) && (x->len < 2 * PAGE_SIZE))
161 #define ALIGNED(x) __attribute__((aligned(x))) macro