Searched refs:qtest_in (Results 1 – 1 of 1) sorted by relevance
1069 static uint32_t qtest_in(QTestState *s, const char *cmd, uint16_t addr) in qtest_in() function1086 return qtest_in(s, "inb", addr); in qtest_inb()1091 return qtest_in(s, "inw", addr); in qtest_inw()1096 return qtest_in(s, "inl", addr); in qtest_inl()