Searched defs:ai_off (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/marvell/
H A Dmvpp2.c1215 int ai_off = MVPP2_PRS_SRAM_AI_OFFS; local
1223 mvpp2_prs_sram_bits_set(pe, ai_off + i, 1);
1225 mvpp2_prs_sram_bits_clear(pe, ai_off + i, 1);
1235 int ai_off = MVPP2_BIT_TO_BYTE(MVPP2_PRS_SRAM_AI_OFFS); local
1236 int ai_en_off = ai_off + 1;
1239 bits = (pe->sram.byte[ai_off] >> ai_shift) |

Completed in 58 milliseconds