HomeSort by relevance Sort by last modified time
    Searched defs:dwAddr (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_symbol.c 142 (HANDLE hProcess, DWORD64 dwAddr, PDWORD pdwDisplacement, PIMAGEHLP_LINE64 Line),
143 (hProcess, dwAddr, pdwDisplacement, Line))
152 DWORD64 dwAddr = (DWORD64)(uintptr_t)addr;
178 !j_SymFromAddr(hProcess, dwAddr, &dwDisplacement, pSymbol)) {
206 if (!j_SymGetLineFromAddr64(hProcess, dwAddr, &dwLineDisplacement, &Line)) {
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/NorFlashDxe/
NorFlashHw.c 185 UINT32 dwAddr;
189 dwAddr = Base + (gFlashCommandId[gIndex.IdIndex].ManuIDAddressStep1 << gFlashInfo[Index].ParallelNum);
190 (VOID)PortWriteData(Index, dwAddr, gFlashCommandId[gIndex.IdIndex].ManuIDDataStep1);
192 dwAddr = Base + (gFlashCommandId[gIndex.IdIndex].ManuIDAddressStep2 << gFlashInfo[Index].ParallelNum);
193 (VOID)PortWriteData(Index, dwAddr, gFlashCommandId[gIndex.IdIndex].ManuIDDataStep2);
195 dwAddr = Base + (gFlashCommandId[gIndex.IdIndex].ManuIDAddressStep3 << gFlashInfo[Index].ParallelNum);
196 (VOID)PortWriteData(Index, dwAddr, gFlashCommandId[gIndex.IdIndex].ManuIDDataStep3);
214 UINT32 dwAddr;
229 dwAddr = Base + (gFlashCommandId[gIndex.IdIndex].ManuIDAddressStep1 << gFlashInfo[i].ParallelNum);
230 (VOID)PortWriteData(i, dwAddr, gFlashCommandId[gIndex.IdIndex].ManuIDDataStep1);
    [all...]
  /hardware/nxp/nfc/halimpl/dnld/
phDnldNfc_Internal.h 144 uint32_t dwAddr; /* Address value required for Read/Write Cmd*/
161 uint32_t dwAddr; /* current Addr updated for read/write */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iprtrmib.h 437 DWORD dwAddr;
511 DWORD dwAddr;

Completed in 232 milliseconds