Searched refs:nvOffset (Results 1 – 2 of 2) sorted by relevance
195 UINT32 nvOffset, // IN: offset in NV of value in NvRead() argument200 pAssert(nvOffset + size < NV_MEMORY_SIZE); in NvRead()201 _plat__NvMemoryRead(nvOffset, size, outBuffer); in NvRead()210 UINT32 nvOffset, // IN: location in NV to receive data in NvWrite() argument216 if(nvOffset + size <= NV_MEMORY_SIZE) in NvWrite()220 return _plat__NvMemoryWrite(nvOffset, size, inBuffer); in NvWrite()
90 UINT32 nvOffset, // IN: offset in NV of value99 UINT32 nvOffset, // IN: location in NV to receive data