halt_map           81 drivers/remoteproc/qcom_q6v5_adsp.c 	struct regmap *halt_map;
halt_map          113 drivers/remoteproc/qcom_q6v5_adsp.c 	ret = regmap_read(adsp->halt_map,
halt_map          118 drivers/remoteproc/qcom_q6v5_adsp.c 	ret = regmap_read(adsp->halt_map,
halt_map          124 drivers/remoteproc/qcom_q6v5_adsp.c 	regmap_write(adsp->halt_map,
halt_map          130 drivers/remoteproc/qcom_q6v5_adsp.c 		ret = regmap_read(adsp->halt_map,
halt_map          138 drivers/remoteproc/qcom_q6v5_adsp.c 	ret = regmap_read(adsp->halt_map,
halt_map          152 drivers/remoteproc/qcom_q6v5_adsp.c 	regmap_write(adsp->halt_map, adsp->halt_lpass + LPASS_HALTREQ_REG, 0);
halt_map          365 drivers/remoteproc/qcom_q6v5_adsp.c 	adsp->halt_map = syscon_node_to_regmap(syscon);
halt_map          367 drivers/remoteproc/qcom_q6v5_adsp.c 	if (IS_ERR(adsp->halt_map))
halt_map          368 drivers/remoteproc/qcom_q6v5_adsp.c 		return PTR_ERR(adsp->halt_map);
halt_map          142 drivers/remoteproc/qcom_q6v5_mss.c 	struct regmap *halt_map;
halt_map          625 drivers/remoteproc/qcom_q6v5_mss.c 				   struct regmap *halt_map,
halt_map          633 drivers/remoteproc/qcom_q6v5_mss.c 	ret = regmap_read(halt_map, offset + AXI_IDLE_REG, &val);
halt_map          638 drivers/remoteproc/qcom_q6v5_mss.c 	regmap_write(halt_map, offset + AXI_HALTREQ_REG, 1);
halt_map          643 drivers/remoteproc/qcom_q6v5_mss.c 		ret = regmap_read(halt_map, offset + AXI_HALTACK_REG, &val);
halt_map          650 drivers/remoteproc/qcom_q6v5_mss.c 	ret = regmap_read(halt_map, offset + AXI_IDLE_REG, &val);
halt_map          655 drivers/remoteproc/qcom_q6v5_mss.c 	regmap_write(halt_map, offset + AXI_HALTREQ_REG, 0);
halt_map          818 drivers/remoteproc/qcom_q6v5_mss.c 	q6v5proc_halt_axi_port(qproc, qproc->halt_map, qproc->halt_q6);
halt_map          819 drivers/remoteproc/qcom_q6v5_mss.c 	q6v5proc_halt_axi_port(qproc, qproc->halt_map, qproc->halt_modem);
halt_map          820 drivers/remoteproc/qcom_q6v5_mss.c 	q6v5proc_halt_axi_port(qproc, qproc->halt_map, qproc->halt_nc);
halt_map          865 drivers/remoteproc/qcom_q6v5_mss.c 	q6v5proc_halt_axi_port(qproc, qproc->halt_map, qproc->halt_q6);
halt_map          866 drivers/remoteproc/qcom_q6v5_mss.c 	q6v5proc_halt_axi_port(qproc, qproc->halt_map, qproc->halt_modem);
halt_map          867 drivers/remoteproc/qcom_q6v5_mss.c 	q6v5proc_halt_axi_port(qproc, qproc->halt_map, qproc->halt_nc);
halt_map         1265 drivers/remoteproc/qcom_q6v5_mss.c 	qproc->halt_map = syscon_node_to_regmap(args.np);
halt_map         1267 drivers/remoteproc/qcom_q6v5_mss.c 	if (IS_ERR(qproc->halt_map))
halt_map         1268 drivers/remoteproc/qcom_q6v5_mss.c 		return PTR_ERR(qproc->halt_map);
halt_map           79 drivers/remoteproc/qcom_q6v5_wcss.c 	struct regmap *halt_map;
halt_map          201 drivers/remoteproc/qcom_q6v5_wcss.c 	ret = regmap_update_bits(wcss->halt_map,
halt_map          208 drivers/remoteproc/qcom_q6v5_wcss.c 	ret = regmap_update_bits(wcss->halt_map,
halt_map          237 drivers/remoteproc/qcom_q6v5_wcss.c 				    struct regmap *halt_map,
halt_map          245 drivers/remoteproc/qcom_q6v5_wcss.c 	ret = regmap_read(halt_map, offset + AXI_IDLE_REG, &val);
halt_map          250 drivers/remoteproc/qcom_q6v5_wcss.c 	regmap_write(halt_map, offset + AXI_HALTREQ_REG, 1);
halt_map          255 drivers/remoteproc/qcom_q6v5_wcss.c 		ret = regmap_read(halt_map, offset + AXI_HALTACK_REG, &val);
halt_map          262 drivers/remoteproc/qcom_q6v5_wcss.c 	ret = regmap_read(halt_map, offset + AXI_IDLE_REG, &val);
halt_map          267 drivers/remoteproc/qcom_q6v5_wcss.c 	regmap_write(halt_map, offset + AXI_HALTREQ_REG, 0);
halt_map          276 drivers/remoteproc/qcom_q6v5_wcss.c 	q6v5_wcss_halt_axi_port(wcss, wcss->halt_map, wcss->halt_wcss);
halt_map          323 drivers/remoteproc/qcom_q6v5_wcss.c 	q6v5_wcss_halt_axi_port(wcss, wcss->halt_map, wcss->halt_q6);
halt_map          487 drivers/remoteproc/qcom_q6v5_wcss.c 	wcss->halt_map = syscon_node_to_regmap(args.np);
halt_map          489 drivers/remoteproc/qcom_q6v5_wcss.c 	if (IS_ERR(wcss->halt_map))
halt_map          490 drivers/remoteproc/qcom_q6v5_wcss.c 		return PTR_ERR(wcss->halt_map);