Home
last modified time | relevance | path

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

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