Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Datmel_pio4.h66 #define ATMEL_GET_PIN_NO(pinfunc) ((pinfunc) & 0xff) macro
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl-at91-pio4.c133 offset = ATMEL_GET_PIN_NO(cells[i]); in atmel_pinctrl_set_state()
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-at91-pio4.c72 #define ATMEL_GET_PIN_NO(pinfunc) ((pinfunc) & 0xff) macro
532 pin_id = ATMEL_GET_PIN_NO(pinfunc); in atmel_pctl_xlate_pinfunc()