Searched refs:HW_GPIO_BASE (Results 1 - 1 of 1) sorted by last modified time

/linux-master/arch/powerpc/platforms/embedded6xx/
H A Dwii.c37 #define HW_GPIO_BASE(idx) (idx * 0x20) macro
38 #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)

Completed in 159 milliseconds