Searched refs:utrd (Results 1 – 2 of 2) sorted by relevance
385 static void get_utrd(utp_utrd_t *utrd) in get_utrd() argument391 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 …]
8465 …- delete call to inv_dcache_range for utrd ([c5ee858](https://review.trustedfirmware.org/plugins/g…