Home
last modified time | relevance | path

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

/kernel/uniproton/src/net/lwip-2.1/include/arch/
Dcc.h61 #define ALIGNED(n) __align(n) macro
75 #define ALIGNED(n) __attribute__((aligned (n))) macro
/kernel/liteos_m/components/net/lwip-2.1/porting/include/arch/
Dcc.h77 #define ALIGNED(n) __align(n) macro
91 #define ALIGNED(n) __attribute__((aligned (n))) macro
/kernel/linux/linux-5.10/drivers/spi/
Dspi-sirf.c154 #define ALIGNED(x) (!((u32)x & 0x3)) macro
155 #define IS_DMA_VALID(x) (x && ALIGNED(x->tx_buf) && ALIGNED(x->rx_buf) && \
156 ALIGNED(x->len) && (x->len < 2 * PAGE_SIZE))