Home
last modified time | relevance | path

Searched refs:aux_base (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/remoteproc/
H A Dingenic_rproc.c64 void __iomem *aux_base; member
100 writel(ctrl, vpu->aux_base + REG_AUX_CTRL); in ingenic_rproc_start()
112 writel(AUX_CTRL_SW_RESET, vpu->aux_base + REG_AUX_CTRL); in ingenic_rproc_stop()
121 writel(vqid, vpu->aux_base + REG_CORE_MSG); in ingenic_rproc_kick()
158 vring = readl(vpu->aux_base + REG_AUX_MSG); in vpu_interrupt()
161 writel(0, vpu->aux_base + REG_AUX_MSG_ACK); in vpu_interrupt()
186 vpu->aux_base = devm_platform_ioremap_resource_byname(pdev, "aux"); in ingenic_rproc_probe()
187 if (IS_ERR(vpu->aux_base)) { in ingenic_rproc_probe()
189 return PTR_ERR(vpu->aux_base); in ingenic_rproc_probe()
/linux/drivers/soc/qcom/
H A Dsmem.c115 __le32 aux_base; /* bits 1:0 reserved */ member
259 phys_addr_t aux_base; member
558 u32 aux_base; in qcom_smem_get_global() local
566 aux_base = le32_to_cpu(entry->aux_base) & AUX_BASE_MASK; in qcom_smem_get_global()
571 if ((u32)region->aux_base == aux_base || !aux_base) { in qcom_smem_get_global()
804 return (phys_addr_t)area->aux_base + offset; in qcom_smem_virt_to_phys()
925 phys_addr = smem->regions[0].aux_base + le32_to_cpu(entry->offset); in qcom_smem_partition_header()
1007 smem->global_partition.phys_base = smem->regions[0].aux_base + in qcom_smem_set_global_partition()
1060 smem->partitions[remote_host].phys_base = smem->regions[0].aux_base + in qcom_smem_enumerate_partitions()
1074 region->virt_base = devm_ioremap_wc(smem->dev, region->aux_base, SZ_4K); in qcom_smem_map_toc()
[all …]
/linux/drivers/gpu/drm/msm/dp/
H A Ddp_aux.c26 void __iomem *aux_base; member
51 return readl_relaxed(aux->aux_base + offset); in msm_dp_read_aux()
61 writel(data, aux->aux_base + offset); in msm_dp_write_aux()
117 return readl_poll_timeout(aux->aux_base + in msm_dp_aux_wait_for_hpd_connect_state()
685 void __iomem *aux_base) in msm_dp_aux_get() argument
701 aux->aux_base = aux_base; in msm_dp_aux_get()
H A Ddp_aux.h30 void __iomem *aux_base);
/linux/drivers/soc/ti/
H A Dwkup_m3_ipc.c114 unsigned long val, aux_base; in wkup_m3_scale_data_fw_cb() local
131 aux_base = wkup_m3_copy_aux_data(m3_ipc, fw->data + sizeof(hdr), in wkup_m3_scale_data_fw_cb()
134 val = (aux_base + hdr.sleep_offset); in wkup_m3_scale_data_fw_cb()
135 val |= ((aux_base + hdr.wake_offset) << 16); in wkup_m3_scale_data_fw_cb()