Searched defs:qcom_adsp (Results 1 – 2 of 2) sorted by relevance
56 struct qcom_adsp { struct57 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 …]
81 struct qcom_adsp { struct82 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 …]