Home
last modified time | relevance | path

Searched defs:qcom_adsp (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/remoteproc/
H A Dqcom_q6v5_pas.c56 struct qcom_adsp { struct
57 struct device *dev;
58 struct rproc *rproc;
60 struct qcom_q6v5 q6v5;
62 struct clk *xo;
63 struct clk *aggre2_clk;
65 struct regulator *cx_supply;
66 struct regulator *px_supply;
68 struct device *proxy_pds[3];
70 int proxy_pd_count;
[all …]
H A Dqcom_q6v5_adsp.c81 struct qcom_adsp { struct
82 struct device *dev;
83 struct rproc *rproc;
85 struct qcom_q6v5 q6v5;
87 struct clk *xo;
89 int num_clks;
90 struct clk_bulk_data *clks;
92 void __iomem *qdsp6ss_base;
93 void __iomem *lpass_efuse;
95 struct reset_control *pdc_sync_reset;
[all …]