Searched refs:gpp_size (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/pinctrl/intel/ |
H A D | pinctrl-intel.h | 94 * @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 D | pinctrl-intel.c | 1447 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 D | pinctrl-intel.h | 101 * @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 D | pinctrl-lewisburg.c | 31 .gpp_size = 24, \
|
H A D | pinctrl-intel.c | 1368 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 D | pinctrl-geminilake.c | 30 .gpp_size = 32, \
|
H A D | pinctrl-sunrisepoint.c | 33 .gpp_size = (gs), \
|
H A D | pinctrl-broxton.c | 30 .gpp_size = 32, \
|
Completed in 11 milliseconds