Home
last modified time | relevance | path

Searched refs:PM8XXX_GPIO_PHYSICAL_OFFSET (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/pinctrl/qcom/
H A Dpinctrl-ssbi-gpio.c50 #define PM8XXX_GPIO_PHYSICAL_OFFSET 1 macro
532 return gpio_desc->args[0] - PM8XXX_GPIO_PHYSICAL_OFFSET; in pm8xxx_gpio_of_xlate()
562 seq_printf(s, " gpio%-2d:", offset + PM8XXX_GPIO_PHYSICAL_OFFSET); in pm8xxx_gpio_dbg_show_one()
674 *hwirq = fwspec->param[0] - PM8XXX_GPIO_PHYSICAL_OFFSET; in pm8xxx_domain_translate()
683 return offset + PM8XXX_GPIO_PHYSICAL_OFFSET; in pm8xxx_child_offset_to_irq()
/kernel/linux/linux-6.6/drivers/pinctrl/qcom/
H A Dpinctrl-ssbi-gpio.c52 #define PM8XXX_GPIO_PHYSICAL_OFFSET 1 macro
534 return gpio_desc->args[0] - PM8XXX_GPIO_PHYSICAL_OFFSET; in pm8xxx_gpio_of_xlate()
563 seq_printf(s, " gpio%-2d:", offset + PM8XXX_GPIO_PHYSICAL_OFFSET); in pm8xxx_gpio_dbg_show_one()
693 *hwirq = fwspec->param[0] - PM8XXX_GPIO_PHYSICAL_OFFSET; in pm8xxx_domain_translate()
702 return offset + PM8XXX_GPIO_PHYSICAL_OFFSET; in pm8xxx_child_offset_to_irq()

Completed in 3 milliseconds