Searched refs:gpp_offset (Results 1 – 1 of 1) sorted by relevance
174 unsigned gpp, offset, gpp_offset; in intel_pad_owned_by_host() local187 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_owned_by_host()188 gpp = PADOWN_GPP(gpp_offset); in intel_pad_owned_by_host()192 return !(readl(padown) & PADOWN_MASK(gpp_offset)); in intel_pad_owned_by_host()199 unsigned offset, gpp_offset; in intel_pad_acpi_mode() local212 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_acpi_mode()216 return !(readl(hostown) & BIT(gpp_offset)); in intel_pad_acpi_mode()223 unsigned offset, gpp_offset; in intel_pad_locked() local236 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_locked()245 if (value & BIT(gpp_offset)) in intel_pad_locked()[all …]