Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/ufs/
Dufs.c23 #define ALIGN_8(x) (((x) + 7) & ~7) macro
193 utrd->resp_upiu = ALIGN_8(utrd->upiu + sizeof(cmd_upiu_t)); in get_utrd()
195 utrd->size_resp_upiu = ALIGN_8(sizeof(resp_upiu_t)); in get_utrd()
303 utrd->size_prdt = ALIGN_8(prdt_size); in ufs_prepare_cmd()
/external/linux-kselftest/tools/testing/selftests/net/
Dpsock_tpacket.c67 #define ALIGN_8(x) (((x) + 8 - 1) & ~(8 - 1)) macro
550 unsigned long bytes = 0, bytes_with_padding = ALIGN_8(sizeof(*pbd)); in __v3_walk_block()
564 bytes_with_padding += ALIGN_8(ppd->tp_snaplen + ppd->tp_mac); in __v3_walk_block()