Searched defs:qcom_adsp (Results 1 – 2 of 2) sorted by relevance
63 struct qcom_adsp { struct64 struct device *dev;65 struct rproc *rproc;67 struct qcom_q6v5 q6v5;69 struct clk *xo;70 struct clk *aggre2_clk;72 struct regulator *cx_supply;73 struct regulator *px_supply;75 struct device *proxy_pds[3];77 int proxy_pd_count;[all …]
80 struct qcom_adsp { struct81 struct device *dev;82 struct rproc *rproc;84 struct qcom_q6v5 q6v5;86 struct clk *xo;88 int num_clks;89 struct clk_bulk_data *clks;91 void __iomem *qdsp6ss_base;92 void __iomem *lpass_efuse;94 struct reset_control *pdc_sync_reset;[all …]