Home
last modified time | relevance | path

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

/linux-2.6.39/arch/cris/include/asm/
Detraxgpio.h226 unsigned int gpiopin; /* The pin number based on the opened device */ member
/linux-2.6.39/arch/blackfin/kernel/
Dbfin_gpio.c328 u16 pin, gpiopin, pfunc; in portmux_group_check() local
334 gpiopin = gpio_bank(ident) * GPIO_BANKSIZE + pin; in portmux_group_check()
335 if (gpiopin == ident) in portmux_group_check()
337 if (!is_reserved(peri, gpiopin, 1)) in portmux_group_check()
344 ident, function, gpiopin, pfunc); in portmux_group_check()