Searched refs:ai_shift (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/marvell/
H A Dmvpp2.c1237 int ai_shift = MVPP2_PRS_SRAM_AI_OFFS % 8; local
1239 bits = (pe->sram.byte[ai_off] >> ai_shift) |
1240 (pe->sram.byte[ai_en_off] << (8 - ai_shift));

Completed in 45 milliseconds