Searched refs:HW_GPIO_BASE (Results 1 – 1 of 1) sorted by relevance
39 #define HW_GPIO_BASE(idx) (idx * 0x20) macro40 #define HW_GPIO_OUT(idx) (HW_GPIO_BASE(idx) + 0)41 #define HW_GPIO_DIR(idx) (HW_GPIO_BASE(idx) + 4)42 #define HW_GPIO_OWNER (HW_GPIO_BASE(1) + 0x1c)