Searched refs:pack_into (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/soc/intel/intel_ish/utils/ |
D | build_ish_firmware.py | 42 struct.pack_into('<4s', m, 0, ext_id) 44 struct.pack_into('<8s', m, 32, comp_app_name) 46 struct.pack_into('<I', m, 96, code_offset) 48 struct.pack_into('<H', m, 100, module_size)
|
/Zephyr-latest/arch/x86/ |
D | gen_mmu.py | 198 struct.pack_into(ctype, ret, entry_size * i, self.entries[i])
|