HomeSort by relevance Sort by last modified time
    Searched refs:Sram (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/
Mvpp2Lib.c 41 /* Update parser Tcam and Sram hw entries */
64 /* Write Sram Index - indirect access */
67 Mvpp2Write (Priv, MVPP2_PRS_SRAM_DATA_REG(i), Pe->Sram.Word[i]);
100 /* Write Sram Index - indirect access */
103 Pe->Sram.Word[i] = Mvpp2Read (Priv, MVPP2_PRS_SRAM_DATA_REG(i));
329 /* Set bits in Sram sw entry */
338 Pe->Sram.Byte[MVPP2_BIT_TO_BYTE(BitNum)] |= (Val << (BitNum % 8));
341 /* Clear bits in Sram sw entry */
350 Pe->Sram.Byte[MVPP2_BIT_TO_BYTE(BitNum)] &= ~(Val << (BitNum % 8));
353 /* Update Ri bits in Sram sw entry */
    [all...]
Mvpp2LibHw.h     [all...]

Completed in 1405 milliseconds