Home
last modified time | relevance | path

Searched refs:cfg_base (Results 1 – 18 of 18) sorted by relevance

/linux-6.12.1/drivers/net/can/sja1000/
Dpeak_pci.c37 void __iomem *cfg_base; /* Common for all channels */ member
162 void __iomem *cfg_base; /* Common for all channels */ member
180 u8 gp_outen = readb(card->cfg_base + PITA_GPOEN) & ~PITA_GPIN_SCL; in pita_set_scl_highz()
182 writeb(gp_outen, card->cfg_base + PITA_GPOEN); in pita_set_scl_highz()
187 u8 gp_outen = readb(card->cfg_base + PITA_GPOEN) & ~PITA_GPIN_SDA; in pita_set_sda_highz()
189 writeb(gp_outen, card->cfg_base + PITA_GPOEN); in pita_set_sda_highz()
205 gp_out = readb(card->cfg_base + PITA_GPOUT) & ~PITA_GPIN_SDA; in pita_setsda()
206 writeb(gp_out, card->cfg_base + PITA_GPOUT); in pita_setsda()
209 gp_outen = readb(card->cfg_base + PITA_GPOEN); in pita_setsda()
215 writeb(gp_outen, card->cfg_base + PITA_GPOEN); in pita_setsda()
[all …]
/linux-6.12.1/arch/mips/pci/
Dops-lantiq.c29 unsigned long cfg_base; in ltq_pci_config_access() local
41 cfg_base = (unsigned long) ltq_pci_mapped_cfg; in ltq_pci_config_access()
42 cfg_base |= (bus->number << LTQ_PCI_CFG_BUSNUM_SHF) | (devfn << in ltq_pci_config_access()
47 ltq_w32(swab32(*data), ((u32 *)cfg_base)); in ltq_pci_config_access()
49 *data = ltq_r32(((u32 *)(cfg_base))); in ltq_pci_config_access()
55 cfg_base = (unsigned long) ltq_pci_mapped_cfg; in ltq_pci_config_access()
56 cfg_base |= (0x0 << LTQ_PCI_CFG_FUNNUM_SHF) + 4; in ltq_pci_config_access()
57 temp = ltq_r32(((u32 *)(cfg_base))); in ltq_pci_config_access()
59 cfg_base = (unsigned long) ltq_pci_mapped_cfg; in ltq_pci_config_access()
60 cfg_base |= (0x68 << LTQ_PCI_CFG_FUNNUM_SHF) + 4; in ltq_pci_config_access()
[all …]
Dpci-ar71xx.c49 void __iomem *cfg_base; member
109 void __iomem *base = apc->cfg_base; in ar71xx_pci_check_error()
147 void __iomem *base = apc->cfg_base; in ar71xx_pci_local_write()
164 void __iomem *base = apc->cfg_base; in ar71xx_pci_set_cfgaddr()
180 void __iomem *base = apc->cfg_base; in ar71xx_pci_read_config()
204 void __iomem *base = apc->cfg_base; in ar71xx_pci_write_config()
339 apc->cfg_base = devm_platform_ioremap_resource_byname(pdev, in ar71xx_pci_probe()
341 if (IS_ERR(apc->cfg_base)) in ar71xx_pci_probe()
342 return PTR_ERR(apc->cfg_base); in ar71xx_pci_probe()
Dpci-alchemy.c105 unsigned long offset, status, cfg_base, flags, entryLo0, entryLo1, r; in config_access() local
130 cfg_base = (1 << device) << 11; in config_access()
132 cfg_base = 0x80000000 | (bus->number << 16) | (device << 11); in config_access()
137 offset |= cfg_base & ~PAGE_MASK; in config_access()
140 cfg_base = cfg_base & PAGE_MASK; in config_access()
145 entryLo0 = (6 << 26) | (cfg_base >> 6) | (2 << 3) | 7; in config_access()
146 entryLo1 = (6 << 26) | (cfg_base >> 6) | (0x1000 >> 6) | (2 << 3) | 7; in config_access()
/linux-6.12.1/drivers/perf/
Dalibaba_uncore_drw_pmu.c94 void __iomem *cfg_base; member
286 cycle_high = readl(drw_pmu->cfg_base + ALI_DRW_PMU_CYCLE_CNT_HIGH); in ali_drw_pmu_read_counter()
288 cycle_low = readl(drw_pmu->cfg_base + ALI_DRW_PMU_CYCLE_CNT_LOW); in ali_drw_pmu_read_counter()
293 return readl(drw_pmu->cfg_base + in ali_drw_pmu_read_counter()
323 drw_pmu->cfg_base + ALI_DRW_PMU_TEST_CTRL); in ali_drw_pmu_event_set_period()
327 writel(pre_val, drw_pmu->cfg_base + ALI_DRW_PMU_CNT_PRELOAD); in ali_drw_pmu_event_set_period()
331 writel(0x0, drw_pmu->cfg_base + ALI_DRW_PMU_TEST_CTRL); in ali_drw_pmu_event_set_period()
341 val = readl(drw_pmu->cfg_base + reg); in ali_drw_pmu_enable_counter()
349 writel(val, drw_pmu->cfg_base + reg); in ali_drw_pmu_enable_counter()
359 val = readl(drw_pmu->cfg_base + reg); in ali_drw_pmu_disable_counter()
[all …]
/linux-6.12.1/sound/soc/intel/avs/
Dpath.c243 cfg->base.cpc = t->cfg_base->cpc; in avs_copier_create()
244 cfg->base.ibs = t->cfg_base->ibs; in avs_copier_create()
245 cfg->base.obs = t->cfg_base->obs; in avs_copier_create()
246 cfg->base.is_pages = t->cfg_base->is_pages; in avs_copier_create()
308 cfg->base.cpc = t->cfg_base->cpc; in avs_peakvol_create()
309 cfg->base.ibs = t->cfg_base->ibs; in avs_peakvol_create()
310 cfg->base.obs = t->cfg_base->obs; in avs_peakvol_create()
311 cfg->base.is_pages = t->cfg_base->is_pages; in avs_peakvol_create()
330 cfg.base.cpc = t->cfg_base->cpc; in avs_updown_mix_create()
331 cfg.base.ibs = t->cfg_base->ibs; in avs_updown_mix_create()
[all …]
Dtopology.h191 struct avs_tplg_modcfg_base *cfg_base; member
Dtopology.c1088 .offset = offsetof(struct avs_tplg_module, cfg_base),
/linux-6.12.1/drivers/pci/controller/
Dpci-xgene.c66 void __iomem *cfg_base; member
107 return port->cfg_base + AXI_EP_CFG_ACCESS; in xgene_pcie_get_cfg_base()
109 return port->cfg_base; in xgene_pcie_get_cfg_base()
246 port->cfg_base = cfg->win; in xgene_pcie_ecam_init()
356 port->cfg_base = devm_ioremap_resource(dev, res); in xgene_pcie_map_reg()
357 if (IS_ERR(port->cfg_base)) in xgene_pcie_map_reg()
358 return PTR_ERR(port->cfg_base); in xgene_pcie_map_reg()
483 void __iomem *cfg_base = port->cfg_base; in xgene_pcie_setup_ib_reg() local
508 bar_addr = cfg_base + PCI_BASE_ADDRESS_0; in xgene_pcie_setup_ib_reg()
Dpcie-xilinx-dma-pl.c120 void __iomem *cfg_base; member
201 return port->cfg_base + PCIE_ECAM_OFFSET(bus->number, devfn, where); in xilinx_pl_dma_pcie_map_bus()
755 port->cfg_base = port->cfg->win; in xilinx_pl_dma_pcie_parse_dt()
/linux-6.12.1/drivers/pci/controller/dwc/
Dpci-meson.c68 void __iomem *cfg_base; member
116 mp->cfg_base = devm_platform_ioremap_resource_byname(pdev, "cfg"); in meson_pcie_get_mems()
117 if (IS_ERR(mp->cfg_base)) in meson_pcie_get_mems()
118 return PTR_ERR(mp->cfg_base); in meson_pcie_get_mems()
223 return readl(mp->cfg_base + reg); in meson_cfg_readl()
228 writel(val, mp->cfg_base + reg); in meson_cfg_writel()
/linux-6.12.1/drivers/gpu/drm/i915/gvt/
Dcfg_space.c72 u8 *cfg_base = vgpu_cfg_space(vgpu); in vgpu_pci_cfg_mem_write() local
79 old = cfg_base[off + i]; in vgpu_pci_cfg_mem_write()
90 cfg_base[off + i] = (old & ~mask) | new; in vgpu_pci_cfg_mem_write()
95 memcpy(cfg_base + off + i, src + i, bytes - i); in vgpu_pci_cfg_mem_write()
/linux-6.12.1/drivers/soc/ti/
Dpruss.c348 reg = pruss->cfg_base + reg_offset; in pruss_clk_mux_setup()
481 pruss->cfg_base = devm_ioremap(dev, res.start, resource_size(&res)); in pruss_cfg_of_init()
482 if (!pruss->cfg_base) in pruss_cfg_of_init()
489 pruss->cfg_regmap = devm_regmap_init_mmio(dev, pruss->cfg_base, in pruss_cfg_of_init()
/linux-6.12.1/drivers/pci/controller/cadence/
Dpcie-cadence-host.c73 return rc->cfg_base + (where & 0xfff); in cdns_pci_map_bus()
554 rc->cfg_base = devm_pci_remap_cfg_resource(dev, res); in cdns_pcie_host_setup()
555 if (IS_ERR(rc->cfg_base)) in cdns_pcie_host_setup()
556 return PTR_ERR(rc->cfg_base); in cdns_pcie_host_setup()
Dpcie-cadence.h331 void __iomem *cfg_base; member
/linux-6.12.1/include/linux/
Dpruss_driver.h97 void __iomem *cfg_base; member
/linux-6.12.1/drivers/net/ethernet/tehuti/
Dtn40.c37 u64 cfg_base; in tn40_fifo_alloc() local
57 cfg_base = lower_32_bits((f->da & TN40_TX_RX_CFG0_BASE) | fsz_type); in tn40_fifo_alloc()
58 tn40_write_reg(priv, reg_cfg0, cfg_base); in tn40_fifo_alloc()
/linux-6.12.1/drivers/net/usb/
Dsmsc75xx.c1531 int cfg_base = WUF_CFGX + filter * 4; in smsc75xx_write_wuff() local
1535 ret = smsc75xx_write_reg(dev, cfg_base, wuf_cfg); in smsc75xx_write_wuff()