Home
last modified time | relevance | path

Searched refs:num_func (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/pinctrl/mscc/
H A Dmscc-common.c61 return info->num_func; in mscc_get_functions_count()
144 for (f = 0; f < info->num_func; f++) { in mscc_create_group_func_map()
252 int mscc_pinctrl_probe(struct udevice *dev, int num_func, in mscc_pinctrl_probe() argument
264 priv->func = devm_kzalloc(dev, num_func * sizeof(struct mscc_pmx_func), in mscc_pinctrl_probe()
266 priv->num_func = num_func; in mscc_pinctrl_probe()
H A Dmscc-common.h53 int num_func; member
60 int mscc_pinctrl_probe(struct udevice *dev, int num_func,
/openbmc/linux/drivers/parisc/
H A Deisa_enumerator.c322 int num_func=0; in parse_slot_config() local
338 while ((pos < maxlen) && (num_func <= es->num_functions)) { in parse_slot_config()
344 num_func++; in parse_slot_config()
356 num_func); in parse_slot_config()
398 num_func, pos-p0, function_len); in parse_slot_config()
415 if (num_func != es->num_functions) { in parse_slot_config()
417 num_func, es->num_functions); in parse_slot_config()