Home
last modified time | relevance | path

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

/openbmc/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()
187 vpu->aux_base = devm_ioremap_resource(dev, mem); in ingenic_rproc_probe()
188 if (IS_ERR(vpu->aux_base)) { in ingenic_rproc_probe()
190 return PTR_ERR(vpu->aux_base); in ingenic_rproc_probe()
/openbmc/linux/drivers/soc/qcom/
H A Dsmem.c115 __le32 aux_base; /* bits 1:0 reserved */ member
259 phys_addr_t aux_base; member
552 u32 aux_base; in qcom_smem_get_global() local
560 aux_base = le32_to_cpu(entry->aux_base) & AUX_BASE_MASK; in qcom_smem_get_global()
565 if ((u32)region->aux_base == aux_base || !aux_base) { in qcom_smem_get_global()
805 return (phys_addr_t)area->aux_base + offset; in qcom_smem_virt_to_phys()
893 phys_addr = smem->regions[0].aux_base + le32_to_cpu(entry->offset); in qcom_smem_partition_header()
975 smem->global_partition.phys_base = smem->regions[0].aux_base + in qcom_smem_set_global_partition()
1028 smem->partitions[remote_host].phys_base = smem->regions[0].aux_base + in qcom_smem_enumerate_partitions()
1042 region->virt_base = devm_ioremap_wc(smem->dev, region->aux_base, SZ_4K); in qcom_smem_map_toc()
[all …]
/openbmc/u-boot/drivers/smem/
H A Dmsm_smem.c112 __le32 aux_base; /* bits 1:0 reserved */ member
242 u32 aux_base; member
467 u32 aux_base; in qcom_smem_get_global() local
475 aux_base = le32_to_cpu(entry->aux_base) & AUX_BASE_MASK; in qcom_smem_get_global()
480 if (area->aux_base == aux_base || !aux_base) { in qcom_smem_get_global()
833 smem->regions[i].aux_base = (u32)r.start; in qcom_smem_map_memory()
/openbmc/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()