| /linux/arch/mips/kernel/ |
| H A D | cpu-probe.c | 94 unsigned int config4, mmuextdef; in ftlb_disable() local 109 config4 = read_c0_config4(); in ftlb_disable() 112 mmuextdef = config4 & MIPS_CONF4_MMUEXTDEF; in ftlb_disable() 563 unsigned int config4; in decode_config4() local 569 config4 = read_c0_config4(); in decode_config4() 572 if (((config4 & MIPS_CONF4_IE) >> 29) == 2) in decode_config4() 581 mmuextdef = config4 & MIPS_CONF4_MMUEXTDEF; in decode_config4() 589 c->tlbsize += (config4 & MIPS_CONF4_MMUSIZEEXT) * 0x40; in decode_config4() 594 ((config4 & MIPS_CONF4_VTLBSIZEEXT) >> in decode_config4() 602 newcf4 = (config4 & ~ftlb_page) | in decode_config4() [all …]
|
| /linux/drivers/hwmon/ |
| H A D | adt7475.c | 205 u8 config4; member 1034 return sprintf(buf, "%d\n", !!(data->config4 & CONFIG4_MAXDUTY)); in pwm_use_point2_pwm_at_crit_show() 1051 data->config4 = i2c_smbus_read_byte_data(client, REG_CONFIG4); in pwm_use_point2_pwm_at_crit_store() 1053 data->config4 |= CONFIG4_MAXDUTY; in pwm_use_point2_pwm_at_crit_store() 1055 data->config4 &= ~CONFIG4_MAXDUTY; in pwm_use_point2_pwm_at_crit_store() 1056 i2c_smbus_write_byte_data(client, REG_CONFIG4, data->config4); in pwm_use_point2_pwm_at_crit_store() 1383 data->config4 = ret; in adt7475_update_limits() 1530 u8 config4; in load_config4() local 1539 config4 = ret & ~CONFIG4_PINFUNC; in load_config4() 1544 config4 |= CONFIG4_THERM; in load_config4() [all …]
|
| /linux/arch/mips/kvm/ |
| H A D | vz.c | 2817 unsigned int config4 = 0, ret = 0, limit; in kvm_vz_resize_guest_vtlb() local 2824 config4 = read_gc0_config4(); in kvm_vz_resize_guest_vtlb() 2825 if (cpu_has_mips_r6 || (config4 & MIPS_CONF4_MMUEXTDEF) == in kvm_vz_resize_guest_vtlb() 2827 config4 &= ~MIPS_CONF4_VTLBSIZEEXT; in kvm_vz_resize_guest_vtlb() 2828 config4 |= ((size - 1) >> MIPS_CONF1_TLBS_SIZE) << in kvm_vz_resize_guest_vtlb() 2830 } else if ((config4 & MIPS_CONF4_MMUEXTDEF) == in kvm_vz_resize_guest_vtlb() 2832 config4 &= ~MIPS_CONF4_MMUSIZEEXT; in kvm_vz_resize_guest_vtlb() 2833 config4 |= ((size - 1) >> MIPS_CONF1_TLBS_SIZE) << in kvm_vz_resize_guest_vtlb() 2836 write_gc0_config4(config4); in kvm_vz_resize_guest_vtlb() 2857 if (config4) { in kvm_vz_resize_guest_vtlb() [all …]
|
| /linux/drivers/scsi/ |
| H A D | mac53c94.h | 42 unsigned char config4; member
|
| H A D | esp_scsi.h | 478 u8 config4; member
|
| H A D | esp_scsi.c | 280 u8 config4 = ESP_CONFIG4_GE1; in esp_reset_esp() local 281 esp_write8(config4, ESP_CFG4); in esp_reset_esp() 282 config4 = esp_read8(ESP_CFG4); in esp_reset_esp() 283 if (config4 & ESP_CONFIG4_GE1) { in esp_reset_esp() 285 esp_write8(esp->config4, ESP_CFG4); in esp_reset_esp()
|
| H A D | am53c974.c | 368 esp->config4 |= ESP_CONFIG4_RADE | ESP_CONFIG4_RAE; in dc390_check_eeprom()
|
| /linux/tools/perf/util/ |
| H A D | parse-events.l | 290 config4 { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_CONFIG4); }
|
| H A D | pmu.c | 1538 perf_pmu__format_pack(bits, term->val.num, &attr->config4, zero); in pmu_config_term() 1616 vp = &attr->config4; in pmu_config_term()
|
| H A D | parse-events.c | 218 perf_pmu__warn_invalid_config(pmu, attr->config4, name, in __add_event() 832 attr->config4 = term->val.num; in config_term_common()
|
| H A D | evsel.c | 1371 vp = &evsel->core.attr.config4; in evsel__set_config_if_unset() 1424 evsel->core.attr.config4); in evsel__get_config_val()
|
| /linux/arch/mips/include/asm/ |
| H A D | kvm_host.h | 662 __BUILD_KVM_RW_HW(config4, 32, MIPS_CP0_CONFIG, 4) 687 __BUILD_KVM_SET_SAVED(config4, 32, MIPS_CP0_CONFIG, 4)
|
| /linux/include/uapi/linux/ |
| H A D | perf_event.h | 549 __u64 config4; /* extension of config3 */ member
|
| /linux/tools/include/uapi/linux/ |
| H A D | perf_event.h | 549 __u64 config4; /* extension of config3 */ member
|
| /linux/drivers/memory/ |
| H A D | omap-gpmc.c | 212 u32 config4; member 2445 gpmc_context->cs_context[i].config4 = in omap3_gpmc_save_context() 2483 gpmc_context->cs_context[i].config4); in omap3_gpmc_restore_context()
|
| /linux/drivers/perf/ |
| H A D | arm_spe_pmu.c | 258 #define ATTR_CFG_FLD_inv_data_src_filter_CFG config4 /* inverse of PMSDSFR_EL1 */
|
| /linux/tools/perf/tests/ |
| H A D | parse-events.c | 650 TEST_ASSERT_EVSEL("wrong config4", 0 == evsel->core.attr.config4, evsel); in test__checkevent_pmu() 673 TEST_ASSERT_EVSEL("wrong config4", 0 == evsel->core.attr.config4, evsel); in test__checkevent_list()
|