Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufshci.h17 ALIGNED_UPIU_SIZE = 512, enumerator
437 u8 command_upiu[ALIGNED_UPIU_SIZE];
438 u8 response_upiu[ALIGNED_UPIU_SIZE];
H A Dufshcd.h1054 BUILD_BUG_ON(ALIGNED_UPIU_SIZE < in check_upiu_size()
H A Dufshcd.c3684 cpu_to_le16(ALIGNED_UPIU_SIZE); in ufshcd_host_memory_configure()
3691 cpu_to_le16(ALIGNED_UPIU_SIZE >> 2); in ufshcd_host_memory_configure()
/OK3568_Linux_fs/u-boot/drivers/ufs/
H A Dufs.h18 ALIGNED_UPIU_SIZE = 512, enumerator
313 u8 command_upiu[ALIGNED_UPIU_SIZE];
314 u8 response_upiu[ALIGNED_UPIU_SIZE];
H A Dufs.c615 utrdlp->response_upiu_length = cpu_to_le16(ALIGNED_UPIU_SIZE >> 2); in ufshcd_host_memory_configure()