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