Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/ufs/
Dufs.c23 #define ALIGN_8(x) (((x) + 7) & ~7) macro
405 utrd->resp_upiu = ALIGN_8(utrd->upiu + sizeof(cmd_upiu_t)); in get_utrd()
407 utrd->size_resp_upiu = ALIGN_8(sizeof(resp_upiu_t)); in get_utrd()