Searched refs:gpp_offset (Results 1 – 1 of 1) sorted by relevance
202 unsigned int gpp, offset, gpp_offset; in intel_pad_owned_by_host() local215 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_owned_by_host()216 gpp = PADOWN_GPP(gpp_offset); in intel_pad_owned_by_host()220 return !(readl(padown) & PADOWN_MASK(gpp_offset)); in intel_pad_owned_by_host()227 unsigned int offset, gpp_offset; in intel_pad_acpi_mode() local240 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_acpi_mode()244 return !(readl(hostown) & BIT(gpp_offset)); in intel_pad_acpi_mode()269 unsigned int offset, gpp_offset; in intel_pad_locked() local283 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_locked()292 if (value & BIT(gpp_offset)) in intel_pad_locked()[all …]