Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_gpio-test.c44 #define GP_N_EVST 0x4c /* Event Status */ macro
70 writel(GPIO(n) + GP_N_EVST, 0xffffffff); in gpio_reset()
243 writel(GPIO(0) + GP_N_EVST, 0xffffffff); in test_events_level()
250 writel(GPIO(0) + GP_N_EVST, 0x00007654); in test_events_level()
253 writel(GPIO(0) + GP_N_EVST, 0xba980000); in test_events_level()
266 writel(GPIO(0) + GP_N_EVST, 0xffffffff); in test_events_rising_edge()
276 writel(GPIO(0) + GP_N_EVST, 0x0000f000); in test_events_rising_edge()
279 writel(GPIO(0) + GP_N_EVST, 0x00ff0f00); in test_events_rising_edge()
292 writel(GPIO(0) + GP_N_EVST, 0xffffffff); in test_events_both_edges()
302 writel(GPIO(0) + GP_N_EVST, 0x0000f000); in test_events_both_edges()
[all …]