Lines Matching refs:GP_N_OE
29 #define GP_N_OE 0x10 /* Output Enable */ macro
73 writel(GPIO(n) + GP_N_OE, 0x00000000); in gpio_reset()
85 writel(GPIO(0) + GP_N_OE, 0xffffffff); in test_dout_to_din()
103 writel(GPIO(0) + GP_N_OE, 0x00000000); in test_pullup_pulldown()
124 writel(GPIO(0) + GP_N_OE, 0x3456789a); in test_output_enable()
125 g_assert_cmphex(readl(GPIO(0) + GP_N_OE), ==, 0x3456789a); in test_output_enable()
129 g_assert_cmphex(readl(GPIO(0) + GP_N_OE), ==, 0x34547898); in test_output_enable()
133 g_assert_cmphex(readl(GPIO(0) + GP_N_OE), ==, 0x3454f899); in test_output_enable()
148 writel(GPIO(0) + GP_N_OE, 0xf0f0f0f0); in test_open_drain()
165 writel(GPIO(0) + GP_N_OE, 0xffffffff); in test_polarity()
175 writel(GPIO(0) + GP_N_OE, 0x00000000); in test_polarity()
186 writel(GPIO(0) + GP_N_OE, 0xffffffff); in test_polarity()
198 writel(GPIO(0) + GP_N_OE, 0xffffffff); in test_input_mask()
242 writel(GPIO(0) + GP_N_OE, 0xffffffff); in test_events_level()
265 writel(GPIO(0) + GP_N_OE, 0xffffffff); in test_events_rising_edge()
291 writel(GPIO(0) + GP_N_OE, 0xffffffff); in test_events_both_edges()
318 writel(GPIO(n) + GP_N_OE, 0xffffffff); in test_gpion_irq()