Searched refs:gpp_offset (Results 1 – 1 of 1) sorted by relevance
189 unsigned int gpp, offset, gpp_offset; in intel_pad_owned_by_host() local202 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_owned_by_host()203 gpp = PADOWN_GPP(gpp_offset); in intel_pad_owned_by_host()207 return !(readl(padown) & PADOWN_MASK(gpp_offset)); in intel_pad_owned_by_host()214 unsigned int offset, gpp_offset; in intel_pad_acpi_mode() local227 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_acpi_mode()231 return !(readl(hostown) & BIT(gpp_offset)); in intel_pad_acpi_mode()256 unsigned int offset, gpp_offset; in intel_pad_locked() local270 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_locked()279 if (value & BIT(gpp_offset)) in intel_pad_locked()[all …]