Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 25 of 72) sorted by relevance

123

/drivers/gpu/drm/ast/
Dast_i2c.c65 uint32_t val, val2, count, pass; in ast_i2c_getsda() local
68 pass = 0; in ast_i2c_getsda()
73 pass++; in ast_i2c_getsda()
75 pass = 0; in ast_i2c_getsda()
78 } while ((pass < 5) && (count++ < 0x10000)); in ast_i2c_getsda()
87 uint32_t val, val2, count, pass; in ast_i2c_getscl() local
90 pass = 0; in ast_i2c_getscl()
95 pass++; in ast_i2c_getscl()
97 pass = 0; in ast_i2c_getscl()
100 } while ((pass < 5) && (count++ < 0x10000)); in ast_i2c_getscl()
Dast_post.c679 u16 pass[32][2][2]; in finetuneDQSI() local
693 pass[dqidly][0][0] = 0xff; in finetuneDQSI()
694 pass[dqidly][0][1] = 0x0; in finetuneDQSI()
695 pass[dqidly][1][0] = 0xff; in finetuneDQSI()
696 pass[dqidly][1][1] = 0x0; in finetuneDQSI()
713 if (dlli < pass[dqidly][dqsip][0]) in finetuneDQSI()
714 pass[dqidly][dqsip][0] = (u16) dlli; in finetuneDQSI()
715 if (dlli > pass[dqidly][dqsip][1]) in finetuneDQSI()
716 pass[dqidly][dqsip][1] = (u16) dlli; in finetuneDQSI()
720 pass[dqidly][dqsip][0] = 0xff; in finetuneDQSI()
[all …]
/drivers/gpu/drm/i915/gt/
Dselftest_context.c199 int pass; in __live_active_context() local
234 for (pass = 0; pass <= 2; pass++) { in __live_active_context()
252 engine->name, pass); in __live_active_context()
358 int pass; in __live_remote_context() local
393 for (pass = 0; pass <= 2; pass++) { in __live_remote_context()
404 engine->name, pass); in __live_remote_context()
Dselftest_ring_submission.c106 int pass; in mixed_contexts_sync() local
109 for (pass = 0; pass < 2; pass++) { in mixed_contexts_sync()
115 pass); in mixed_contexts_sync()
126 pass); in mixed_contexts_sync()
137 pass); in mixed_contexts_sync()
Dselftest_rc6.c205 int pass; in live_rc6_ctx_wa() local
207 for (pass = 0; pass < 2; pass++) { in live_rc6_ctx_wa()
Dselftest_migrate.c850 int pass; in __perf_clear_blt() local
853 for (pass = 0; pass < ARRAY_SIZE(t); pass++) { in __perf_clear_blt()
870 t[pass] = ktime_sub(t1, t0); in __perf_clear_blt()
929 int pass; in __perf_copy_blt() local
932 for (pass = 0; pass < ARRAY_SIZE(t); pass++) { in __perf_copy_blt()
953 t[pass] = ktime_sub(t1, t0); in __perf_copy_blt()
/drivers/pcmcia/
Dcardbus.c70 unsigned int max, pass; in cb_alloc() local
78 for (pass = 0; pass < 2; pass++) in cb_alloc()
80 max = pci_scan_bridge(bus, dev, max, pass); in cb_alloc()
/drivers/nvmem/
Dlan9662-otpc.c84 u32 pass; in lan9662_otp_read_byte() local
92 pass = readl(OTP_OTP_PASS_FAIL(otp->base)); in lan9662_otp_read_byte()
93 if (pass & OTP_OTP_PASS_FAIL_OTP_READ_PROHIBITED) in lan9662_otp_read_byte()
102 u32 pass; in lan9662_otp_write_byte() local
113 pass = readl(OTP_OTP_PASS_FAIL(otp->base)); in lan9662_otp_write_byte()
114 if (pass & OTP_OTP_PASS_FAIL_OTP_WRITE_PROHIBITED) in lan9662_otp_write_byte()
116 if (pass & OTP_OTP_PASS_FAIL_OTP_FAIL) in lan9662_otp_write_byte()
/drivers/dma-buf/
Dst-dma-fence.c461 unsigned long pass = 0; in thread_signal_callback() local
506 t->id, pass, miss, in thread_signal_callback()
519 pass++; in thread_signal_callback()
523 __func__, t->id, pass, miss); in thread_signal_callback()
531 int pass; in race_signal_callback() local
533 for (pass = 0; !ret && pass <= 1; pass++) { in race_signal_callback()
540 t[i].before = pass; in race_signal_callback()
/drivers/cxl/
Dsecurity.c107 memcpy(dis_pass.pass, key_data->data, NVDIMM_PASSPHRASE_LEN); in __cxl_pmem_security_disable()
148 u8 pass[NVDIMM_PASSPHRASE_LEN]; in cxl_pmem_security_unlock() local
152 memcpy(pass, key_data->data, NVDIMM_PASSPHRASE_LEN); in cxl_pmem_security_unlock()
156 .payload_in = pass, in cxl_pmem_security_unlock()
181 memcpy(erase.pass, key->data, NVDIMM_PASSPHRASE_LEN); in cxl_pmem_security_passphrase_erase()
/drivers/spi/
Dspi-aspeed-smc.c905 bool pass; in aspeed_spi_calibrate() local
912 pass = aspeed_spi_check_reads(chip, golden_buf, test_buf); in aspeed_spi_calibrate()
916 pass ? "PASS" : "FAIL"); in aspeed_spi_calibrate()
917 if (pass) { in aspeed_spi_calibrate()
1062 bool pass = false; in aspeed_spi_ast2600_calibrate() local
1069 pass = aspeed_spi_check_reads(chip, golden_buf, test_buf); in aspeed_spi_ast2600_calibrate()
1072 fread_timing_val, hcycle, pass ? "PASS" : "FAIL"); in aspeed_spi_ast2600_calibrate()
1073 if (pass) in aspeed_spi_ast2600_calibrate()
1085 pass = aspeed_spi_check_reads(chip, golden_buf, test_buf); in aspeed_spi_ast2600_calibrate()
1089 (delay_ns + 1) & 1 ? 5 : 5, pass ? "PASS" : "FAIL"); in aspeed_spi_ast2600_calibrate()
[all …]
/drivers/infiniband/hw/qib/
Dqib_qsfp.c51 int ret, cnt, pass = 0; in qsfp_read() local
108 if (ret && cnt == 0 && ++pass < QSFP_MAX_RETRY) in qsfp_read()
138 if (pass >= QSFP_MAX_RETRY && ret) in qsfp_read()
140 else if (pass) in qsfp_read()
141 qib_dev_porterr(dd, ppd->port, "QSFP retries: %d\n", pass); in qsfp_read()
/drivers/of/unittest-data/
Dtests-phandle.dtsi40 phandle-map-pass-thru = <0x0 0xf0>;
47 phandle-map-pass-thru = <0x0 0xf0>;
/drivers/pci/hotplug/
Dacpiphp_glue.c502 int max, pass; in enable_slot() local
506 for (pass = 0; pass < 2; pass++) { in enable_slot()
511 max = pci_scan_bridge(bus, dev, max, pass); in enable_slot()
512 if (pass && dev->subordinate) { in enable_slot()
/drivers/gpu/drm/i915/selftests/
Di915_syncmap.c274 unsigned int pass, order; in igt_syncmap_join_above() local
295 for (pass = 0; pass < 3; pass++) { in igt_syncmap_join_above()
/drivers/infiniband/hw/bnxt_re/
Dqplib_fp.h354 #define CQE_CMP_VALID(hdr, pass) \ argument
356 !((pass) & BNXT_QPLIB_FLAG_EPOCH_CONS_MASK))
461 #define NQE_CMP_VALID(hdr, pass) \ argument
463 !((pass) & BNXT_QPLIB_FLAG_EPOCH_CONS_MASK))
Dqplib_rcfw.h144 #define CREQ_CMP_VALID(hdr, pass) \ argument
146 !((pass) & BNXT_QPLIB_FLAG_EPOCH_CONS_MASK))
/drivers/staging/media/tegra-video/
DTODO5 * Make sure v4l2-compliance tests pass with all of the above implementations.
/drivers/scsi/
Dscsi_scan.c649 int pass, count, result, resid; in scsi_probe_lun() local
663 pass = 1; in scsi_probe_lun()
668 pass, try_inquiry_len)); in scsi_probe_lun()
735 if (pass == 1) { in scsi_probe_lun()
756 pass = 2; in scsi_probe_lun()
761 } else if (pass == 2) { in scsi_probe_lun()
770 pass = 3; in scsi_probe_lun()
/drivers/net/ethernet/xircom/
Dxirc2ps_cs.c651 int *pass = priv_data; in xirc2ps_config_check() local
654 tmp += (*pass ? (p_dev->config_index & 0x20 ? -24 : 8) in xirc2ps_config_check()
765 int pass; in xirc2ps_config() local
779 for (pass=0; pass < 2; pass++) in xirc2ps_config()
781 &pass)) in xirc2ps_config()
/drivers/iommu/
Dio-pgtable-arm.c458 int i, j, pass = 0, fail = 0; in arm_lpae_do_selftests() local
479 pass++; in arm_lpae_do_selftests()
483 pr_info("selftest: completed with %d PASS %d FAIL\n", pass, fail); in arm_lpae_do_selftests()
/drivers/media/usb/dvb-usb/
Dm920x.c403 int i, pass, ret = 0; in m920x_firmware_download() local
423 for (pass = 0; pass < 2; pass++) { in m920x_firmware_download()
434 if (pass == 1) { in m920x_firmware_download()
/drivers/of/
Dbase.c1348 const __be32 *map, *mask, *pass; in of_parse_phandle_with_args_map() local
1443 pass = of_get_property(cur, pass_name, NULL); in of_parse_phandle_with_args_map()
1444 if (!pass) in of_parse_phandle_with_args_map()
1445 pass = dummy_pass; in of_parse_phandle_with_args_map()
1457 val &= ~pass[i]; in of_parse_phandle_with_args_map()
1458 val |= cpu_to_be32(out_args->args[i]) & pass[i]; in of_parse_phandle_with_args_map()
/drivers/infiniband/ulp/rtrs/
DKconfig26 requests received from the RTRS client module, it will pass the
/drivers/net/pcs/
DKconfig34 pass-through mode for MII.

123