Searched defs:gpio2 (Results 1 - 1 of 1) sorted by relevance

/arch/mips/include/asm/mach-au1x00/
H A Dgpio-au1000.h348 static inline void __alchemy_gpio2_mod_int(int gpio2, int en) argument
353 r |= 1 << gpio2;
355 r &= ~(1 << gpio2);
362 * @gpio2: The GPIO2 pin to activate (200...215).
379 * NOTE: 'gpio2' parameter must be in range of the GPIO2 numberspace
382 static inline void alchemy_gpio2_enable_int(int gpio2) argument
386 gpio2 -= ALCHEMY_GPIO2_BASE;
392 gpio2 -= 8;
396 __alchemy_gpio2_mod_int(gpio2, 1);
402 * @gpio2
406 alchemy_gpio2_disable_int(int gpio2) argument
[all...]

Completed in 86 milliseconds