Searched refs:GPIO_PXPIN (Results 1 – 2 of 2) sorted by relevance
14 return readl(gpio_regs + GPIO_PXPIN(port)) & BIT(pin); in jz47xx_gpio_get_value()
36 #define GPIO_PXPIN(n) (0x00 + (n) * 0x100) macro