Searched refs:gpp_offset (Results 1 – 1 of 1) sorted by relevance
148 unsigned int gpp, offset, gpp_offset; in intel_pad_owned_by_host() local161 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() local186 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() local230 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_locked()239 if (value & BIT(gpp_offset)) in intel_pad_locked()[all …]