Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/ufs/
Dufs-exynos.h279 .rx_hs_g1_sync_len_cap = SYNC_LEN_COARSE(0xf),
280 .rx_hs_g2_sync_len_cap = SYNC_LEN_COARSE(0xf),
281 .rx_hs_g3_sync_len_cap = SYNC_LEN_COARSE(0xf),
Dunipro.h83 #define SYNC_LEN_COARSE(x) ((1 << 6) | ((x) & 0x3F)) macro