Searched refs:HW_GPIO_BASE (Results 1 – 1 of 1) sorted by relevance
44 #define HW_GPIO_BASE(idx) (idx * 0x20) macro45 #define HW_GPIO_OUT(idx) (HW_GPIO_BASE(idx) + 0)46 #define HW_GPIO_DIR(idx) (HW_GPIO_BASE(idx) + 4)