Home
last modified time | relevance | path

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

/linux/drivers/irqchip/
H A Dqcom-pdc.c43 u32 parent_base; member
47 #define pin_to_hwirq(r, p) ((r)->parent_base + (p) - (r)->pin_base)
335 &pdc_region[n].parent_base); in pdc_setup_pin_mapping()
/linux/drivers/gpio/
H A Dgpio-uniphier.c223 u32 base, parent_base, size; in uniphier_gpio_irq_get_parent_hwirq() local
234 parent_base = be32_to_cpu(*range++); in uniphier_gpio_irq_get_parent_hwirq()
238 return hwirq - base + parent_base; in uniphier_gpio_irq_get_parent_hwirq()