Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Dnpcm7xx_gpio-test.c30 #define GP_N_OTYP 0x14 macro
74 writel(GPIO(n) + GP_N_OTYP, 0x00000000); in gpio_reset()
147 writel(GPIO(0) + GP_N_OTYP, 0x456789ab); in test_open_drain()
152 g_assert_cmphex(readl(GPIO(0) + GP_N_OTYP), ==, 0x456789ab); in test_open_drain()
164 writel(GPIO(0) + GP_N_OTYP, 0x00000000); in test_polarity()
185 writel(GPIO(0) + GP_N_OTYP, 0xffffffff); in test_polarity()