Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/ufs/host/
Dufs-exynos.c1986 .rx_hs_g1_sync_len_cap = SYNC_LEN_COARSE(0xf),
1987 .rx_hs_g2_sync_len_cap = SYNC_LEN_COARSE(0xf),
1988 .rx_hs_g3_sync_len_cap = SYNC_LEN_COARSE(0xf),
2062 .rx_hs_g1_sync_len_cap = SYNC_LEN_COARSE(0xf),
2063 .rx_hs_g2_sync_len_cap = SYNC_LEN_COARSE(0xf),
2064 .rx_hs_g3_sync_len_cap = SYNC_LEN_COARSE(0xf),
2090 .rx_hs_g1_sync_len_cap = SYNC_LEN_COARSE(0xf),
2091 .rx_hs_g2_sync_len_cap = SYNC_LEN_COARSE(0xf),
2092 .rx_hs_g3_sync_len_cap = SYNC_LEN_COARSE(0xf),
/linux-6.12.1/include/ufs/
Dunipro.h80 #define SYNC_LEN_COARSE(x) ((1 << 6) | ((x) & 0x3F)) macro