Home
last modified time | relevance | path

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

/drivers/pci/hotplug/
Dcpqphp_pci.c315 int max_functions; in cpqhp_save_config() local
371 max_functions = 8; in cpqhp_save_config()
373 max_functions = 1; in cpqhp_save_config()
436 while ((function < max_functions) && (!stop_it)) { in cpqhp_save_config()
453 } while (function < max_functions); in cpqhp_save_config()
476 int max_functions; in cpqhp_save_slot_config() local
493 max_functions = 8; in cpqhp_save_slot_config()
495 max_functions = 1; in cpqhp_save_slot_config()
497 while (function < max_functions) { in cpqhp_save_slot_config()
526 while ((function < max_functions) && (!stop_it)) { in cpqhp_save_slot_config()
Dcpqphp_ctrl.c2271 u8 temp_byte, function, max_functions, stop_it; in configure_new_device() local
2289 max_functions = 8; in configure_new_device()
2291 max_functions = 1; in configure_new_device()
2319 while ((function < max_functions) && (!stop_it)) { in configure_new_device()
2341 } while (function < max_functions); in configure_new_device()
/drivers/pinctrl/berlin/
Dberlin.c210 int i, max_functions = 0; in berlin_pinctrl_build_state() local
217 max_functions += 1 << (desc_group->bit_width + 1); in berlin_pinctrl_build_state()
222 max_functions * sizeof(*pctrl->functions), in berlin_pinctrl_build_state()