/linux-4.4.14/arch/metag/kernel/ |
D | cachepart.c | 26 unsigned int config2 = metag_in32(METAC_CORE_CONFIG2); in get_dcache_size() local 27 unsigned int sz = 0x1000 << ((config2 & METAC_CORECFG2_DCSZ_BITS) in get_dcache_size() 29 if (config2 & METAC_CORECFG2_DCSMALL_BIT) in get_dcache_size() 36 unsigned int config2 = metag_in32(METAC_CORE_CONFIG2); in get_icache_size() local 37 unsigned int sz = 0x1000 << ((config2 & METAC_CORE_C2ICSZ_BITS) in get_icache_size() 39 if (config2 & METAC_CORECFG2_ICSMALL_BIT) in get_icache_size()
|
/linux-4.4.14/arch/mips/mm/ |
D | sc-mips.c | 130 unsigned int config2 = read_c0_config2(); in mips_sc_is_activated() local 144 if (config2 & (1 << 12)) in mips_sc_is_activated() 148 tmp = (config2 >> 4) & 0x0f; in mips_sc_is_activated() 196 unsigned int config1, config2; in mips_sc_probe() local 222 config2 = read_c0_config2(); in mips_sc_probe() 227 tmp = (config2 >> 8) & 0x0f; in mips_sc_probe() 233 tmp = (config2 >> 0) & 0x0f; in mips_sc_probe()
|
D | c-r4k.c | 1410 unsigned int config2, lsize; in loongson3_sc_init() local 1412 config2 = read_c0_config2(); in loongson3_sc_init() 1413 lsize = (config2 >> 4) & 15; in loongson3_sc_init() 1418 c->scache.sets = 64 << ((config2 >> 8) & 15); in loongson3_sc_init() 1419 c->scache.ways = 1 + (config2 & 15); in loongson3_sc_init()
|
/linux-4.4.14/drivers/staging/iio/addac/ |
D | adt7316.c | 183 u8 config2; member 326 if (chip->config2 & ADT7316_AD_SINGLE_CH_MODE) in adt7316_show_mode() 339 u8 config2; in adt7316_store_mode() local 342 config2 = chip->config2 & (~ADT7316_AD_SINGLE_CH_MODE); in adt7316_store_mode() 344 config2 |= ADT7316_AD_SINGLE_CH_MODE; in adt7316_store_mode() 346 ret = chip->bus.write(chip->bus.client, ADT7316_CONFIG2, config2); in adt7316_store_mode() 350 chip->config2 = config2; in adt7316_store_mode() 376 if (!(chip->config2 & ADT7316_AD_SINGLE_CH_MODE)) in adt7316_show_ad_channel() 379 switch (chip->config2 & ADT7516_AD_SINGLE_CH_MASK) { in adt7316_show_ad_channel() 414 u8 config2; in adt7316_store_ad_channel() local [all …]
|
/linux-4.4.14/drivers/hwmon/ |
D | lm95245.c | 122 u8 config1, config2; member 315 data->config2 & CFG2_REMOTE_TT ? "1\n" : "2\n"); in show_type() 333 data->config2 |= CFG2_REMOTE_TT; in set_type() 335 data->config2 &= ~CFG2_REMOTE_TT; in set_type() 340 data->config2); in set_type() 463 data->config2 = i2c_smbus_read_byte_data(client, in lm95245_init_client()
|
D | lm90.c | 1199 int man_id, chip_id, config1, config2, convrate; in lm90_detect() local 1213 config2 = i2c_smbus_read_byte_data(client, LM90_REG_R_CONFIG2); in lm90_detect() 1214 if (config2 < 0) in lm90_detect() 1217 config2 = 0; /* Make compiler happy */ in lm90_detect() 1222 && (config2 & 0xF8) == 0x00 in lm90_detect() 1354 && (config2 & 0xF8) == 0x00) { in lm90_detect() 1369 && (config2 & 0xFE) == 0x00 in lm90_detect()
|
D | adm1026.c | 298 u8 config2; /* Register value */ member 454 data->config2 = adm1026_read_value(client, in adm1026_update_device() 1610 if (data->config2 & (1 << i)) { in adm1026_print_gpio() 1654 data->config2 |= 1 << gpio_output[i]; in adm1026_fixup_gpio() 1663 data->config2 |= 1 << gpio_input[i]; in adm1026_fixup_gpio() 1681 data->config2 &= ~(1 << gpio_fan[i]); in adm1026_fixup_gpio() 1685 adm1026_write_value(client, ADM1026_REG_CONFIG2, data->config2); in adm1026_fixup_gpio() 1712 data->config2 = adm1026_read_value(client, ADM1026_REG_CONFIG2); in adm1026_init_client()
|
D | dme1737.c | 238 u8 config2; member 988 if ((ix == 1) && (data->config2 & 0x02)) in show_zone() 2275 data->config2 = dme1737_read(data, DME1737_REG_CONFIG2); in dme1737_init_device() 2277 if (data->config2 & 0x04) in dme1737_init_device()
|
D | adt7475.c | 1262 u8 config2, config3; in adt7475_probe() local 1330 config2 = adt7475_read(REG_CONFIG2); in adt7475_probe() 1331 if (config2 & CONFIG2_ATTN) { in adt7475_probe()
|
/linux-4.4.14/drivers/net/ethernet/seeq/ |
D | ether3.c | 176 ether3_outw(priv(dev)->regs.config2 |= CFG2_CTRLO, REG_CONFIG2); in ether3_ledoff() 189 if (priv(dev)->regs.config2 & CFG2_CTRLO) in ether3_ledon() 190 ether3_outw(priv(dev)->regs.config2 &= ~CFG2_CTRLO, REG_CONFIG2); in ether3_ledon() 276 priv(dev)->regs.config2 = CFG2_CTRLO|CFG2_RECVCRC|CFG2_ERRENCRC; in ether3_init_2() 303 ether3_outw(priv(dev)->regs.config2, REG_CONFIG2); in ether3_init_2() 339 priv(dev)->regs.config2 |= CFG2_CTRLO; in ether3_init_for_open() 347 ether3_outw(priv(dev)->regs.config2, REG_CONFIG2); in ether3_init_for_open() 473 priv(dev)->regs.config2 |= CFG2_CTRLO; in ether3_timeout() 475 ether3_outw(priv(dev)->regs.config2, REG_CONFIG2); in ether3_timeout()
|
D | ether3.h | 162 unsigned int config2; member
|
/linux-4.4.14/drivers/mtd/nand/ |
D | mxc_nand.c | 1058 uint32_t config2, config3; in preset_v3() local 1075 config2 = NFC_V3_CONFIG2_ONE_CYCLE | in preset_v3() 1085 config2 |= NFC_V3_CONFIG2_PS_2048; in preset_v3() 1086 config2 |= NFC_V3_CONFIG2_NUM_ADDR_PHASE1(addr_phases); in preset_v3() 1088 config2 |= NFC_V3_CONFIG2_PS_4096; in preset_v3() 1089 config2 |= NFC_V3_CONFIG2_NUM_ADDR_PHASE1(addr_phases); in preset_v3() 1091 config2 |= NFC_V3_CONFIG2_PS_512; in preset_v3() 1092 config2 |= NFC_V3_CONFIG2_NUM_ADDR_PHASE1(addr_phases - 1); in preset_v3() 1097 config2 |= NFC_V3_CONFIG2_ECC_EN; in preset_v3() 1099 config2 |= NFC_V3_CONFIG2_PPB( in preset_v3() [all …]
|
/linux-4.4.14/drivers/mmc/host/ |
D | au1xmmc.c | 198 u32 config2; in SEND_STOP() local 203 config2 = __raw_readl(HOST_CONFIG2(host)); in SEND_STOP() 204 __raw_writel(config2 | SD_CONFIG2_DF, HOST_CONFIG2(host)); in SEND_STOP() 757 u32 config2; in au1xmmc_set_ios() local 770 config2 = __raw_readl(HOST_CONFIG2(host)); in au1xmmc_set_ios() 773 config2 |= SD_CONFIG2_BB; in au1xmmc_set_ios() 776 config2 &= ~SD_CONFIG2_BB; in au1xmmc_set_ios() 777 config2 |= SD_CONFIG2_WB; in au1xmmc_set_ios() 780 config2 &= ~(SD_CONFIG2_WB | SD_CONFIG2_BB); in au1xmmc_set_ios() 783 __raw_writel(config2, HOST_CONFIG2(host)); in au1xmmc_set_ios()
|
D | cb710-mmc.c | 620 u32 status, config1, config2, irqen; in cb710_mmc_irq_handler() local 624 config2 = cb710_read_port_32(slot, CB710_MMC_CONFIGB_PORT); in cb710_mmc_irq_handler() 629 status, irqen, config2, config1); in cb710_mmc_irq_handler()
|
/linux-4.4.14/tools/perf/util/ |
D | pmu.l | 31 config2 { return PP_CONFIG2; }
|
D | parse-events.l | 186 config2 { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_CONFIG2); }
|
D | pmu.c | 703 vp = &attr->config2; in pmu_config_term()
|
D | parse-events.c | 774 attr->config2 = term->val.num; in config_term_common()
|
/linux-4.4.14/tools/perf/tests/attr/ |
D | base-stat | 38 config2=0
|
D | base-record | 38 config2=0
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | tegra124-jetson-tk1-emc.dtsi | 89 nvidia,emc-auto-cal-config2 = <0x00000000>; 257 nvidia,emc-auto-cal-config2 = <0x00000000>; 425 nvidia,emc-auto-cal-config2 = <0x00000000>; 593 nvidia,emc-auto-cal-config2 = <0x00000000>; 761 nvidia,emc-auto-cal-config2 = <0x00000000>; 929 nvidia,emc-auto-cal-config2 = <0x00000000>; 1097 nvidia,emc-auto-cal-config2 = <0x00000000>; 1265 nvidia,emc-auto-cal-config2 = <0x00000000>; 1433 nvidia,emc-auto-cal-config2 = <0x00000000>; 1601 nvidia,emc-auto-cal-config2 = <0x00000000>; [all …]
|
D | tegra124-nyan-blaze-emc.dtsi | 78 nvidia,emc-auto-cal-config2 = <0x00000000>; 246 nvidia,emc-auto-cal-config2 = <0x00000000>; 414 nvidia,emc-auto-cal-config2 = <0x00000000>; 582 nvidia,emc-auto-cal-config2 = <0x00000000>; 750 nvidia,emc-auto-cal-config2 = <0x00000000>; 918 nvidia,emc-auto-cal-config2 = <0x00000000>; 1086 nvidia,emc-auto-cal-config2 = <0x00000000>; 1254 nvidia,emc-auto-cal-config2 = <0x00000000>; 1422 nvidia,emc-auto-cal-config2 = <0x00000000>; 1590 nvidia,emc-auto-cal-config2 = <0x00000000>;
|
D | tegra124-nyan-big-emc.dtsi | 78 nvidia,emc-auto-cal-config2 = <0x00000000>; 246 nvidia,emc-auto-cal-config2 = <0x00000000>; 414 nvidia,emc-auto-cal-config2 = <0x00000000>; 582 nvidia,emc-auto-cal-config2 = <0x00000000>; 750 nvidia,emc-auto-cal-config2 = <0x00000000>; 918 nvidia,emc-auto-cal-config2 = <0x00000000>; 1086 nvidia,emc-auto-cal-config2 = <0x00000000>; 1254 nvidia,emc-auto-cal-config2 = <0x00000000>; 1422 nvidia,emc-auto-cal-config2 = <0x00000000>; 1590 nvidia,emc-auto-cal-config2 = <0x00000000>;
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_uncore_nhmex.c | 366 reg2->config = event->attr.config2; in nhmex_bbox_hw_config() 451 reg2->config = event->attr.config2; in nhmex_sbox_hw_config() 800 if (event->attr.config2 & NHMEX_M_PMON_MM_CFG_EN) in nhmex_mbox_hw_config() 801 reg2->config = event->attr.config2; in nhmex_mbox_hw_config() 1019 er->config2 == reg2->config)) { in nhmex_rbox_get_constraint() 1023 er->config2 = reg2->config; in nhmex_rbox_get_constraint() 1098 reg2->config = event->attr.config2; in nhmex_rbox_hw_config()
|
D | perf_event_intel_uncore.h | 87 u64 config, config1, config2; member
|
D | perf_event_intel_uncore.c | 157 (er->config1 == reg1->config && er->config2 == reg2->config)) { in uncore_get_constraint() 160 er->config2 = reg2->config; in uncore_get_constraint()
|
D | perf_event_intel_uncore_snbep.c | 908 reg2->config = event->attr.config2; in snbep_qpi_hw_config()
|
/linux-4.4.14/drivers/scsi/ |
D | am53c974.c | 254 if (esp->config2 & ESP_CONFIG2_FENAB) in pci_esp_send_dma_cmd() 277 if (esp->config2 & ESP_CONFIG2_FENAB) in pci_esp_dma_length_limit() 450 esp->config2 |= ESP_CONFIG2_FENAB; in pci_esp_probe_one()
|
D | mac53c94.h | 37 unsigned char config2; member
|
D | esp_scsi.c | 294 esp_write8(esp->config2, ESP_CFG2); in esp_reset_esp() 299 esp_write8(esp->config2, ESP_CFG2); in esp_reset_esp() 305 esp->config2 |= (ESP_CONFIG2_HME32 | ESP_CONFIG2_HMEFENAB); in esp_reset_esp() 311 esp_write8(esp->config2, ESP_CFG2); in esp_reset_esp() 339 esp_write8(esp->config2, ESP_CFG2); in esp_reset_esp() 1346 if (esp->rev == PCSCSI && (esp->config2 & ESP_CONFIG2_FENAB)) in esp_data_bytes_sent() 2224 if (esp->config2 == 0) { in esp_get_revision() 2225 esp->config2 = (ESP_CONFIG2_SCSI2ENAB | ESP_CONFIG2_REGPARITY); in esp_get_revision() 2226 esp_write8(esp->config2, ESP_CFG2); in esp_get_revision() 2231 esp->config2 = 0; in esp_get_revision() [all …]
|
D | esp_scsi.h | 482 u8 config2; member
|
D | mac53c94.c | 134 writeb(CF2_FEATURE_EN, ®s->config2); in mac53c94_init()
|
/linux-4.4.14/tools/perf/tests/ |
D | pmu.c | 166 if (attr.config2 != 0x0400000020041d07) in test__pmu()
|
D | attr.c | 121 WRITE_ASS(config2, "llu"); in store_event()
|
D | parse-events.c | 94 1 == evsel->attr.config2); in test__checkevent_symbolic_name_config() 412 TEST_ASSERT_VAL("wrong config2", 3 == evsel->attr.config2); in test__checkevent_pmu() 432 TEST_ASSERT_VAL("wrong config2", 0 == evsel->attr.config2); in test__checkevent_list()
|
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/ |
D | tegra-emc.txt | 26 - nvidia,emc-auto-cal-config2 : EMC_AUTO_CAL_CONFIG2 219 nvidia,emc-auto-cal-config2 = <0x00000000>;
|
/linux-4.4.14/Documentation/arm/ |
D | CCN.txt | 17 and config2 fields of the perf_event_attr structure. The "events"
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-stat.txt | 39 - a symbolically formed event like 'pmu/config=M,config1=N,config2=K/' 41 Acceptable values for each of 'config', 'config1' and 'config2'
|
D | perf-record.txt | 43 values for each of 'config', 'config1' and 'config2' are defined by
|
/linux-4.4.14/arch/mips/kernel/ |
D | cpu-probe.c | 497 unsigned int config2; in decode_config2() local 499 config2 = read_c0_config2(); in decode_config2() 501 if (config2 & MIPS_CONF2_SL) in decode_config2() 504 return config2 & MIPS_CONF_M; in decode_config2()
|
/linux-4.4.14/arch/powerpc/perf/ |
D | hv-gpci.c | 223 if (event->attr.config2) { in h_gpci_event_init()
|
D | hv-24x7.c | 112 EVENT_DEFINE_RANGE(reserved3, config2, 0, 63); 1165 event->attr.config2, in h_24x7_event_init()
|
/linux-4.4.14/include/uapi/linux/ |
D | perf_event.h | 351 __u64 config2; /* extension of config1 */ member
|
/linux-4.4.14/arch/powerpc/platforms/83xx/ |
D | suspend.c | 71 u32 config2; member
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | mpc52xx.h | 74 u32 config2; /* SDRAM + 0x0c */ member
|
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | sti_hqvdp.c | 179 u32 config2; member 892 cmd->csdi.config2 = CSDI_CONFIG2_DFLT; in sti_hqvdp_atomic_update()
|
/linux-4.4.14/drivers/memory/ |
D | omap-gpmc.c | 210 u32 config2; member 2262 gpmc_context.cs_context[i].config2 = in omap3_gpmc_save_context() 2297 gpmc_context.cs_context[i].config2); in omap3_gpmc_restore_context()
|
/linux-4.4.14/drivers/scsi/bnx2i/ |
D | bnx2i_hwi.c | 2735 u32 config2; in bnx2i_map_ep_dbell_regs() local 2750 config2 = REG_RD(ep->hba, BNX2_MQ_CONFIG2); in bnx2i_map_ep_dbell_regs() 2751 first_l4l5 = config2 & BNX2_MQ_CONFIG2_FIRST_L4L5; in bnx2i_map_ep_dbell_regs() 2752 ctx_sz = (config2 & BNX2_MQ_CONFIG2_CONT_SZ) >> 3; in bnx2i_map_ep_dbell_regs()
|
/linux-4.4.14/drivers/net/usb/ |
D | r8152.c | 3155 u16 config1, config2, config3; in r8152_eee_en() local 3160 config2 = ocp_reg_read(tp, OCP_EEE_CONFIG2); in r8152_eee_en() 3167 config2 |= RG_DACQUIET_EN | RG_LDVQUIET_EN; in r8152_eee_en() 3174 config2 &= ~(RG_DACQUIET_EN | RG_LDVQUIET_EN); in r8152_eee_en() 3180 ocp_reg_write(tp, OCP_EEE_CONFIG2, config2); in r8152_eee_en()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_link.c | 12233 u32 ext_phy_config, phy_type, config2; in bnx2x_populate_ext_phy() local 12308 config2 = REG_RD(bp, shmem_base + offsetof(struct shmem_region, in bnx2x_populate_ext_phy() 12309 dev_info.shared_hw_config.config2)); in bnx2x_populate_ext_phy() 12315 if (config2 & SHARED_HW_CFG_MDC_MDIO_ACCESS1_MASK) in bnx2x_populate_ext_phy() 12316 mdc_mdio_access = config2 & in bnx2x_populate_ext_phy() 12328 if (config2 & SHARED_HW_CFG_MDC_MDIO_ACCESS2_MASK) in bnx2x_populate_ext_phy() 12329 mdc_mdio_access = (config2 & in bnx2x_populate_ext_phy()
|
D | bnx2x_ethtool.c | 2908 u32 hide = SHMEM_RD(bp, dev_info.shared_hw_config.config2) & in bnx2x_test_nvram()
|
D | bnx2x_hsi.h | 197 u32 config2; /* 0x118 */ member
|
D | bnx2x_main.c | 6925 val = SHMEM_RD(bp, dev_info.shared_hw_config.config2) & in bnx2x_setup_fan_failure_detection()
|
/linux-4.4.14/drivers/bus/ |
D | arm-ccn.c | 965 u64 cmp_h = event->attr.config2; in arm_ccn_pmu_xp_watchpoint_config()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bnx2.h | 6698 u32 config2; member
|
D | bnx2.c | 4393 BNX2_WR(bp, BNX2_NVM_CFG2, flash->config2); in bnx2_init_nvram()
|