| /linux/arch/mips/bcm47xx/ |
| H A D | board.c | 15 const char *value1; member 20 const char *value1; member 26 const char *value1; member 246 for (e1 = bcm47xx_board_list_model_name; e1->value1; e1++) { in bcm47xx_board_get_nvram() 247 if (!strcmp(buf1, e1->value1)) in bcm47xx_board_get_nvram() 253 for (e1 = bcm47xx_board_list_hardware_version; e1->value1; e1++) { in bcm47xx_board_get_nvram() 254 if (strstarts(buf1, e1->value1)) in bcm47xx_board_get_nvram() 261 for (e2 = bcm47xx_board_list_hw_version_num; e2->value1; e2++) { in bcm47xx_board_get_nvram() 262 if (!strstarts(buf1, e2->value1) && in bcm47xx_board_get_nvram() 269 for (e1 = bcm47xx_board_list_productid; e1->value1; e1++) { in bcm47xx_board_get_nvram() [all …]
|
| /linux/drivers/clocksource/ |
| H A D | acpi_pm.c | 180 u64 value1, value2; in verify_pmtmr_rate() local 184 value1 = clocksource_acpi_pm.read(&clocksource_acpi_pm); in verify_pmtmr_rate() 187 delta = (value2 - value1) & ACPI_PM_MASK; in verify_pmtmr_rate() 210 u64 value1, value2; in init_acpi_pm_clocksource() local 219 value1 = clocksource_acpi_pm.read(&clocksource_acpi_pm); in init_acpi_pm_clocksource() 222 if (value2 == value1) in init_acpi_pm_clocksource() 224 if (value2 > value1) in init_acpi_pm_clocksource() 226 if ((value2 < value1) && ((value2) < 0xFFF)) in init_acpi_pm_clocksource() 229 value1, value2); in init_acpi_pm_clocksource() 235 value1); in init_acpi_pm_clocksource()
|
| /linux/fs/ocfs2/ |
| H A D | ocfs2_trace.h | 96 TP_PROTO(int value1, int value2), 97 TP_ARGS(value1, value2), 99 __field(int, value1) 103 __entry->value1 = value1; 106 TP_printk("%d %d", __entry->value1, __entry->value2) 115 TP_PROTO(unsigned int value1, int value2), 116 TP_ARGS(value1, value2), 118 __field(unsigned int, value1) 122 __entry->value1 = value1; 125 TP_printk("%u %d", __entry->value1, __entry->value2) [all …]
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | bootconfig.rst | 46 foo.bar.baz = value1 52 baz = value1 58 foo.bar { baz = value1; qux.quux = value2 } 89 foo = value1 96 bar = value1 106 foo.bar = value1 112 foo.bar = value1
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | bootconfig.rst | 46 foo.bar.baz = value1 52 baz = value1 58 foo.bar { baz = value1; qux.quux = value2 } 89 foo = value1 96 bar = value1 106 foo.bar = value1 112 foo.bar = value1
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_get_xattr.c | 18 char value1[32]; 43 bpf_dynptr_from_mem(value1, sizeof(value1), 0, &value_ptr); in BPF_PROG() 52 if (bpf_strncmp(value1, ret, expected_value)) in BPF_PROG() 17 char value1[32]; global() variable
|
| /linux/tools/testing/selftests/riscv/mm/ |
| H A D | mmap_test.h | 18 void *value1 = mmap(NULL, sizeof(int), PROT, FLAGS, 0, 0); in memory_layout() local 21 return value2 > value1; in memory_layout()
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn201/ |
| H A D | dcn201_link_encoder.c | 55 uint32_t value1, value2; in dcn201_link_encoder_get_max_link_cap() local 59 REG_GET_2(RDPCSTX_PHY_CNTL2, RDPCS_PHY_DPALT_DISABLE, &value1, in dcn201_link_encoder_get_max_link_cap() 63 if (!value1 && !value2 && link_settings->lane_count > LANE_COUNT_TWO) in dcn201_link_encoder_get_max_link_cap()
|
| /linux/drivers/ata/ |
| H A D | pata_pdc2027x.c | 73 u8 value0, value1, value2; member 83 u8 value0, value1; member 91 u8 value0, value1, value2; member 303 (pdc2027x_pio_timing_tbl[pio].value1 << 8); in pdc2027x_set_piomode() 349 (pdc2027x_udma_timing_tbl[udma_mode].value1 << 8) | in pdc2027x_set_dmamode() 365 (pdc2027x_mdma_timing_tbl[mdma_mode].value1 << 24); in pdc2027x_set_dmamode()
|
| /linux/include/linux/cdx/ |
| H A D | bitfield.h | 55 #define CDX_INSERT_FIELDS(field1, value1, \ argument 62 (CDX_INSERT_FIELD(field1, (value1)) | \
|
| /linux/tools/bootconfig/samples/ |
| H A D | good-array-space-comment.bconf | 2 "value1", # comment1
|
| H A D | bad-array-space-comment.bconf | 2 "value1", # comment1
|
| H A D | bad-array.bconf | 2 key = "value1" "value2"
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_lru_map.c | 96 unsigned long long value0[nr_cpus], value1[nr_cpus]; in map_subset() local 100 assert(!bpf_map_lookup_elem(map1, &next_key, value1)); in map_subset() 107 if (value0[0] != value1[0]) { in map_subset() 109 next_key, value0[0], value1[0]); in map_subset()
|
| /linux/drivers/acpi/ |
| H A D | acpi_processor.c | 51 u8 value1 = 0; in acpi_processor_errata_piix4() local 131 pci_read_config_byte(dev, 0x76, &value1); in acpi_processor_errata_piix4() 133 if ((value1 & 0x80) || (value2 & 0x80)) in acpi_processor_errata_piix4()
|
| /linux/drivers/md/persistent-data/ |
| H A D | dm-btree.h | 76 int (*equal)(void *context, const void *value1, const void *value2);
|
| H A D | dm-array.c | 632 static int block_equal(void *context, const void *value1, const void *value2) in block_equal() argument 634 return !memcmp(value1, value2, sizeof(__le64)); in block_equal()
|
| /linux/drivers/firmware/ |
| H A D | stratix10-rsu.c | 188 unsigned long long *value1 = (unsigned long long *)data->kaddr1; in rsu_dcmf_version_callback() local 192 priv->dcmf_version.dcmf0 = FIELD_GET(RSU_DCMF0_MASK, *value1); in rsu_dcmf_version_callback() 193 priv->dcmf_version.dcmf1 = FIELD_GET(RSU_DCMF1_MASK, *value1); in rsu_dcmf_version_callback()
|
| /linux/drivers/iio/adc/ |
| H A D | meson_saradc.c | 1139 int ret, nominal0, nominal1, value0, value1; in meson_sar_adc_calib() local 1159 MEAN_AVERAGING, EIGHT_SAMPLES, &value1); in meson_sar_adc_calib() 1163 if (value1 <= value0) { in meson_sar_adc_calib() 1169 value1 - value0); in meson_sar_adc_calib()
|
| /linux/drivers/net/ethernet/sfc/falcon/ |
| H A D | bitfield.h | 276 field1, value1, \ argument 286 (EF4_INSERT_FIELD_NATIVE((min), (max), field1, (value1)) | \
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_nx2.c | 3089 uint32_t addr1, addr2, value1, value2, data, selVal; in qla8044_minidump_process_rdmdio() local 3102 value1 = rdmdio->value_1; in qla8044_minidump_process_rdmdio() 3126 value1); in qla8044_minidump_process_rdmdio() 3146 selVal = (value2 << 18) | (value1 << 2) | 2; in qla8044_minidump_process_rdmdio() 3152 value1 = value1 + stride2; in qla8044_minidump_process_rdmdio() 3165 uint32_t addr1, addr2, value1, value2, poll, r_value; in qla8044_minidump_process_pollwr() local 3172 value1 = pollwr_hdr->value_1; in qla8044_minidump_process_pollwr() 3191 qla8044_wr_reg_indirect(vha, addr1, value1); in qla8044_minidump_process_pollwr()
|
| /linux/drivers/scsi/qla4xxx/ |
| H A D | ql4_nx.c | 2721 uint32_t addr1, addr2, value1, value2, data, selval; in qla4_84xx_minidump_process_rdmdio() local 2732 value1 = le32_to_cpu(rdmdio->value_1); in qla4_84xx_minidump_process_rdmdio() 2756 value1); in qla4_84xx_minidump_process_rdmdio() 2777 selval = (value2 << 18) | (value1 << 2) | 2; in qla4_84xx_minidump_process_rdmdio() 2783 value1 = value1 + stride2; in qla4_84xx_minidump_process_rdmdio() 2795 uint32_t addr1, addr2, value1, value2, poll, r_value; in qla4_84xx_minidump_process_pollwr() local 2803 value1 = le32_to_cpu(pollwr_hdr->value_1); in qla4_84xx_minidump_process_pollwr() 2824 ha->isp_ops->wr_reg_indirect(ha, addr1, value1); in qla4_84xx_minidump_process_pollwr()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | bitfield.h | 278 field1, value1, \ argument 297 (EFX_INSERT_FIELD_NATIVE((min), (max), field1, (value1)) | \
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | bitfield.h | 276 field1, value1, \ argument 295 (EFX_INSERT_FIELD_NATIVE((min), (max), field1, (value1)) | \
|
| /linux/drivers/net/ethernet/cavium/liquidio/ |
| H A D | liquidio_common.h | 932 u64 value1; member
|