Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-pxa/
H A Dmfp-pxa2xx.c123 int gpio = mfp_to_gpio(mfp); in __mfp_validate()
177 if (gpio > mfp_to_gpio(MFP_PIN_GPIO127)) in gpio_set_wake()
/openbmc/linux/include/linux/soc/pxa/
H A Dmfp.h14 #define mfp_to_gpio(m) ((m) % 256) macro