Searched refs:gpp_offset (Results 1 – 1 of 1) sorted by relevance
200 unsigned int gpp, offset, gpp_offset; in intel_pad_owned_by_host() local220 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_owned_by_host()221 gpp = PADOWN_GPP(gpp_offset); in intel_pad_owned_by_host()224 return !(readl(padown + offset) & PADOWN_MASK(gpp_offset)); in intel_pad_owned_by_host()231 unsigned int offset, gpp_offset; in intel_pad_acpi_mode() local244 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_acpi_mode()248 return !(readl(hostown) & BIT(gpp_offset)); in intel_pad_acpi_mode()273 unsigned int offset, gpp_offset; in intel_pad_locked() local287 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_locked()296 if (value & BIT(gpp_offset)) in intel_pad_locked()[all …]