Searched refs:config2 (Results 26 - 50 of 64) sorted by relevance

123

/linux-master/drivers/gpu/drm/sti/
H A Dsti_hqvdp.c186 u32 config2; member in struct:sti_hqvdp_csdi
561 seq_printf(s, "\n\t %-20s 0x%08X", "Config2", c->csdi.config2);
1221 cmd->csdi.config2 = CSDI_CONFIG2_DFLT;
/linux-master/drivers/scsi/
H A Desp_scsi.h477 u8 config2; member in struct:esp
H A Dmyrb.c915 struct myrb_config2 *config2; local
930 config2 = dma_alloc_coherent(&pdev->dev, sizeof(struct myrb_config2),
932 if (!config2) {
934 "Failed to allocate V1 config2 memory\n");
1124 cb->stripe_size = config2->blocks_per_stripe * config2->block_factor
1126 cb->segment_size = config2->blocks_per_cacheline * config2->block_factor
1131 if (config2->drive_geometry) {
1190 config2, config2_add
[all...]
H A Dmac53c94.c132 writeb(CF2_FEATURE_EN, &regs->config2);
/linux-master/include/uapi/linux/
H A Dperf_event.h373 #define PERF_ATTR_SIZE_VER1 72 /* add: config2 */
481 __u64 config2; /* extension of config1 */ member in union:perf_event_attr::__anon335
524 __u64 config3; /* extension of config2 */
/linux-master/tools/include/uapi/linux/
H A Dperf_event.h373 #define PERF_ATTR_SIZE_VER1 72 /* add: config2 */
481 __u64 config2; /* extension of config1 */ member in union:perf_event_attr::__anon261
524 __u64 config3; /* extension of config2 */
/linux-master/tools/perf/util/
H A Dparse-events.l230 config2 { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_CONFIG2); }
/linux-master/arch/mips/include/asm/
H A Dkvm_host.h660 __BUILD_KVM_RW_HW(config2, 32, MIPS_CP0_CONFIG, 2)
685 __BUILD_KVM_SET_SAVED(config2, 32, MIPS_CP0_CONFIG, 2)
/linux-master/tools/perf/arch/arm/util/
H A Dcs-etm.c265 if (evsel->core.attr.config2 & GENMASK(31, 0))
289 evsel->core.attr.config2 |= hash;
/linux-master/drivers/perf/hisilicon/
H A Dhisi_pcie_pmu.c99 HISI_PCIE_PMU_FILTER_ATTR(port, config2, 15, 0);
100 HISI_PCIE_PMU_FILTER_ATTR(bdf, config2, 31, 16);
740 HISI_PCIE_PMU_FORMAT_ATTR(port, "config2:0-15"),
741 HISI_PCIE_PMU_FORMAT_ATTR(bdf, "config2:16-31"),
/linux-master/drivers/hwmon/
H A Dadt7475.c202 u8 config2; member in struct:adt7475_data
1626 &data->config2, 5);
1629 data->config2);
1757 data->config2 = adt7475_read(REG_CONFIG2);
1762 if (data->config2 & CONFIG2_ATTN) {
H A Ddme1737.c225 u8 config2; member in struct:dme1737_data
977 /* check config2 for non-standard temp-to-zone mapping */
978 if ((ix == 1) && (data->config2 & 0x02))
2266 data->config2 = dme1737_read(data, DME1737_REG_CONFIG2);
2268 if (data->config2 & 0x04)
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c727 * configid uses bits 63:32 of attr->config2, preset uses bits 3:0 of attr->config.
730 if (attr->config2 & GENMASK_ULL(63, 32)) {
731 cfg_hash = (u32)(attr->config2 >> 32);
944 * The config_id occupies bits 63:32 of the config2 perf event attr
947 if (attr->config2 & GENMASK_ULL(63, 32))
/linux-master/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c2707 u32 config2; local
2724 config2 = REG_RD(ep->hba, BNX2_MQ_CONFIG2);
2725 first_l4l5 = config2 & BNX2_MQ_CONFIG2_FIRST_L4L5;
2726 ctx_sz = (config2 & BNX2_MQ_CONFIG2_CONT_SZ) >> 3;
/linux-master/arch/x86/events/intel/
H A Duncore.h134 u64 config, config1, config2; member in struct:intel_uncore_extra_reg
H A Duncore.c199 (er->config1 == reg1->config && er->config2 == reg2->config)) {
202 er->config2 = reg2->config;
/linux-master/drivers/perf/
H A Dfsl_imx9_ddr_perf.c248 PMU_FORMAT_ATTR(axi_mask, "config2:0-17");
469 int cfg2 = event->attr.config2;
H A Dcxl_pmu.c249 [cxl_pmu_hdm_attr] = CXL_PMU_FORMAT_ATTR(hdm, "config2:0-15"),
330 return FIELD_GET(CXL_PMU_ATTR_CONFIG2_HDM_MSK, event->attr.config2);
H A Darm_spe_pmu.c201 #define ATTR_CFG_FLD_min_latency_CFG config2 /* PMSLATFR_EL1.MINLAT */
H A Dfsl_imx8_ddr_perf.c295 PMU_FORMAT_ATTR(axi_port, "config2:0-2");
296 PMU_FORMAT_ATTR(axi_channel, "config2:3-3");
557 int cfg2 = event->attr.config2;
/linux-master/arch/powerpc/perf/
H A Dhv-gpci.c782 /* config2 is unused */
783 if (event->attr.config2) {
784 pr_devel("config2 set when reserved\n");
H A Dhv-24x7.c182 EVENT_DEFINE_RANGE(reserved3, config2, 0, 63);
1405 event->attr.config2,
/linux-master/drivers/memory/
H A Domap-gpmc.c209 u32 config2; member in struct:gpmc_cs_config
2497 gpmc_context->cs_context[i].config2 =
2535 gpmc_context->cs_context[i].config2);
/linux-master/tools/perf/tests/
H A Dparse-events.c214 TEST_ASSERT_VAL("wrong config2", 1 == evsel->attr.config2);
631 TEST_ASSERT_VAL("wrong config2", 3 == evsel->core.attr.config2);
654 TEST_ASSERT_VAL("wrong config2", 0 == evsel->core.attr.config2);
816 /* config2=3 */
823 TEST_ASSERT_VAL("wrong config", !strcmp(term->config, "config2"));
1922 .name = "cycles/period=100000,config2/",
2287 .name = "cpu/config=10,config1=1,config2
[all...]
/linux-master/drivers/net/ethernet/cortina/
H A Dgemini.c506 union gmac_config2 config2 = { .bits = { local
521 writel(config2.bits32, port->gmac_base + GMAC_CONFIG2);

Completed in 333 milliseconds

123