Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Dnpcm7xx_gpio-test.c33 #define GP_N_PD 0x20 /* Pull-down */ macro
76 writel(GPIO(n) + GP_N_PD, 0x00000000); in gpio_reset()
88 writel(GPIO(0) + GP_N_PD, 0x0000ffff); in test_dout_to_din()
107 writel(GPIO(0) + GP_N_PD, ~0x23456789U); in test_pullup_pulldown()
109 g_assert_cmphex(readl(GPIO(0) + GP_N_PD), ==, ~0x23456789U); in test_pullup_pulldown()
123 writel(GPIO(0) + GP_N_PD, 0xffffffff); in test_output_enable()
151 writel(GPIO(0) + GP_N_PD, 0x00ff00ff); in test_open_drain()
178 writel(GPIO(0) + GP_N_PD, ~0x789abcdeU); in test_polarity()
188 writel(GPIO(0) + GP_N_PD, 0x0000ffff); in test_polarity()