Lines Matching refs:PRIx32
219 DMSG("magic :\t%#"PRIx32, hdr->magic); in remoteproc_header_dump()
220 DMSG("version :\t%#"PRIx32, hdr->version); in remoteproc_header_dump()
221 DMSG("tlv_len :\t%#"PRIx32, hdr->tlv_len); in remoteproc_header_dump()
222 DMSG("sign_len :\t%#"PRIx32, hdr->sign_len); in remoteproc_header_dump()
223 DMSG("img_len :\t%#"PRIx32, hdr->img_len); in remoteproc_header_dump()
256 DMSG("TLV type %#"PRIx32" found, size %#"PRIx32, in remoteproc_get_tlv()
352 EMSG("Failed to verify signature, res = %#"PRIx32, res); in remoteproc_pta_verify()
573 EMSG("Failed to translate device address %#"PRIx32, da); in remoteproc_da_to_pa()
598 DMSG("Resource table device address %#"PRIx32" size %#"PRIx32, in remoteproc_parse_rsc_table()
740 DMSG("Load segment %#"PRIx32" size %"PRIu32" (%"PRIu32")", da, size, in remoteproc_load_segment()
759 EMSG("Fails to load segment, res = 0x%#"PRIx32, res); in remoteproc_load_segment()
778 EMSG("Fails to clear segment, res = %#"PRIx32, res); in remoteproc_load_segment()
799 EMSG("Failed to parse firmware, res = %#"PRIx32, res); in remoteproc_load_elf()
921 EMSG("Can't Authenticate the firmware (res = %#"PRIx32")", res); in remoteproc_load_fw()