Searched refs:gpp_offset (Results 1 – 1 of 1) sorted by relevance
167 unsigned int gpp, offset, gpp_offset; in intel_pad_owned_by_host() local180 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_owned_by_host()181 gpp = PADOWN_GPP(gpp_offset); in intel_pad_owned_by_host()185 return !(readl(padown) & PADOWN_MASK(gpp_offset)); in intel_pad_owned_by_host()192 unsigned int offset, gpp_offset; in intel_pad_acpi_mode() local205 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_acpi_mode()209 return !(readl(hostown) & BIT(gpp_offset)); in intel_pad_acpi_mode()235 unsigned int offset, gpp_offset; in intel_pad_locked() local249 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_locked()258 if (value & BIT(gpp_offset)) in intel_pad_locked()[all …]