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

/u-boot/drivers/net/
H A Dmvpp2.c1574 int ai_off = MVPP2_PRS_SRAM_AI_OFFS; local
1582 mvpp2_prs_sram_bits_set(pe, ai_off + i, 1);
1584 mvpp2_prs_sram_bits_clear(pe, ai_off + i, 1);
1594 int ai_off = MVPP2_BIT_TO_BYTE(MVPP2_PRS_SRAM_AI_OFFS); local
1595 int ai_en_off = ai_off + 1;
1598 bits = (pe->sram.byte[ai_off] >> ai_shift) |

Completed in 121 milliseconds