Home
last modified time | relevance | path

Searched refs:test (Results 1 – 25 of 30) sorted by relevance

12

/drivers/clk/sophgo/
A Dclk-pll.c75 u32 test, val; in cv1800b_ipll_set_rate() local
99 test = 184 * (1 + mode) * (1 + ictrl) / 2; in cv1800b_ipll_set_rate()
100 if (test > 20 * div_sel && test < 35 * div_sel) { in cv1800b_ipll_set_rate()
231 u32 test = 184 * (1 + mode) * (1 + ictrl) / 2; in cv1800b_fpll_set_rate() local
233 if (test > 10 * div_sel && test <= 24 * div_sel) { in cv1800b_fpll_set_rate()
/drivers/ram/stm32mp1/
A DKconfig37 activate test support for interactive support in
38 STM32MP1 DDR controller driver: command test
A Dstm32mp1_tests.c1374 len = strlen(test[i].usage); in test_all()
1376 !strncmp("[size]", &test[i].usage[j], 6)) { in test_all()
1382 !strncmp("[loop]", &test[i].usage[j], 6)) { in test_all()
1387 !strncmp("[pattern]", &test[i].usage[j], in test_all()
1393 !strncmp("[addr]", &test[i].usage[j], 6)) { in test_all()
1398 printf("execute %d:%s\n", (int)i, test[i].name); in test_all()
1399 result = test[i].fct(ctl, phy, string, in test_all()
1401 printf("result %d:%s = ", (int)i, test[i].name); in test_all()
1430 const struct test_desc test[] = { variable
1503 const int test_nb = ARRAY_SIZE(test);
A Dstm32mp1_tests.h28 extern const struct test_desc test[];
A Dstm32mp1_interactive.c457 stm32mp1_ddr_subcmd(priv, argc, argv, test, test_nb); in stm32mp1_ddr_interactive()
/drivers/tee/optee/
A DKconfig30 Enables support for RPC test trusted application emulation, which
31 permits to test reverse RPC calls to TEE supplicant. Should
/drivers/fpga/
A Dzynqmppl.c80 u32 *test = (u32 *)buf; in check_header() local
86 pattern = load_word(&test[i], swap); in check_header()
101 &test[i], pattern, bin_format[i]); in check_header()
A Dzynqpl.c99 u32 *test = (u32 *)buf; in check_header() local
105 pattern = load_word(&test[i], swap); in check_header()
121 (u32)&test[i], pattern, bin_format[i]); in check_header()
/drivers/ram/aspeed/
A DKconfig24 bool "Bypass self test during initialization"
26 Say Y here to bypass DRAM self test to speed up the boot time.
/drivers/mailbox/
A DKconfig39 bool "Enable the sandbox mailbox test driver"
42 Enable support for a test mailbox implementation, which simply echos
/drivers/dma/
A DKconfig23 bool "Enable the sandbox DMA test driver"
26 Enable support for a test DMA uclass implementation. It stimulates
/drivers/mtd/ubi/
A Dpart.c98 .test = part_test_ubi,
/drivers/net/
A Dpic32_eth.h49 struct pic32_reg_atomic test; /* 0x270*/ member
A DKconfig70 This driver is used in for testing in test/dm/mdio.c
80 This driver is used for testing in test/dm/mdio.c
94 Ethernet device used as DSA master, to test DSA class code, including
345 This driver is particularly useful in the test/dm/eth.c tests
/drivers/power/domain/
A DKconfig94 bool "Enable the sandbox power domain test driver"
97 Enable support for a test power domain driver implementation, which
/drivers/misc/
A Dtest_drv.c100 DM_HEADER(<test.h>)
/drivers/firmware/arm-ffa/
A DKconfig36 FF-A sandbox is provided to run FF-A under sandbox and allows to test the FF-A Uclass.
/drivers/ram/mediatek/
A Dddr3-mt7629.c241 u32 start, test; in mtk_ddr3_rank_size_detect() local
257 test = readl(CFG_SYS_SDRAM_BASE + (WALKING_STEP << step)); in mtk_ddr3_rank_size_detect()
258 if ((test != ~WALKING_PATTERN) || test == start) in mtk_ddr3_rank_size_detect()
/drivers/adc/
A DKconfig30 bool "Enable Sandbox ADC test driver"
/drivers/reset/
A DKconfig16 bool "Enable the sandbox reset test driver"
19 Enable support for a test reset controller implementation, which
/drivers/remoteproc/
A DKconfig50 Say 'y' here to add support for test processor which does dummy
/drivers/rtc/
A DKconfig268 emulator and is used to test the RTC uclasses and associated code,
277 emulator and is used to test the RTC uclasses and associated code,
/drivers/spi/
A Dmxc_spi.c37 u32 test; member
/drivers/block/
A DKconfig106 For sandbox there is a test driver.
/drivers/clk/
A DKconfig188 Enable this option if you want to test the Linux kernel's Common

Completed in 54 milliseconds

12