Home
last modified time | relevance | path

Searched refs:gpp_size (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/pinctrl/intel/
H A Dpinctrl-intel.h94 * @gpp_size: Maximum number of pads in each group, such as PADCFGLOCK,
108 * fill in @gpp_size and @gpp_num_padown_regs fields and let the core driver
124 unsigned int gpp_size; member
153 .gpp_size = (gs), \
H A Dpinctrl-intel.c1447 size_t i, ngpps = DIV_ROUND_UP(npins, community->gpp_size); in intel_pinctrl_add_padgroups_by_size()
1449 if (community->gpp_size > INTEL_PINCTRL_MAX_GPP_SIZE) in intel_pinctrl_add_padgroups_by_size()
1457 unsigned int gpp_size = community->gpp_size; in intel_pinctrl_add_padgroups_by_size() local
1460 gpps[i].base = community->pin_base + i * gpp_size; in intel_pinctrl_add_padgroups_by_size()
1461 gpps[i].size = min(gpp_size, npins); in intel_pinctrl_add_padgroups_by_size()
/kernel/linux/linux-5.10/drivers/pinctrl/intel/
H A Dpinctrl-intel.h101 * @gpp_size: Maximum number of pads in each group, such as PADCFGLOCK,
116 * fill in @gpp_size field and let the core driver to handle the rest. If
130 unsigned int gpp_size; member
H A Dpinctrl-lewisburg.c31 .gpp_size = 24, \
H A Dpinctrl-intel.c1368 ngpps = DIV_ROUND_UP(community->npins, community->gpp_size); in intel_pinctrl_add_padgroups()
1378 unsigned int gpp_size = community->gpp_size; in intel_pinctrl_add_padgroups() local
1381 gpps[i].base = community->pin_base + i * gpp_size; in intel_pinctrl_add_padgroups()
1382 gpps[i].size = min(gpp_size, npins); in intel_pinctrl_add_padgroups()
H A Dpinctrl-geminilake.c30 .gpp_size = 32, \
H A Dpinctrl-sunrisepoint.c33 .gpp_size = (gs), \
H A Dpinctrl-broxton.c30 .gpp_size = 32, \

Completed in 11 milliseconds