Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dzylonite_pxa300.c278 gpio_debug_led1 = EXT_GPIO(25); in zylonite_pxa300_init()
279 gpio_debug_led2 = EXT_GPIO(26); in zylonite_pxa300_init()
H A Dzylonite.h7 #define EXT_GPIO(x) (128 + (x)) macro