Searched refs:ASIC3_GPIO_TO_BASE (Results 1 – 2 of 2) sorted by relevance
74 #define ASIC3_GPIO_TO_BASE(gpio) (ASIC3_GPIO_A_BASE + (((gpio) >> 4) * 0x0100)) macro
448 gpio_base = ASIC3_GPIO_TO_BASE(offset); in asic3_gpio_direction()494 gpio_base = ASIC3_GPIO_TO_BASE(offset); in asic3_gpio_get()515 gpio_base = ASIC3_GPIO_TO_BASE(offset); in asic3_gpio_set()
Completed in 15 milliseconds