Searched refs:br_max (Results 1 – 3 of 3) sorted by relevance
127 unsigned int br_min, br_nom, br_max; in sfp_module_parse_support() local130 br_min = br_nom = br_max = 0; in sfp_module_parse_support()135 br_max = br_nom + id->base.br_nominal * id->ext.br_max; in sfp_module_parse_support()136 } else if (id->ext.br_max) { in sfp_module_parse_support()137 br_nom = 250 * id->ext.br_max; in sfp_module_parse_support()138 br_max = br_nom + br_nom * id->ext.br_min / 100; in sfp_module_parse_support()146 if (br_min == br_max && id->base.sfp_ct_passive) in sfp_module_parse_support()182 br_min <= 1300 && br_max >= 1200) { in sfp_module_parse_support()202 if (br_min <= 12000 && br_max >= 10300) { in sfp_module_parse_support()206 if (br_min <= 3200 && br_max >= 3100) { in sfp_module_parse_support()[all …]
171 static int lm3630a_pwm_ctrl(struct lm3630a_chip *pchip, int br, int br_max) in lm3630a_pwm_ctrl() argument177 err = pwm_set_relative_duty_cycle(&pchip->pwmd_state, br, br_max); in lm3630a_pwm_ctrl()
870 u8 br_max; member