Home
last modified time | relevance | path

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

/optee_os/core/pta/qcom/pas/platform/kodiak/
H A Ddsp_boot.h24 static const struct dsp_fw_boot_regs compute_fw_boot_regs = {
40 static const struct dsp_fw_boot_regs lpass_fw_boot_regs = {
56 static const struct dsp_fw_boot_regs wpss_fw_boot_regs = {
66 static inline const struct dsp_fw_boot_regs *dsp_fw_get_boot_regs(uint32_t id) in dsp_fw_get_boot_regs()
/optee_os/core/pta/qcom/pas/
H A Ddsp.h15 struct dsp_fw_boot_regs { struct
28 const struct dsp_fw_boot_regs *regs); argument
H A Dlpass.c16 const struct dsp_fw_boot_regs *reg = dsp_fw_get_boot_regs(data->pas_id); in lpass_fw_start()
H A Ddsp.c22 const struct dsp_fw_boot_regs *regs) in dsp_fw_start()