| /linux/drivers/gpu/drm/amd/display/dc/hubp/dcn21/ |
| H A D | dcn21_hubp.c | 291 …DC_LOG_DEBUG("DML Validation | HUBPRET_CONTROL:DET_BUF_PLANE1_BASE_ADDRESS - Expected: %u Actual:… in hubp21_validate_dml_output() 294 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:DRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp21_validate_dml_output() 297 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:MRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp21_validate_dml_output() 300 …BUG("DML Validation | DCN_EXPANSION_MODE:DET_BUF_PLANE1_BASE_ADDRESS - Expected: %u Actual: %u\n", in hubp21_validate_dml_output() 303 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:CRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp21_validate_dml_output() 307 DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:CHUNK_SIZE - Expected: %u Actual: %u\n", in hubp21_validate_dml_output() 310 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:MIN_CHUNK_SIZE - Expected: %u Actual: %u\… in hubp21_validate_dml_output() 313 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:META_CHUNK_SIZE - Expected: %u Actual: %u… in hubp21_validate_dml_output() 316 …DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:MIN_META_CHUNK_SIZE - Expected: %u Actual: %u\n", in hubp21_validate_dml_output() 319 …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 | 235 #define ASSERT_TRUE(actual, name) ({ \ argument 237 bool ___ok = (actual); \ 242 #define ASSERT_FALSE(actual, name) ({ \ argument 244 bool ___ok = !(actual); \ 249 #define ASSERT_EQ(actual, expected, name) ({ \ argument 251 typeof(actual) ___act = (actual); \ 255 "unexpected %s: actual %lld != expected %lld\n", \ 260 #define ASSERT_NEQ(actual, expected, name) ({ \ argument 262 typeof(actual) ___act = (actual); \ 266 "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 | 1407 …DC_LOG_DEBUG("DML Validation | HUBPRET_CONTROL:DET_BUF_PLANE1_BASE_ADDRESS - Expected: %u Actual:… in hubp2_validate_dml_output() 1410 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:DRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp2_validate_dml_output() 1413 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:MRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp2_validate_dml_output() 1416 …BUG("DML Validation | DCN_EXPANSION_MODE:DET_BUF_PLANE1_BASE_ADDRESS - Expected: %u Actual: %u\n", in hubp2_validate_dml_output() 1419 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:CRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp2_validate_dml_output() 1423 DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:CHUNK_SIZE - Expected: %u Actual: %u\n", in hubp2_validate_dml_output() 1426 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:MIN_CHUNK_SIZE - Expected: %u Actual: %u\… in hubp2_validate_dml_output() 1429 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:META_CHUNK_SIZE - Expected: %u Actual: %u… in hubp2_validate_dml_output() 1432 …DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:MIN_META_CHUNK_SIZE - Expected: %u Actual: %u\n", in hubp2_validate_dml_output() 1435 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:DPTE_GROUP_SIZE - Expected: %u Actual: %u… in hubp2_validate_dml_output() [all …]
|
| /linux/include/linux/ |
| H A D | bcm963xx_nvram.h | 76 * @actual_out: optional pointer to store actual checksum value 85 u32 expected, actual; in bcm963xx_nvram_checksum() local 97 actual = crc32_le(~0, nvram, len - sizeof(u32)); in bcm963xx_nvram_checksum() 98 actual = crc32_le(actual, &zero, sizeof(u32)); in bcm963xx_nvram_checksum() 104 *actual_out = actual; in bcm963xx_nvram_checksum() 106 return expected == actual ? 0 : -EINVAL; in bcm963xx_nvram_checksum()
|
| H A D | instrumented.h | 23 * before the actual read happens. 37 * before the actual write happens. 51 * before the actual write happens. 78 * before the actual read happens. 93 * before the actual write happens. 108 * inserted before the actual write happens.
|
| /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/drivers/hwtracing/coresight/ |
| H A D | coresight-tmc-core.c | 161 ssize_t actual = len; in tmc_get_resvbuf_trace() local 164 if (pos + actual > rbuf->len) in tmc_get_resvbuf_trace() 165 actual = rbuf->len - pos; in tmc_get_resvbuf_trace() 166 if (actual <= 0) in tmc_get_resvbuf_trace() 175 actual = (actual < (rbuf->size - offset)) ? in tmc_get_resvbuf_trace() 176 actual : rbuf->size - offset; in tmc_get_resvbuf_trace() 180 return actual; in tmc_get_resvbuf_trace() 309 ssize_t actual; in tmc_read() local 312 actual = tmc_get_sysfs_trace(drvdata, *ppos, len, &bufp); in tmc_read() 313 if (actual <= 0) in tmc_read() [all …]
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | renesas_usbf.c | 566 left = req->req.length - req->req.actual; in usbf_ep0_pio_in() 576 if ((req->req.actual % ep0->ep.maxpacket) == 0) { in usbf_ep0_pio_in() 592 buf += req->req.actual; in usbf_ep0_pio_in() 598 req->req.actual += (nb * sizeof(u32)); in usbf_ep0_pio_in() 607 req->req.actual += left; in usbf_ep0_pio_in() 612 req->req.actual, req->req.length); in usbf_ep0_pio_in() 632 buf += req->req.actual; in usbf_ep0_pio_out() 634 left = req->req.length - req->req.actual; in usbf_ep0_pio_out() 652 req->req.actual += (nb * sizeof(u32)); in usbf_ep0_pio_out() 658 req->req.actual += count; in usbf_ep0_pio_out() [all …]
|
| H A D | aspeed_udc.c | 287 req, req->req.actual, req->req.length, in ast_udc_done() 535 last = req->req.length - req->req.actual; in ast_udc_epn_kick() 541 ast_ep_write(ep, req->req.dma + req->req.actual, AST_UDC_EP_DMA_BUFF); in ast_udc_epn_kick() 558 last = req->req.length - req->req.actual; in ast_udc_epn_kick_desc() 563 "dma", req->req.dma + req->req.actual, in ast_udc_epn_kick_desc() 564 req->req.actual, req->req.length, in ast_udc_epn_kick_desc() 567 if (!ast_dma_descriptor_setup(ep, req->req.dma + req->req.actual, in ast_udc_epn_kick_desc() 589 last = req->req.length - req->req.actual; in ast_udc_ep0_queue() 592 ast_udc_write(udc, req->req.dma + req->req.actual, in ast_udc_ep0_queue() 599 "dma", req->req.dma + req->req.actual, in ast_udc_ep0_queue() [all …]
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | nested_tsc_scaling_test.c | 33 * This function checks whether the "actual" TSC frequency of a guest matches 35 * measurements, a difference of 1% between the actual and the expected value 38 static void compare_tsc_freq(uint64_t actual, uint64_t expected) in compare_tsc_freq() argument 46 TEST_ASSERT(thresh_low < actual, in compare_tsc_freq() 49 thresh_low, thresh_high, actual); in compare_tsc_freq() 50 TEST_ASSERT(thresh_high > actual, in compare_tsc_freq() 53 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/drivers/gpu/drm/i915/display/ |
| H A D | intel_cdclk.c | 61 * are two main clocks involved that aren't directly related to the actual 62 * pixel clock or any symbol/bit clock of the actual output port. These 132 * Actual configuration of cdclk, can be different from the 135 struct intel_cdclk_config actual; member 600 * Specs are full of misinformation, but testing on actual in vlv_calc_voltage_level() 2688 if (!intel_cdclk_changed(&old_cdclk_state->actual, in intel_cdclk_pcode_pre_notify() 2689 &new_cdclk_state->actual) && in intel_cdclk_pcode_pre_notify() 2697 change_cdclk = new_cdclk_state->actual.cdclk != old_cdclk_state->actual.cdclk; in intel_cdclk_pcode_pre_notify() 2708 cdclk = max(new_cdclk_state->actual.cdclk, old_cdclk_state->actual.cdclk); in intel_cdclk_pcode_pre_notify() 2734 voltage_level = new_cdclk_state->actual.voltage_level; in intel_cdclk_pcode_post_notify() [all …]
|
| /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/tools/testing/selftests/mm/ |
| H A D | hugetlb_reparenting_test.sh | 72 local actual 77 actual="$(cat "$actual_path")" 79 if [[ $actual -ge $(($expected - $tolerance)) ]] && 80 [[ $actual -le $(($expected + $tolerance)) ]]; then 88 echo "actual = $((${actual%% *} / 1024 / 1024)) MB"
|
| /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/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/tools/testing/selftests/ftrace/test.d/trigger/ |
| H A D | trigger-hist-expressions.tc | 24 actual=`grep -o 'x=[[:digit:]]*' $trigger | awk -F= '{ print $2 }'` 26 if [ $actual != $3 ]; then 27 … fail "Failed hist trigger expression evaluation: Expression: $2 Expected: $3, Actual: $actual"
|
| /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/arch/s390/include/asm/ |
| H A D | debug.h | 149 * (if level <= actual debug level) 170 * (if level <= actual debug level) 192 * (if level <= actual debug level) 214 * debug area (if level <= actual debug level) 243 * (if level $<=$ actual debug level). 272 * (if level <= actual debug level) 294 * (if level <= actual debug level) 317 * (if level <= actual debug level) 340 * debug area (if level <= actual debug level) 372 * (if level <= actual debug level)
|
| /linux/drivers/net/hamradio/ |
| H A D | 6pack.c | 135 int actual, when = sp->slottime; in sp_xmit_on_air() local 144 actual = sp->tty->ops->write(sp->tty, sp->xbuff, sp->status2); in sp_xmit_on_air() 145 sp->xleft -= actual; in sp_xmit_on_air() 146 sp->xhead += actual; in sp_xmit_on_air() 160 int actual, count; in sp_encaps() local 211 actual = sp->tty->ops->write(sp->tty, sp->xbuff, count); in sp_encaps() 212 sp->xleft = count - actual; in sp_encaps() 213 sp->xhead = sp->xbuff + actual; in sp_encaps() 361 int actual; in sixpack_write_wakeup() local 376 actual = tty->ops->write(tty, sp->xhead, sp->xleft); in sixpack_write_wakeup() [all …]
|
| /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/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/Documentation/ABI/stable/ |
| H A D | sysfs-devices-system-cpu | 29 identifier (rather than the kernel's). The actual value is 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
|