Home
last modified time | relevance | path

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

/arch/cris/include/asm/
Detraxgpio.h226 unsigned int gpiopin; /* The pin number based on the opened device */ member
/arch/blackfin/kernel/
Dbfin_gpio.c333 u16 pin, gpiopin, pfunc; in portmux_group_check() local
339 gpiopin = gpio_bank(ident) * GPIO_BANKSIZE + pin; in portmux_group_check()
340 if (gpiopin == ident) in portmux_group_check()
342 if (!is_reserved(peri, gpiopin, 1)) in portmux_group_check()
349 ident, function, gpiopin, pfunc); in portmux_group_check()