Searched refs:ai_shift (Results 1 – 1 of 1) sorted by relevance
279 int ai_shift = MVPP2_BIT_IN_WORD(MVPP2_PRS_SRAM_AI_OFFS); in mvpp2_prs_sram_ai_get() local281 bits = (pe->sram[ai_off] >> ai_shift) | in mvpp2_prs_sram_ai_get()282 (pe->sram[ai_off + 1] << (32 - ai_shift)); in mvpp2_prs_sram_ai_get()