Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_gpio-test.c27 #define GP_N_POL 0x08 /* Polarity */ macro
71 writel(GPIO(n) + GP_N_POL, 0x00000000); in gpio_reset()
167 writel(GPIO(0) + GP_N_POL, 0x6789abcd); in test_polarity()
168 g_assert_cmphex(readl(GPIO(0) + GP_N_POL), ==, 0x6789abcd); in test_polarity()
176 writel(GPIO(0) + GP_N_POL, 0xffffffff); in test_polarity()
200 writel(GPIO(0) + GP_N_POL, 0xffff0000); in test_input_mask()