Home
last modified time | relevance | path

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

/linux/drivers/remoteproc/
H A Dqcom_common.c35 #define MINIDUMP_SS_ENCR_DONE ('D' << 24 | 'O' << 16 | 'N' << 8 | 'E' << 0) macro
177 if (le32_to_cpu(subsystem->encryption_status) != MINIDUMP_SS_ENCR_DONE) { in qcom_minidump()