Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_adc-test.c51 #define CON_EN BIT(17) macro
219 CON_EN | CON_CONV); in test_convert_internal()
222 CON_REFSEL | CON_EN); in test_convert_internal()
249 adc_write_con(qts, adc, CON_MUX(index) | CON_INT | CON_EN | in test_convert_external()
253 CON_MUX(index) | CON_EN); in test_convert_external()
279 | CON_EN | CON_CONV); in test_interrupt()
282 | CON_REFSEL | CON_INT | CON_EN); in test_interrupt()
299 adc_write_con(qts, adc, CON_INT | CON_EN | CON_RST | CON_DIV(div)); in test_reset()
302 g_assert_false(adc_read_con(qts, adc) & CON_EN); in test_reset()
342 CON_EN | CON_CONV); in test_calibrate()
[all …]