Searched refs:cpu_base (Results 1 – 9 of 9) sorted by relevance
| /drivers/irqchip/ |
| A D | irq-gic.c | 72 union gic_base cpu_base; member 450 if (gic_check_gicv2(cpu_base)) in gic_cpu_if_up() 529 void __iomem *cpu_base; in gic_cpu_if_down() local 536 val = readl(cpu_base + GIC_CPU_CTRL); in gic_cpu_if_down() 640 void __iomem *cpu_base; in gic_cpu_save() local 646 cpu_base = gic_data_cpu_base(gic); in gic_cpu_save() 648 if (!dist_base || !cpu_base) in gic_cpu_save() 670 void __iomem *cpu_base; in gic_cpu_restore() local 676 cpu_base = gic_data_cpu_base(gic); in gic_cpu_restore() 678 if (!dist_base || !cpu_base) in gic_cpu_restore() [all …]
|
| A D | irq-hip04.c | 54 void __iomem *cpu_base; member 80 return hip04_data->cpu_base; in hip04_cpu_base() 202 void __iomem *cpu_base = hip04_data.cpu_base; in hip04_handle_irq() local 205 irqstat = readl_relaxed(cpu_base + GIC_CPU_INTACK); in hip04_handle_irq() 271 void __iomem *base = intc->cpu_base; in hip04_irq_cpu_init() 363 hip04_data.cpu_base = of_iomap(node, 1); in hip04_of_init() 364 WARN(!hip04_data.cpu_base, "unable to map hip04 intc cpu registers\n"); in hip04_of_init()
|
| /drivers/remoteproc/ |
| A D | meson_mx_ao_arc.c | 48 void __iomem *cpu_base; member 105 writel(tmp, priv->cpu_base + AO_CPU_CNTL); in meson_mx_ao_arc_rproc_start() 116 writel(AO_CPU_CNTL_HALT, priv->cpu_base + AO_CPU_CNTL); in meson_mx_ao_arc_rproc_stop() 198 priv->cpu_base = devm_platform_ioremap_resource_byname(pdev, "cpu"); in meson_mx_ao_arc_rproc_probe() 199 if (IS_ERR(priv->cpu_base)) { in meson_mx_ao_arc_rproc_probe() 200 ret = PTR_ERR(priv->cpu_base); in meson_mx_ao_arc_rproc_probe()
|
| /drivers/net/ethernet/broadcom/ |
| A D | bgmac.c | 124 dma_desc = &ring->cpu_base[i]; in bgmac_dma_tx_add_buf() 217 u32 ctl1 = le32_to_cpu(ring->cpu_base[index].ctl1); in bgmac_dma_tx_add() 257 ctl0 = le32_to_cpu(ring->cpu_base[slot_idx].ctl0); in bgmac_dma_tx_free() 258 ctl1 = le32_to_cpu(ring->cpu_base[slot_idx].ctl1); in bgmac_dma_tx_free() 529 struct bgmac_dma_desc *dma_desc = ring->cpu_base; in bgmac_dma_tx_ring_free() 579 if (!ring->cpu_base) in bgmac_dma_ring_desc_free() 584 dma_free_coherent(dma_dev, size, ring->cpu_base, in bgmac_dma_ring_desc_free() 637 ring->cpu_base = dma_alloc_coherent(dma_dev, size, in bgmac_dma_alloc() 640 if (!ring->cpu_base) { in bgmac_dma_alloc() 662 ring->cpu_base = dma_alloc_coherent(dma_dev, size, in bgmac_dma_alloc() [all …]
|
| A D | tg3.c | 3620 tw32(cpu_base + CPU_STATE, 0xffffffff); in tg3_resume_cpu() 3643 if (cpu_base == RX_CPU_BASE) { in tg3_halt_cpu() 3721 err = tg3_halt_cpu(tp, cpu_base); in tg3_load_firmware_cpu() 3730 tw32(cpu_base + CPU_MODE, in tg3_load_firmware_cpu() 3767 tw32(cpu_base + CPU_STATE, 0xffffffff); in tg3_pause_cpu_and_set_pc() 3768 tw32_f(cpu_base + CPU_PC, pc); in tg3_pause_cpu_and_set_pc() 3771 if (tr32(cpu_base + CPU_PC) == pc) in tg3_pause_cpu_and_set_pc() 3775 tw32_f(cpu_base + CPU_PC, pc); in tg3_pause_cpu_and_set_pc() 3917 cpu_base = RX_CPU_BASE; in tg3_load_tso_firmware() 3920 cpu_base = TX_CPU_BASE; in tg3_load_tso_firmware() [all …]
|
| A D | bgmac.h | 424 struct bgmac_dma_desc *cpu_base; member
|
| /drivers/infiniband/hw/hns/ |
| A D | hns_roce_hem.c | 1212 static int alloc_fake_root_bt(struct hns_roce_dev *hr_dev, void *cpu_base, in alloc_fake_root_bt() argument 1231 hem_list_assign_bt(hem, cpu_base, phy_base); in alloc_fake_root_bt() 1241 static int setup_middle_bt(struct hns_roce_dev *hr_dev, void *cpu_base, in setup_middle_bt() argument 1257 hem_list_link_bt(cpu_base + offset, hem->dma_addr); in setup_middle_bt() 1271 void *cpu_base; in setup_root_hem() local 1288 cpu_base = root_hem->addr + total * BA_BYTE_LEN; in setup_root_hem() 1295 ret = alloc_fake_root_bt(hr_dev, cpu_base, phy_base, r, in setup_root_hem() 1298 ret = setup_middle_bt(hr_dev, cpu_base, unit, r, in setup_root_hem() 1446 void *cpu_base = NULL; in hns_roce_hem_list_find_mtt() local 1457 cpu_base = hem->addr + nr * BA_BYTE_LEN; in hns_roce_hem_list_find_mtt() [all …]
|
| /drivers/media/platform/qcom/venus/ |
| A D | core.c | 259 core->cpu_base = core->base + CPU_BASE_V6; in venus_assign_register_offsets() 267 core->cpu_base = core->base + CPU_BASE; in venus_assign_register_offsets()
|
| A D | core.h | 182 void __iomem *cpu_base; member
|
Completed in 45 milliseconds