Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dsdhci-test.c59 static void check_capab_baseclock(QSDHCI *s, uint8_t expec_freq) in check_capab_baseclock() argument
63 if (!expec_freq) { in check_capab_baseclock()
68 g_assert_cmpuint(capab_freq, ==, expec_freq); in check_capab_baseclock()