Searched refs:gpp_offset (Results 1 – 1 of 1) sorted by relevance
181 unsigned int gpp, offset, gpp_offset; in intel_pad_owned_by_host() local194 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_owned_by_host()195 gpp = PADOWN_GPP(gpp_offset); in intel_pad_owned_by_host()199 return !(readl(padown) & PADOWN_MASK(gpp_offset)); in intel_pad_owned_by_host()206 unsigned int offset, gpp_offset; in intel_pad_acpi_mode() local219 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_acpi_mode()223 return !(readl(hostown) & BIT(gpp_offset)); in intel_pad_acpi_mode()249 unsigned int offset, gpp_offset; in intel_pad_locked() local263 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_locked()272 if (value & BIT(gpp_offset)) in intel_pad_locked()[all …]