Home
last modified time | relevance | path

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

/openbmc/linux/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()