Searched refs:SYNC_LEN_COARSE (Results 1 – 2 of 2) sorted by relevance
1986 .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),
80 #define SYNC_LEN_COARSE(x) ((1 << 6) | ((x) & 0x3F)) macro