Searched refs:GPIO_REG (Results 1 – 1 of 1) sorted by relevance
29 #define GPIO_REG(pin, reg) (GPIO_BANK_SIZE * GPIO_BANK(pin) + (reg)) macro79 u32 offset = GPIO_REG(gpio, reg); in iproc_gpio_set_bit()89 u32 offset = GPIO_REG(gpio, reg); in iproc_gpio_get_bit()
Completed in 3 milliseconds