Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_smbus-test.c115 #define CTL1_STOP BIT(1) macro
231 ctl1 |= CTL1_STOP | CTL1_INTEN | CTL1_EOBINTE; in stop_transfer()
234 g_assert_false(ctl1 & CTL1_STOP); in stop_transfer()
310 ctl1 &= ~(CTL1_START | CTL1_STOP); in send_nack()