Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pinctrl/intel/
Dpinctrl-intel.c28 #define NPADS_IN_GPP 24 macro
154 gpp = padno / NPADS_IN_GPP; in intel_pad_owned_by_host()
155 gpp_offset = padno % NPADS_IN_GPP; in intel_pad_owned_by_host()
176 gpp = padno / NPADS_IN_GPP; in intel_pad_reserved_for_acpi()
180 return !(readl(hostown) & BIT(padno % NPADS_IN_GPP)); in intel_pad_reserved_for_acpi()
196 gpp = padno / NPADS_IN_GPP; in intel_pad_locked()
205 if (value & BIT(pin % NPADS_IN_GPP)) in intel_pad_locked()
210 if (value & BIT(pin % NPADS_IN_GPP)) in intel_pad_locked()
677 unsigned gpp_offset = padno % NPADS_IN_GPP; in intel_gpio_irq_ack()
678 unsigned gpp = padno / NPADS_IN_GPP; in intel_gpio_irq_ack()
[all …]