Home
last modified time | relevance | path

Searched refs:HW_GPIO_BASE (Results 1 – 1 of 1) sorted by relevance

/arch/powerpc/platforms/embedded6xx/
Dwii.c39 #define HW_GPIO_BASE(idx) (idx * 0x20) macro
40 #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)