HomeSort by relevance Sort by last modified time
    Searched refs:upiu (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/drivers/ufs/
ufs.c 190 utrd->upiu = ALIGN_CDB(utrd->header + sizeof(utrd_header_t));
191 utrd->resp_upiu = ALIGN_8(utrd->upiu + sizeof(cmd_upiu_t));
192 utrd->size_upiu = utrd->resp_upiu - utrd->upiu;
197 hd->ucdba = utrd->upiu & UINT32_MAX;
198 hd->ucdbau = (utrd->upiu >> 32) & UINT32_MAX;
206 * Prepare UTRD, Command UPIU, Response UPIU.
212 cmd_upiu_t *upiu; local
222 (utrd->upiu >> 32) & UINT32_MAX);
225 upiu = (cmd_upiu_t *)utrd->upiu
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/
ufs.h 286 uint32_t rul : 16; /* Response UPIU Length */
287 uint32_t ruo : 16; /* Response UPIU Offset */
303 /* followed by 8 words UPIU with big endian */
305 /* followed by 8 words Response UPIU with big endian */
308 /* NOP OUT UPIU */
329 /* NOP IN UPIU */
350 /* Command UPIU */
401 /* Query Request UPIU */
423 /* Query Response UPIU */
444 /* Response UPIU */
477 uintptr_t upiu; member in struct:utp_utrd
    [all...]

Completed in 44 milliseconds