Home
last modified time | relevance | path

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

/openbmc/linux/drivers/remoteproc/
H A Dqcom_pil_info.c19 #define PIL_RELOC_NAME_LEN 8 macro
20 #define PIL_RELOC_ENTRY_SIZE (PIL_RELOC_NAME_LEN + sizeof(__le64) + sizeof(__le32))
74 char buf[PIL_RELOC_NAME_LEN]; in qcom_pil_info_store()
89 memcpy_fromio(buf, entry, PIL_RELOC_NAME_LEN); in qcom_pil_info_store()
98 if (!strncmp(buf, image, PIL_RELOC_NAME_LEN)) in qcom_pil_info_store()
107 memcpy_toio(entry, image, strnlen(image, PIL_RELOC_NAME_LEN)); in qcom_pil_info_store()
110 writel(base, entry + PIL_RELOC_NAME_LEN); in qcom_pil_info_store()
111 writel((u64)base >> 32, entry + PIL_RELOC_NAME_LEN + 4); in qcom_pil_info_store()
112 writel(size, entry + PIL_RELOC_NAME_LEN + sizeof(__le64)); in qcom_pil_info_store()