Home
last modified time | relevance | path

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

/drivers/net/phy/
Dsfp-bus.c120 unsigned int br_min, br_nom, br_max; in sfp_parse_support() local
124 br_min = br_nom = br_max = 0; in sfp_parse_support()
129 br_max = br_nom + id->base.br_nominal * id->ext.br_max; in sfp_parse_support()
130 } else if (id->ext.br_max) { in sfp_parse_support()
131 br_nom = 250 * id->ext.br_max; in sfp_parse_support()
132 br_max = br_nom + br_nom * id->ext.br_min / 100; in sfp_parse_support()
140 if (br_min == br_max && id->base.sfp_ct_passive) in sfp_parse_support()
164 br_min <= 1300 && br_max >= 1200) in sfp_parse_support()
172 if (br_min <= 12000 && br_max >= 10300) in sfp_parse_support()
174 if (br_min <= 3200 && br_max >= 3100) in sfp_parse_support()
[all …]
/drivers/video/backlight/
Dlm3630a_bl.c168 static void lm3630a_pwm_ctrl(struct lm3630a_chip *pchip, int br, int br_max) in lm3630a_pwm_ctrl() argument
171 unsigned int duty = br * period / br_max; in lm3630a_pwm_ctrl()
/drivers/scsi/bfa/
Dbfa_defs.h870 u8 br_max; member
/drivers/scsi/qla2xxx/
Dqla_def.h4791 u8 br_max; member