Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/ufs/
H A Dufs.h23 ALIGNED_UPIU_SIZE = 512, enumerator
358 u8 command_upiu[ALIGNED_UPIU_SIZE];
359 u8 response_upiu[ALIGNED_UPIU_SIZE];
H A Dufs.c665 utrdlp->response_upiu_length = cpu_to_le16(ALIGNED_UPIU_SIZE >> 2); in ufshcd_host_memory_configure()