/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn21/ |
H A D | dcn21_hubp.c | 293 …DC_LOG_DEBUG("DML Validation | HUBPRET_CONTROL:DET_BUF_PLANE1_BASE_ADDRESS - Expected: %u Actual:… in hubp21_validate_dml_output() 296 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:DRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp21_validate_dml_output() 299 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:MRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp21_validate_dml_output() 302 …BUG("DML Validation | DCN_EXPANSION_MODE:DET_BUF_PLANE1_BASE_ADDRESS - Expected: %u Actual: %u\n", in hubp21_validate_dml_output() 305 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:CRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp21_validate_dml_output() 309 DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:CHUNK_SIZE - Expected: %u Actual: %u\n", in hubp21_validate_dml_output() 312 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:MIN_CHUNK_SIZE - Expected: %u Actual: %u\… in hubp21_validate_dml_output() 315 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:META_CHUNK_SIZE - Expected: %u Actual: %u… in hubp21_validate_dml_output() 318 …DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:MIN_META_CHUNK_SIZE - Expected: %u Actual: %u\n", in hubp21_validate_dml_output() 321 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:DPTE_GROUP_SIZE - Expected: %u Actual: %u… in hubp21_validate_dml_output() [all …]
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_progs.h | 233 #define ASSERT_TRUE(actual, name) ({ \ argument 235 bool ___ok = (actual); \ 240 #define ASSERT_FALSE(actual, name) ({ \ argument 242 bool ___ok = !(actual); \ 247 #define ASSERT_EQ(actual, expected, name) ({ \ argument 249 typeof(actual) ___act = (actual); \ 253 "unexpected %s: actual %lld != expected %lld\n", \ 258 #define ASSERT_NEQ(actual, expected, name) ({ \ argument 260 typeof(actual) ___act = (actual); \ 264 "unexpected %s: actual %lld == expected %lld\n", \ [all …]
|
/linux/drivers/cpufreq/ |
H A D | amd_freq_sensitivity.c | 32 u64 actual; member 45 struct msr actual, reference; in amd_powersave_bias_target() local 55 &actual.l, &actual.h); in amd_powersave_bias_target() 58 actual.h &= 0x00ffffff; in amd_powersave_bias_target() 62 if (actual.q < data->actual || reference.q < data->reference) { in amd_powersave_bias_target() 67 d_actual = actual.q - data->actual; in amd_powersave_bias_target() 104 data->actual = actual.q; in amd_powersave_bias_target()
|
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn20/ |
H A D | dcn20_hubp.c | 1384 …DC_LOG_DEBUG("DML Validation | HUBPRET_CONTROL:DET_BUF_PLANE1_BASE_ADDRESS - Expected: %u Actual:… in hubp2_validate_dml_output() 1387 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:DRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp2_validate_dml_output() 1390 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:MRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp2_validate_dml_output() 1393 …BUG("DML Validation | DCN_EXPANSION_MODE:DET_BUF_PLANE1_BASE_ADDRESS - Expected: %u Actual: %u\n", in hubp2_validate_dml_output() 1396 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:CRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp2_validate_dml_output() 1400 DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:CHUNK_SIZE - Expected: %u Actual: %u\n", in hubp2_validate_dml_output() 1403 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:MIN_CHUNK_SIZE - Expected: %u Actual: %u\… in hubp2_validate_dml_output() 1406 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:META_CHUNK_SIZE - Expected: %u Actual: %u… in hubp2_validate_dml_output() 1409 …DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:MIN_META_CHUNK_SIZE - Expected: %u Actual: %u\n", in hubp2_validate_dml_output() 1412 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:DPTE_GROUP_SIZE - Expected: %u Actual: %u… in hubp2_validate_dml_output() [all …]
|
/linux/drivers/mtd/spi-nor/ |
H A D | sst.c | 189 size_t actual = 0; in sst_nor_write() local 212 actual++; in sst_nor_write() 216 for (; actual < len - 1; actual += 2) { in sst_nor_write() 218 ret = sst_nor_write_data(nor, to, 2, buf + actual); in sst_nor_write() 236 if (actual != len) { in sst_nor_write() 241 ret = sst_nor_write_data(nor, to, 1, buf + actual); in sst_nor_write() 245 actual += 1; in sst_nor_write() 250 *retlen += actual; in sst_nor_write()
|
/linux/include/kunit/ |
H A D | assert.h | 98 * @value: The actual evaluated pointer value of the expression. 131 * @left_value: The actual evaluated value of the expression in the left slot. 132 * @right_value: The actual evaluated value of the expression in the right slot. 154 * @left_value: The actual evaluated value of the expression in the left slot. 155 * @right_value: The actual evaluated value of the expression in the right slot. 177 * @left_value: The actual evaluated value of the expression in the left slot. 178 * @right_value: The actual evaluated value of the expression in the right slot. 200 * @left_value: The actual evaluated value of the expression in the left slot. 201 * @right_value: The actual evaluated value of the expression in the right slot.
|
/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | vmx_nested_tsc_scaling_test.c | 32 * This function checks whether the "actual" TSC frequency of a guest matches 34 * measurements, a difference of 1% between the actual and the expected value 37 static void compare_tsc_freq(uint64_t actual, uint64_t expected) in compare_tsc_freq() argument 45 TEST_ASSERT(thresh_low < actual, in compare_tsc_freq() 48 thresh_low, thresh_high, actual); in compare_tsc_freq() 49 TEST_ASSERT(thresh_high > actual, in compare_tsc_freq() 52 thresh_low, thresh_high, actual); in compare_tsc_freq()
|
H A D | hwcr_msr_test.c | 17 uint64_t actual; in test_hwcr_bit() local 25 actual = vcpu_get_msr(vcpu, MSR_K7_HWCR); in test_hwcr_bit() 26 TEST_ASSERT(actual == (val & valid), in test_hwcr_bit() 28 bit, actual, (val & valid)); in test_hwcr_bit()
|
/linux/include/linux/ |
H A D | bcm963xx_nvram.h | 76 * @actual_out: optional pointer to store actual checksum value 84 u32 expected, actual; in bcm963xx_nvram_checksum() local 101 actual = crc32_le_combine( in bcm963xx_nvram_checksum() 108 *actual_out = actual; in bcm963xx_nvram_checksum() 110 return expected == actual ? 0 : -EINVAL; in bcm963xx_nvram_checksum()
|
/linux/drivers/gpu/drm/msm/disp/mdp4/ |
H A D | mdp4_lvds_connector.c | 66 long actual, requested; in mdp4_lvds_connector_mode_valid() local 69 actual = mdp4_lcdc_round_pixclk(encoder, requested); in mdp4_lvds_connector_mode_valid() 71 DBG("requested=%ld, actual=%ld", requested, actual); in mdp4_lvds_connector_mode_valid() 73 if (actual != requested) in mdp4_lvds_connector_mode_valid()
|
/linux/Documentation/ABI/stable/ |
H A D | sysfs-devices-system-cpu | 29 socket number, but the actual value is architecture and platform 35 identifier (rather than the kernel's). The actual value is 41 identifier (rather than the kernel's). The actual value is 47 identifier (rather than the kernel's). The actual value is 53 identifier (rather than the kernel's). The actual value is 59 identifier (rather than the kernel's). The actual value is
|
/linux/drivers/pci/ |
H A D | rom.c | 73 * pci_get_rom_size - obtain the actual size of the ROM image 77 * return: size of actual ROM image 79 * Determine the actual length of the ROM image. 81 * actual image size. 134 * actual ROM. 161 * size is much larger than the actual size of the ROM. in pci_map_rom()
|
/linux/tools/testing/selftests/ftrace/test.d/trigger/ |
H A D | trigger-hist-expressions.tc | 23 actual=`grep -o 'x=[[:digit:]]*' $trigger | awk -F= '{ print $2 }'` 25 if [ $actual != $3 ]; then 26 … fail "Failed hist trigger expression evaluation: Expression: $2 Expected: $3, Actual: $actual"
|
/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | cycles_with_mmcr2_test.c | 25 uint64_t val, expected[2], actual; in cycles_with_mmcr2() local 53 actual = 0; in cycles_with_mmcr2() 66 actual = val; in cycles_with_mmcr2() 82 printf("Bad MMCR2 value seen is 0x%lx\n", actual); in cycles_with_mmcr2()
|
/linux/drivers/usb/renesas_usbhs/ |
H A D | fifo.c | 79 pkt->actual = 0; in usbhs_pkt_push() 423 pkt->actual = pkt->length; in usbhs_dcp_dir_switch_done() 535 buf = pkt->buf + pkt->actual; in usbhsf_pio_try_push() 536 len = pkt->length - pkt->actual; in usbhsf_pio_try_push() 564 pkt->actual += total_len; in usbhsf_pio_try_push() 566 if (pkt->actual < pkt->length) in usbhsf_pio_try_push() 585 pkt->length, pkt->actual, *is_done, pkt->zero); in usbhsf_pio_try_push() 673 buf = pkt->buf + pkt->actual; in usbhsf_pio_try_pop() 674 len = pkt->length - pkt->actual; in usbhsf_pio_try_pop() 679 * update actual length first here to decide disable pipe. in usbhsf_pio_try_pop() [all …]
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_cdclk.c | 55 * are two main clocks involved that aren't directly related to the actual 56 * pixel clock or any symbol/bit clock of the actual output port. These 560 * Specs are full of misinformation, but testing on actual in vlv_calc_voltage_level() 2590 if (!intel_cdclk_changed(&old_cdclk_state->actual, in intel_cdclk_pcode_pre_notify() 2591 &new_cdclk_state->actual) && in intel_cdclk_pcode_pre_notify() 2599 change_cdclk = new_cdclk_state->actual.cdclk != old_cdclk_state->actual.cdclk; in intel_cdclk_pcode_pre_notify() 2610 cdclk = max(new_cdclk_state->actual.cdclk, old_cdclk_state->actual.cdclk); in intel_cdclk_pcode_pre_notify() 2636 voltage_level = new_cdclk_state->actual.voltage_level; in intel_cdclk_pcode_post_notify() 2638 update_cdclk = new_cdclk_state->actual.cdclk != old_cdclk_state->actual.cdclk; in intel_cdclk_pcode_post_notify() 2647 cdclk = new_cdclk_state->actual.cdclk; in intel_cdclk_pcode_post_notify() [all …]
|
H A D | vlv_dsi_pll_regs.h | 25 /* TX control divider to select actual TX clock output from (8x/var) */ 38 /* RX upper control divider to select actual RX clock output from 8x */ 51 /* 8/3X divider to select the actual 8/3X clock output from 8x */ 64 /* RX lower control divider to select actual RX clock output from 8x */
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | struct_ops_autocreate.c | 20 * match the BTF of the actual struct bpf_testmod_ops defined in the in cant_load_full_object() 72 ASSERT_TRUE(bpf_program__autoload(skel->progs.test_1), "test_1 actual autoload"); in can_load_partial_object() 73 ASSERT_FALSE(bpf_program__autoload(skel->progs.test_2), "test_2 actual autoload"); in can_load_partial_object() 134 ASSERT_TRUE(bpf_program__autoload(skel->progs.foo), "foo actual autoload"); in autoload_and_shadow_vars() 135 ASSERT_FALSE(bpf_program__autoload(skel->progs.bar), "bar actual autoload"); in autoload_and_shadow_vars()
|
/linux/tools/testing/selftests/powerpc/dexcr/ |
H A D | lsdexcr.c | 77 bool actual = effective & DEXCR_PR_BIT(aspect->index); in print_aspect_config() local 78 bool expected = actual; /* Assume it's fine if we don't expect a specific set/clear value */ in print_aspect_config() 80 if (actual) in print_aspect_config() 125 if (actual != expected) in print_aspect_config() 126 printf(" : ! actual %s does not match config\n", aspect->name); in print_aspect_config()
|
/linux/lib/ |
H A D | test_uuid.c | 46 const char *data, const char *actual) in test_uuid_failed() argument 54 if (actual && *actual) in test_uuid_failed() 55 pr_err("%s test #%u actual data: '%s'\n", in test_uuid_failed() 58 actual); in test_uuid_failed()
|
/linux/Documentation/devicetree/bindings/clock/ti/ |
H A D | ti,divider-clock.yaml | 15 value programmed into the register is one less than the actual divisor value. 18 register value actual divisor value 27 register value actual divisor value 33 register value actual divisor value 43 register value actual divisor value
|
/linux/drivers/i2c/busses/ |
H A D | i2c-diolan-u2c.c | 99 int actual; in diolan_usb_transfer() local 107 dev->obuffer, dev->olen, &actual, in diolan_usb_transfer() 117 sizeof(dev->ibuffer), &actual, in diolan_usb_transfer() 127 if (ret == 0 && actual > 0) { in diolan_usb_transfer() 128 switch (dev->ibuffer[actual - 1]) { in diolan_usb_transfer() 142 ret = actual - 1; in diolan_usb_transfer() 203 int actual = 0; in diolan_flush_input() local 208 dev->ibuffer, sizeof(dev->ibuffer), &actual, in diolan_flush_input() 210 if (ret < 0 || actual == 0) in diolan_flush_input()
|
/linux/Documentation/ABI/removed/ |
H A D | sysfs-selinux-checkreqprot | 12 calls instead of the actual protection applied by the kernel. 18 actual protection), and Android and Linux distributions have been 23 check the actual protections being applied upon mmap/mprotect calls.
|
/linux/drivers/clk/tegra/ |
H A D | clk-tegra124.c | 173 { 12000000, 1000000000, 83, 1, 1, 0 }, /* actual: 996.0 MHz */ 174 { 13000000, 1000000000, 76, 1, 1, 0 }, /* actual: 988.0 MHz */ 175 { 16800000, 1000000000, 59, 1, 1, 0 }, /* actual: 991.2 MHz */ 176 { 19200000, 1000000000, 52, 1, 1, 0 }, /* actual: 998.4 MHz */ 177 { 26000000, 1000000000, 76, 2, 1, 0 }, /* actual: 988.0 MHz */ 208 { 13000000, 600000000, 92, 1, 2, 0 }, /* actual: 598.0 MHz */ 209 { 16800000, 600000000, 71, 1, 2, 0 }, /* actual: 596.4 MHz */ 210 { 19200000, 600000000, 62, 1, 2, 0 }, /* actual: 595.2 MHz */ 211 { 26000000, 600000000, 92, 2, 2, 0 }, /* actual: 598.0 MHz */ 262 { 13000000, 600000000, 92, 1, 2, 0 }, /* actual: 598.0 MHz */ [all …]
|
/linux/drivers/gpu/drm/msm/hdmi/ |
H A D | hdmi_bridge.c | 277 long actual, requested; in msm_hdmi_bridge_mode_valid() local 286 actual = kms->funcs->round_pixclk(kms, in msm_hdmi_bridge_mode_valid() 289 actual = clk_round_rate(hdmi->pwr_clks[0], requested); in msm_hdmi_bridge_mode_valid() 291 actual = requested; in msm_hdmi_bridge_mode_valid() 293 DBG("requested=%ld, actual=%ld", requested, actual); in msm_hdmi_bridge_mode_valid() 295 if (actual != requested) in msm_hdmi_bridge_mode_valid()
|