Home
last modified time | relevance | path

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

/openbmc/linux/drivers/remoteproc/
H A Dqcom_pil_info.c20 #define PIL_RELOC_ENTRY_SIZE (PIL_RELOC_NAME_LEN + sizeof(__le64) + sizeof(__le32)) macro
59 _reloc.num_entries = (u32)resource_size(&imem) / PIL_RELOC_ENTRY_SIZE; in qcom_pil_info_init()
87 entry = _reloc.base + i * PIL_RELOC_ENTRY_SIZE; in qcom_pil_info_store()