Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dsfp-bus.c127 unsigned int br_min, br_nom, br_max; in sfp_module_parse_support() local
130 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 …]
/linux/drivers/video/backlight/
H A Dlm3630a_bl.c171 static int lm3630a_pwm_ctrl(struct lm3630a_chip *pchip, int br, int br_max) in lm3630a_pwm_ctrl() argument
177 err = pwm_set_relative_duty_cycle(&pchip->pwmd_state, br, br_max); in lm3630a_pwm_ctrl()
/linux/drivers/scsi/bfa/
H A Dbfa_defs.h870 u8 br_max; member