| /linux/arch/arm/mach-bcm/ |
| H A D | bcm63xx_smp.c | 37 unsigned long config_base; in scu_a9_enable() local 47 config_base = scu_a9_get_base(); in scu_a9_enable() 48 if (!config_base) { in scu_a9_enable() 53 scu_base = ioremap((phys_addr_t)config_base, CORTEX_A9_SCU_SIZE); in scu_a9_enable() 56 config_base, CORTEX_A9_SCU_SIZE); in scu_a9_enable()
|
| H A D | platsmp.c | 49 unsigned long config_base; in scu_a9_enable() local 58 config_base = scu_a9_get_base(); in scu_a9_enable() 59 if (!config_base) { in scu_a9_enable() 64 scu_base = ioremap((phys_addr_t)config_base, CORTEX_A9_SCU_SIZE); in scu_a9_enable() 67 config_base, CORTEX_A9_SCU_SIZE); in scu_a9_enable()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_pmu.c | 219 hwc->config_base = AMDGPU_PMU_PERF_TYPE_NONE; in amdgpu_perf_event_init() 243 switch (hwc->config_base) { in amdgpu_perf_start() 281 switch (hwc->config_base) { in amdgpu_perf_read() 311 switch (hwc->config_base) { in amdgpu_perf_stop() 346 hwc->config_base = AMDGPU_PMU_EVENT_CONFIG_TYPE_DF; in amdgpu_perf_add() 349 hwc->config_base = (hwc->config >> in amdgpu_perf_add() 357 switch (hwc->config_base) { in amdgpu_perf_add() 395 switch (hwc->config_base) { in amdgpu_perf_del()
|
| /linux/arch/loongarch/kernel/ |
| H A D | perf_event.c | 275 (evt->config_base & M_PERFCTL_CONFIG_MASK) | CSR_PERFCTRL_IE; in loongarch_pmu_enable_event() 784 hwc->config_base = CSR_PERFCTRL_IE; in __hw_perf_event_init() 791 hwc->config_base |= CSR_PERFCTRL_PLV3; in __hw_perf_event_init() 792 hwc->config_base |= CSR_PERFCTRL_PLV2; in __hw_perf_event_init() 795 hwc->config_base |= CSR_PERFCTRL_PLV0; in __hw_perf_event_init() 798 hwc->config_base |= CSR_PERFCTRL_PLV1; in __hw_perf_event_init() 801 hwc->config_base &= M_PERFCTL_CONFIG_MASK; in __hw_perf_event_init()
|
| /linux/arch/s390/kernel/ |
| H A D | perf_cpum_cf.c | 811 hwc->config_base = cpumf_ctr_ctl[set]; in __hw_perf_event_init() 829 if (!(hwc->config_base & cpumf_ctr_info.auth_ctl)) in __hw_perf_event_init() 930 ctr_set_enable(&cpuhw->state, hwc->config_base); in cpumf_pmu_start() 931 ctr_set_start(&cpuhw->state, hwc->config_base); in cpumf_pmu_start() 941 hwc->config_base, true); in cpumf_pmu_start() 948 if ((hwc->config_base & cpumf_ctr_ctl[i])) in cpumf_pmu_start() 998 if (!(hwc->config_base & cpumf_ctr_ctl[i])) in cpumf_pmu_stop() 1011 event->hw.config_base, in cpumf_pmu_stop() 1013 if (cfdiag_diffctr(cpuhw, event->hw.config_base)) in cpumf_pmu_stop() 1026 ctr_set_enable(&cpuhw->state, event->hw.config_base); in cpumf_pmu_add() [all …]
|
| /linux/drivers/pci/controller/ |
| H A D | pci-v3-semi.c | 239 void __iomem *config_base; member 378 return v3->config_base + address + offset; in v3_map_bus() 757 v3->config_base = devm_ioremap_resource(dev, regs); in v3_pci_probe() 758 if (IS_ERR(v3->config_base)) in v3_pci_probe() 759 return PTR_ERR(v3->config_base); in v3_pci_probe()
|
| /linux/drivers/perf/ |
| H A D | arm-ccn.c | 673 hw->config_base = bit; in arm_ccn_pmu_event_alloc() 694 clear_bit(hw->config_base, source->xp.dt_cmp_mask); in arm_ccn_pmu_event_release() 696 clear_bit(hw->config_base, source->pmu_events_mask); in arm_ccn_pmu_event_release() 940 unsigned long wp = hw->config_base; in arm_ccn_pmu_xp_watchpoint_config() 990 hw->event_base = CCN_XP_DT_CONFIG__DT_CFG__XP_PMU_EVENT(hw->config_base); in arm_ccn_pmu_xp_event_config() 998 CCN_XP_PMU_EVENT_SEL__ID__SHIFT(hw->config_base)); in arm_ccn_pmu_xp_event_config() 999 val |= id << CCN_XP_PMU_EVENT_SEL__ID__SHIFT(hw->config_base); in arm_ccn_pmu_xp_event_config() 1014 hw->config_base); in arm_ccn_pmu_node_event_config() 1034 CCN_HNF_PMU_EVENT_SEL__ID__SHIFT(hw->config_base)); in arm_ccn_pmu_node_event_config() 1036 CCN_HNF_PMU_EVENT_SEL__ID__SHIFT(hw->config_base); in arm_ccn_pmu_node_event_config()
|
| H A D | arm_pmu.c | 479 hwc->config_base = 0; in __hw_perf_event_init() 495 hwc->config_base |= (unsigned long)mapping; in __hw_perf_event_init()
|
| /linux/drivers/media/dvb-core/ |
| H A D | dvb_ca_en50221.c | 94 u32 config_base; member 523 sl->config_base = 0; in dvb_ca_en50221_parse_attributes() 525 sl->config_base |= (tuple[2 + i] << (8 * i)); in dvb_ca_en50221_parse_attributes() 589 manfid, devid, sl->config_base, sl->config_option); in dvb_ca_en50221_parse_attributes() 609 ca->pub->write_attribute_mem(ca->pub, slot, sl->config_base, in dvb_ca_en50221_set_configoption() 614 sl->config_base); in dvb_ca_en50221_set_configoption()
|
| /linux/arch/arm/mm/ |
| H A D | cache-l2x0-pmu.c | 200 __l2x0_pmu_event_enable(hw->idx, hw->config_base); in l2x0_pmu_event_start() 311 hw->config_base = event->attr.config; in l2x0_pmu_event_init()
|
| /linux/tools/perf/ |
| H A D | builtin-daemon.c | 88 char *config_base; member 978 zfree(&daemon->config_base); in daemon__exit() 1037 daemon->config_base = strdup(base); in setup_config_changes() 1038 if (!daemon->config_base) { in setup_config_changes() 1065 if (!strcmp(event->name, daemon->config_base)) in process_inotify_event()
|
| /linux/include/pcmcia/ |
| H A D | ds.h | 111 unsigned int config_base; member
|
| /linux/drivers/perf/hisilicon/ |
| H A D | hisi_uncore_pmu.h | 47 #define HISI_GET_EVENTID(ev) ((ev)->hw.config_base & HISI_EVENTID_MASK)
|
| H A D | hisi_uncore_ddrc_pmu.c | 68 #define GET_DDRC_EVENTID(hwc) (hwc->config_base & 0x7)
|
| H A D | hisi_uncore_pmu.c | 249 hwc->config_base = event->attr.config; in hisi_uncore_pmu_event_init()
|
| /linux/arch/sparc/kernel/ |
| H A D | perf_event.c | 977 cpuc->pcr[0] |= cpuc->event[0]->hw.config_base; in calculate_single_pcr() 1010 cpuc->pcr[idx] |= cp->hw.config_base; in calculate_multiple_pcrs() 1465 hwc->config_base = sparc_pmu->irq_bit; in sparc_pmu_event_init() 1467 hwc->config_base |= sparc_pmu->user_bit; in sparc_pmu_event_init() 1469 hwc->config_base |= sparc_pmu->priv_bit; in sparc_pmu_event_init() 1471 hwc->config_base |= sparc_pmu->hv_bit; in sparc_pmu_event_init()
|
| /linux/drivers/fpga/ |
| H A D | dfl-fme-perf.c | 792 ops->event_destroy(priv, event->hw.idx, event->hw.config_base); in fme_perf_event_destroy() 828 hwc->config_base = portid; in fme_perf_event_init() 849 now = ops->read_counter(priv, (u32)hwc->idx, hwc->config_base); in fme_perf_event_update() 863 count = ops->read_counter(priv, (u32)hwc->idx, hwc->config_base); in fme_perf_event_start()
|
| /linux/drivers/pci/controller/plda/ |
| H A D | pcie-plda.h | 184 void __iomem *config_base; member
|
| /linux/drivers/mfd/ |
| H A D | qcom-pm8008.c | 154 .config_base = pm8008_config_regs,
|
| H A D | wcd934x.c | 70 .config_base = wcd934x_config_regs,
|
| /linux/drivers/pcmcia/ |
| H A D | pcmcia_resource.c | 177 addr = (p_dev->config_base + where) >> 1; in pcmcia_access_config() 535 p_dev->vpp, flags, p_dev->config_base, p_dev->config_regs, in pcmcia_enable_device() 539 base = p_dev->config_base; in pcmcia_enable_device()
|
| H A D | ds.c | 279 p_dev->config_base = cis_config.base; in pcmcia_device_probe() 281 dev_dbg(dev, "base %x, regs %x", p_dev->config_base, in pcmcia_device_probe() 286 p_dev->config_base = 0; in pcmcia_device_probe()
|
| /linux/drivers/net/can/sja1000/ |
| H A D | ems_pcmcia.c | 283 csval = pcmcia_map_mem_page(dev, dev->resource[2], dev->config_base); in ems_pcmcia_probe()
|
| /linux/Documentation/pcmcia/ |
| H A D | driver-changes.rst | 24 config_index, config_base, vpp.
|
| /linux/arch/mips/include/asm/sn/ |
| H A D | klconfig.h | 128 unsigned long config_base; member
|