Searched refs:PREP_LEN (Results 1 – 2 of 2) sorted by relevance
1989 .rx_hs_g1_prep_sync_len_cap = PREP_LEN(0xf),1990 .rx_hs_g2_prep_sync_len_cap = PREP_LEN(0xf),1991 .rx_hs_g3_prep_sync_len_cap = PREP_LEN(0xf),2065 .rx_hs_g1_prep_sync_len_cap = PREP_LEN(0xf),2066 .rx_hs_g2_prep_sync_len_cap = PREP_LEN(0xf),2067 .rx_hs_g3_prep_sync_len_cap = PREP_LEN(0xf),2093 .rx_hs_g1_prep_sync_len_cap = PREP_LEN(0xf),2094 .rx_hs_g2_prep_sync_len_cap = PREP_LEN(0xf),2095 .rx_hs_g3_prep_sync_len_cap = PREP_LEN(0xf),
81 #define PREP_LEN(x) ((x) & 0xF) macro