Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ufs/
H A Dufs.c385 static void get_utrd(utp_utrd_t *utrd) in get_utrd() argument
391 assert(utrd != NULL); in get_utrd()
396 memset((void *)utrd, 0, sizeof(utp_utrd_t)); in get_utrd()
401 utrd->header = base; in get_utrd()
402 utrd->task_tag = 1; /* We always use the first slot */ in get_utrd()
404 utrd->upiu = ALIGN_CDB(utrd->header + sizeof(utrd_header_t)); in get_utrd()
405 utrd->resp_upiu = ALIGN_8(utrd->upiu + sizeof(cmd_upiu_t)); in get_utrd()
406 utrd->size_upiu = utrd->resp_upiu - utrd->upiu; in get_utrd()
407 utrd->size_resp_upiu = ALIGN_8(sizeof(resp_upiu_t)); in get_utrd()
408 utrd->prdt = utrd->resp_upiu + utrd->size_resp_upiu; in get_utrd()
[all …]
/rk3399_ARM-atf/docs/
H A Dchange-log.md8465 …- delete call to inv_dcache_range for utrd ([c5ee858](https://review.trustedfirmware.org/plugins/g…