Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/
H A Dgpio.c14 return readl(gpio_regs + GPIO_PXPIN(port)) & BIT(pin); in jz47xx_gpio_get_value()
/openbmc/u-boot/arch/mips/mach-jz47xx/include/mach/
H A Djz4780.h36 #define GPIO_PXPIN(n) (0x00 + (n) * 0x100) macro