Searched refs:gpp_offset (Results 1 – 1 of 1) sorted by relevance
158 unsigned int gpp, offset, gpp_offset; in intel_pad_owned_by_host() local171 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_owned_by_host()172 gpp = PADOWN_GPP(gpp_offset); in intel_pad_owned_by_host()176 return !(readl(padown) & PADOWN_MASK(gpp_offset)); in intel_pad_owned_by_host()183 unsigned int offset, gpp_offset; in intel_pad_acpi_mode() local196 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_acpi_mode()200 return !(readl(hostown) & BIT(gpp_offset)); in intel_pad_acpi_mode()226 unsigned int offset, gpp_offset; in intel_pad_locked() local240 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_locked()249 if (value & BIT(gpp_offset)) in intel_pad_locked()[all …]