Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Dnpcm7xx_gpio-test.c28 #define GP_N_DOUT 0x0c /* Data OUT */ macro
72 writel(GPIO(n) + GP_N_DOUT, 0x00000000); in gpio_reset()
89 writel(GPIO(0) + GP_N_DOUT, 0x12345678); in test_dout_to_din()
105 writel(GPIO(0) + GP_N_DOUT, 0xffff0000); in test_pullup_pulldown()
121 writel(GPIO(0) + GP_N_DOUT, 0xffffffff); in test_output_enable()
149 writel(GPIO(0) + GP_N_DOUT, 0xffff0000); in test_open_drain()
166 writel(GPIO(0) + GP_N_DOUT, 0x56789abc); in test_polarity()
189 writel(GPIO(0) + GP_N_DOUT, 0xff00ff00); in test_polarity()
199 writel(GPIO(0) + GP_N_DOUT, 0xff00ff00); in test_input_mask()
209 writel(GPIO(0) + GP_N_DOUT, 0x98765432); in test_temp_lock()
[all …]