Searched refs:config3 (Results 1 - 25 of 25) sorted by relevance

/linux-master/drivers/staging/iio/addac/
H A Dadt7316.c117 * ADT7316 config3
186 u8 config3; member in struct:adt7316_chip_info
598 return sprintf(buf, "%d\n", !!(chip->config3 & ADT7316_ADCLK_22_5));
608 u8 config3; local
611 config3 = chip->config3 & (~ADT7316_ADCLK_22_5);
613 config3 |= ADT7316_ADCLK_22_5;
615 ret = chip->bus.write(chip->bus.client, ADT7316_CONFIG3, config3);
619 chip->config3 = config3;
651 u8 config3; local
696 u8 config3; local
739 u8 config3; local
778 u8 config3; local
[all...]
/linux-master/arch/mips/kernel/
H A Dcpu-probe.c502 unsigned int config3; local
504 config3 = read_c0_config3();
506 if (config3 & MIPS_CONF3_SM) {
510 if (config3 & MIPS_CONF3_RXI)
512 if (config3 & MIPS_CONF3_CTXTC)
514 if (config3 & MIPS_CONF3_DSP)
516 if (config3 & MIPS_CONF3_DSP2P) {
521 if (config3 & MIPS_CONF3_VINT)
523 if (config3 & MIPS_CONF3_VEIC)
525 if (config3
877 unsigned int config3, config3_dyn; local
[all...]
H A Dtraps.c2364 unsigned int config3 = read_c0_config3(); local
2367 write_c0_config3(config3 | MIPS_CONF3_ISA_OE);
2369 write_c0_config3(config3 & ~MIPS_CONF3_ISA_OE);
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dglobal2_scratch.c336 u8 config3, p; local
340 &config3);
344 if (config3 & MV88E6352_G2_SCRATCH_CONFIG_DATA3_S_SEL)
/linux-master/drivers/scsi/
H A Dmac53c94.h40 unsigned char config3; member in struct:mac53c94_regs
197 * Bits in the config3 register.
H A Dmac53c94.c133 writeb(0, &regs->config3);
/linux-master/drivers/hwmon/
H A Dadm1026.c288 u8 config3; /* Register value */ member in struct:adm1026_data
445 data->config3 = adm1026_read_value(client,
447 data->gpio_config[16] = (data->config3 >> 6) & 0x03;
1640 if (data->config3 & CFG3_GPIO16_ENABLE) {
1701 data->config3 = (data->config3 & 0x3f)
1703 adm1026_write_value(client, ADM1026_REG_CONFIG3, data->config3);
1728 data->config3 = adm1026_read_value(client, ADM1026_REG_CONFIG3);
1753 if (data->config3 & CFG3_GPIO16_ENABLE) {
1760 if (data->config3
[all...]
H A Dadt7475.c1502 u8 config3; local
1511 config3 = ret & ~CONFIG3_SMBALERT;
1515 config3 |= CONFIG3_SMBALERT;
1519 return i2c_smbus_write_byte_data(client, REG_CONFIG3, config3);
1678 u8 config3; local
1715 config3 = adt7475_read(REG_CONFIG3);
1717 if (!(config3 & CONFIG3_SMBALERT))
1735 !(config3 & CONFIG3_THERM))
1739 if (!(config3 & CONFIG3_THERM) ||
/linux-master/tools/perf/arch/x86/tests/
H A Dhybrid.c156 TEST_ASSERT_VAL("wrong config3", 0 == evsel->core.attr.config3);
/linux-master/drivers/mtd/nand/raw/
H A Dmxc_nand.c1267 uint32_t config2, config3; local
1317 config3 = NFC_V3_CONFIG3_NUM_OF_DEVICES(0) |
1324 config3 |= NFC_V3_CONFIG3_FW8;
1326 writel(config3, NFC_V3_CONFIG3);
/linux-master/include/uapi/linux/
H A Dperf_event.h381 #define PERF_ATTR_SIZE_VER8 136 /* add: config3 */
524 __u64 config3; /* extension of config2 */ member in struct:perf_event_attr
/linux-master/tools/include/uapi/linux/
H A Dperf_event.h381 #define PERF_ATTR_SIZE_VER8 136 /* add: config3 */
524 __u64 config3; /* extension of config2 */ member in struct:perf_event_attr
/linux-master/tools/perf/util/
H A Dparse-events.l231 config3 { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_CONFIG3); }
H A Dparse-events.c248 perf_pmu__warn_invalid_config(pmu, attr->config3, name,
249 PERF_PMU_FORMAT_VALUE_CONFIG3, "config3");
754 [PARSE_EVENTS__TERM_TYPE_CONFIG3] = "config3",
866 attr->config3 = term->val.num;
H A Dpmu.c1318 vp = &attr->config3;
/linux-master/arch/mips/include/asm/
H A Dkvm_host.h661 __BUILD_KVM_RW_HW(config3, 32, MIPS_CP0_CONFIG, 3)
686 __BUILD_KVM_SET_SAVED(config3, 32, MIPS_CP0_CONFIG, 3)
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c651 u8 config3; local
656 config3 = hdmi_readb(hdmi, HDMI_CONFIG3_ID);
659 if ((config3 & HDMI_CONFIG3_AHBAUDDMA) || (config3 & HDMI_CONFIG3_GPAUD)) {
3359 u8 config3; local
3559 config3 = hdmi_readb(hdmi, HDMI_CONFIG3_ID);
3561 if (iores && config3 & HDMI_CONFIG3_AHBAUDDMA) {
3592 } else if (iores && config3 & HDMI_CONFIG3_GPAUD) {
/linux-master/drivers/memory/
H A Domap-gpmc.c210 u32 config3; member in struct:gpmc_cs_config
2499 gpmc_context->cs_context[i].config3 =
2537 gpmc_context->cs_context[i].config3);
/linux-master/drivers/perf/
H A Darm_spe_pmu.c205 #define ATTR_CFG_FLD_inv_event_filter_CFG config3 /* PMSNEVFR_EL1 */
/linux-master/drivers/net/ethernet/cortina/
H A Dgemini.c510 union gmac_config3 config3 = { .bits = { local
522 writel(config3.bits32, port->gmac_base + GMAC_CONFIG3);
/linux-master/tools/perf/tests/
H A Dparse-events.c632 TEST_ASSERT_VAL("wrong config3", 0 == evsel->core.attr.config3);
655 TEST_ASSERT_VAL("wrong config3", 0 == evsel->core.attr.config3);
825 /* config3=4 */
832 TEST_ASSERT_VAL("wrong config", !strcmp(term->config, "config3"));
2485 .str = "config=10,config1,config2=3,config3=4,umask=1,read,r0xead",
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c670 cc_threshold = attr->config3 & ETM_CYC_THRESHOLD_MASK;
/linux-master/drivers/net/usb/
H A Dr8152.c5360 u16 config1, config2, config3; local
5366 config3 = ocp_reg_read(tp, OCP_EEE_CONFIG3) & ~fast_snr_mask;
5373 config3 |= fast_snr(42);
5380 config3 |= fast_snr(511);
5386 ocp_reg_write(tp, OCP_EEE_CONFIG3, config3);
/linux-master/drivers/net/ethernet/broadcom/
H A Dbnx2.h6699 u32 config3; member in struct:flash_spec
H A Dbnx2.c4371 BNX2_WR(bp, BNX2_NVM_CFG3, flash->config3);

Completed in 685 milliseconds