Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dpcc-cpufreq.c46 #define CMD_COMPLETE 0x1 macro
129 if (ioread16(&pcch_hdr->status) & CMD_COMPLETE) in pcc_cmd()
169 if (status != CMD_COMPLETE) { in pcc_get_freq()
236 cpufreq_freq_transition_end(policy, &freqs, status != CMD_COMPLETE); in pcc_cpufreq_target()
238 if (status != CMD_COMPLETE) { in pcc_cpufreq_target()
/openbmc/u-boot/include/
H A Dfsl_sec.h271 #define CMD_COMPLETE (3 << 14) macro
/openbmc/u-boot/drivers/crypto/fsl/
H A Djobdesc.c35 } while (temp_reg & CMD_COMPLETE); in secmem_set_cmd()