Home
last modified time | relevance | path

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

/Zephyr-latest/soc/mediatek/mt8xxx/
Dmtk_adsp_load.py78 r = Regs(ctypes.addressof(ctypes.c_int.from_buffer(maps["cfg"])))
106 cfg_base = ctypes.addressof(ctypes.c_int.from_buffer(maps["cfg"]))
107 sec_base = ctypes.addressof(ctypes.c_int.from_buffer(maps["sec"]))
138 cfg_base = ctypes.addressof(ctypes.c_int.from_buffer(maps["cfg"]))
139 sec_base = ctypes.addressof(ctypes.c_int.from_buffer(maps["sec"]))
297 return ctypes.addressof(ctypes.c_int.from_buffer(maps[m])) + off
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool.py356 vaddr = ctypes.addressof(ctypes.c_int.from_buffer(mem))
372 return (ctypes.addressof(ctypes.c_int.from_buffer(mm)), mm)