Searched refs:GPIO_DIR (Results 1 – 2 of 2) sorted by relevance
16 writel(readl(GPIO_DIR(m)) & (~(1 << n)), GPIO_DIR(m)); in gpio_config()18 writel(readl(GPIO_DIR(m)) | (1 << n), GPIO_DIR(m)); in gpio_config()
51 #define GPIO_DIR(m) (0x400F6000 + ((m) * 4)) // 1 = output, 0 = input macro
Completed in 3 milliseconds