Searched refs:gpp_offset (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/intel/ |
H A D | pinctrl-intel.c | 148 unsigned int gpp, offset, gpp_offset; in intel_pad_owned_by_host() local 161 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_owned_by_host() 162 gpp = PADOWN_GPP(gpp_offset); in intel_pad_owned_by_host() 166 return !(readl(padown) & PADOWN_MASK(gpp_offset)); in intel_pad_owned_by_host() 173 unsigned int offset, gpp_offset; in intel_pad_acpi_mode() local 186 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_acpi_mode() 190 return !(readl(hostown) & BIT(gpp_offset)); in intel_pad_acpi_mode() 216 unsigned int offset, gpp_offset; in intel_pad_locked() local 230 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_locked() 239 if (value & BIT(gpp_offset)) in intel_pad_locked() 1025 unsigned int gpp, gpp_offset, is_offset; intel_gpio_irq_ack() local 1047 unsigned int gpp, gpp_offset; intel_gpio_irq_mask_unmask() local 1164 unsigned long pending, enabled, gpp_offset; intel_gpio_community_irq_handler() local [all...] |
/kernel/linux/linux-6.6/drivers/pinctrl/intel/ |
H A D | pinctrl-intel.c | 167 unsigned int gpp, offset, gpp_offset; in intel_pad_owned_by_host() local 180 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_owned_by_host() 181 gpp = PADOWN_GPP(gpp_offset); in intel_pad_owned_by_host() 185 return !(readl(padown) & PADOWN_MASK(gpp_offset)); in intel_pad_owned_by_host() 192 unsigned int offset, gpp_offset; in intel_pad_acpi_mode() local 205 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_acpi_mode() 209 return !(readl(hostown) & BIT(gpp_offset)); in intel_pad_acpi_mode() 235 unsigned int offset, gpp_offset; in intel_pad_locked() local 249 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_locked() 258 if (value & BIT(gpp_offset)) in intel_pad_locked() 1061 unsigned int gpp, gpp_offset, is_offset; intel_gpio_irq_ack() local 1082 unsigned int gpp, gpp_offset; intel_gpio_irq_mask_unmask() local 1222 unsigned long pending, enabled, gpp_offset; intel_gpio_community_irq_handler() local [all...] |
Completed in 5 milliseconds