Home
last modified time | relevance | path

Searched refs:MVPP2_PRS_SRAM_OP_SEL_UDF_OFFS (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/
DMvpp2Lib.c500 …UINT8 OpSelUdfByte = MVPP2_BIT_TO_BYTE(MVPP2_PRS_SRAM_OP_SEL_UDF_OFFS + MVPP2_PRS_SRAM_OP_SEL_UDF_… in Mvpp2PrsSramOffsetSet()
501 UINT8 OpSelUdfByteOffset = (8 - (MVPP2_PRS_SRAM_OP_SEL_UDF_OFFS % 8)); in Mvpp2PrsSramOffsetSet()
523 Mvpp2PrsSramBitsClear (Pe, MVPP2_PRS_SRAM_OP_SEL_UDF_OFFS, MVPP2_PRS_SRAM_OP_SEL_UDF_MASK); in Mvpp2PrsSramOffsetSet()
524 Mvpp2PrsSramBitsSet (Pe, MVPP2_PRS_SRAM_OP_SEL_UDF_OFFS, Op); in Mvpp2PrsSramOffsetSet()
DMvpp2LibHw.h1700 #define MVPP2_PRS_SRAM_OP_SEL_UDF_OFFS 87 macro