Home
last modified time | relevance | path

Searched refs:AB8500_INT_GPIO6F (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/mfd/abx500/
H A Dab8500.h135 #define AB8500_INT_GPIO6F 56 /* not 8505/9540 */ macro
/openbmc/linux/drivers/pinctrl/nomadik/
H A Dpinctrl-ab8505.c372 .irq_gpio_falling_offset = AB8500_INT_GPIO6F,
H A Dpinctrl-ab8500.c476 .irq_gpio_falling_offset = AB8500_INT_GPIO6F,
/openbmc/linux/drivers/mfd/
H A Dab8500-core.c480 if (line >= AB8500_INT_GPIO6F && line <= AB8500_INT_GPIO41F) in ab8500_handle_hierarchical_line()