Home
last modified time | relevance | path

Searched refs:to2 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/soc/sh/
H A Dhac.c102 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 Dmigration-test.c2783 QTestState *from, *to, *to2; in test_multifd_tcp_cancel() local
2821 if (test_migrate_start(&from, &to2, "defer", &args)) { in test_multifd_tcp_cancel()
2825 migrate_set_parameter_int(to2, "multifd-channels", 16); in test_multifd_tcp_cancel()
2827 migrate_set_capability(to2, "multifd", true); in test_multifd_tcp_cancel()
2830 migrate_incoming_qmp(to2, "tcp:127.0.0.1:0", "{}"); in test_multifd_tcp_cancel()
2833 uri = migrate_get_socket_address(to2, "socket-address"); in test_multifd_tcp_cancel()
2841 migrate_wait_for_dirty_mem(from, to2); in test_multifd_tcp_cancel()
2848 qtest_qmp_eventwait(to2, "RESUME"); in test_multifd_tcp_cancel()
2852 test_migrate_end(from, to2, true); in test_multifd_tcp_cancel()