Home
last modified time | relevance | path

Searched refs:gpp_size (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/pinctrl/intel/
H A Dpinctrl-intel.h124 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()