Searched refs:speed (Results 1 – 4 of 4) sorted by relevance
| /test/py/tests/ |
| A D | test_sf.py | 63 speed = env__sf_config.get('speed', 0) 64 if isinstance(speed, int): 65 sf_params['speed'] = speed 67 assert len(speed) == 2, "If speed is a list, it must have 2 entries" 68 sf_params['speed'] = random.randint(speed[0], speed[1])
|
| /test/dm/ |
| A D | spi.c | 25 const int busnum = 0, cs = 0, mode = 0, speed = 1000000, cs_b = 2; in dm_test_spi_find() local 57 ut_asserteq(-ENOENT, _spi_get_bus_and_cs(busnum, cs, speed, mode, in dm_test_spi_find() 68 ut_assertok(_spi_get_bus_and_cs(busnum, cs, speed, mode, in dm_test_spi_find() 77 ut_asserteq(-EINVAL, _spi_get_bus_and_cs(busnum, cs_b, speed, mode, in dm_test_spi_find() 119 ut_asserteq(slave_a->max_hz, bus_data->speed); in dm_test_spi_switch_slaves() 125 ut_asserteq(slave_b->max_hz, bus_data->speed); in dm_test_spi_switch_slaves() 131 ut_asserteq(slave_a->max_hz, bus_data->speed); in dm_test_spi_switch_slaves()
|
| A D | acpi_dp.c | 239 u64 speed[4]; in dm_test_acpi_dp_array() local 246 speed[0] = TEST_INT8; in dm_test_acpi_dp_array() 247 speed[1] = TEST_INT16; in dm_test_acpi_dp_array() 248 speed[2] = TEST_INT32; in dm_test_acpi_dp_array() 249 speed[3] = TEST_INT64; in dm_test_acpi_dp_array() 250 ut_assertnonnull(acpi_dp_add_integer_array(dp, "speeds", speed, in dm_test_acpi_dp_array() 251 ARRAY_SIZE(speed))); in dm_test_acpi_dp_array()
|
| /test/boot/files/ |
| A D | expo_layout.dts | 24 cpu-speed { 32 title = "CPU speed";
|
Completed in 22 milliseconds