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