Searched refs:to2 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/sound/soc/sh/ |
H A D | hac.c | 102 unsigned int to1, to2, i; in hac_get_codec_data() local 112 for (to2 = TMO_E4; in hac_get_codec_data() 113 to2 && !(HACREG(HACRSR) & RSR_STDRY); in hac_get_codec_data() 114 --to2) in hac_get_codec_data() 117 if (!to1 && !to2) in hac_get_codec_data()
|
/openbmc/qemu/tests/qtest/ |
H A D | migration-test.c | 3291 QTestState *from, *to, *to2; in test_multifd_tcp_cancel() local 3326 if (test_migrate_start(&from, &to2, "defer", &args)) { in test_multifd_tcp_cancel() 3330 migrate_set_parameter_int(to2, "multifd-channels", 16); in test_multifd_tcp_cancel() 3332 migrate_set_capability(to2, "multifd", true); in test_multifd_tcp_cancel() 3335 migrate_incoming_qmp(to2, "tcp:127.0.0.1:0", "{}"); in test_multifd_tcp_cancel() 3341 migrate_qmp(from, to2, NULL, NULL, "{}"); in test_multifd_tcp_cancel() 3343 migrate_wait_for_dirty_mem(from, to2); in test_multifd_tcp_cancel() 3348 qtest_qmp_eventwait(to2, "RESUME"); in test_multifd_tcp_cancel() 3352 test_migrate_end(from, to2, true); in test_multifd_tcp_cancel()
|