Searched refs:hostown_offset (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-6.6/drivers/pinctrl/intel/ |
H A D | pinctrl-intel.h | 86 * @hostown_offset: Register offset of HOSTSW_OWN from @regs. If %0 then it 118 unsigned int hostown_offset; member 150 .hostown_offset = soc ## _HOSTSW_OWN, \
|
H A D | pinctrl-intel.c | 198 if (!community->hostown_offset) in intel_pad_acpi_mode() 206 offset = community->hostown_offset + padgrp->reg_num * 4; in intel_pad_acpi_mode() 1799 base = community->regs + community->hostown_offset; in intel_pinctrl_suspend_noirq() 1910 base = community->regs + community->hostown_offset; in intel_pinctrl_resume_noirq()
|
/kernel/linux/linux-5.10/drivers/pinctrl/intel/ |
H A D | pinctrl-intel.h | 93 * @hostown_offset: Register offset of HOSTSW_OWN from @regs. If %0 then it 124 unsigned int hostown_offset; member
|
H A D | pinctrl-denverton.c | 35 .hostown_offset = DNV_HOSTSW_OWN, \
|
H A D | pinctrl-emmitsburg.c | 35 .hostown_offset = EBG_HOSTSW_OWN, \
|
H A D | pinctrl-jasperlake.c | 36 .hostown_offset = JSL_HOSTSW_OWN, \
|
H A D | pinctrl-lewisburg.c | 28 .hostown_offset = LBG_HOSTSW_OWN, \
|
H A D | pinctrl-cedarfork.c | 35 .hostown_offset = CDF_HOSTSW_OWN, \
|
H A D | pinctrl-geminilake.c | 27 .hostown_offset = GLK_HOSTSW_OWN, \
|
H A D | pinctrl-icelake.c | 37 .hostown_offset = ICL_HOSTSW_OWN, \
|
H A D | pinctrl-intel.c | 179 if (!community->hostown_offset) in intel_pad_acpi_mode() 187 offset = community->hostown_offset + padgrp->reg_num * 4; in intel_pad_acpi_mode() 1690 base = community->regs + community->hostown_offset; in intel_pinctrl_suspend_noirq() 1801 base = community->regs + community->hostown_offset; in intel_pinctrl_resume_noirq()
|
H A D | pinctrl-cannonlake.c | 38 .hostown_offset = (ho), \
|
H A D | pinctrl-sunrisepoint.c | 30 .hostown_offset = SPT_HOSTSW_OWN, \
|
H A D | pinctrl-tigerlake.c | 39 .hostown_offset = (ho), \
|
H A D | pinctrl-broxton.c | 27 .hostown_offset = BXT_HOSTSW_OWN, \
|
Completed in 13 milliseconds