Home
last modified time | relevance | path

Searched refs:imax (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/mfd/
Dlm3533-ctrlbank.c76 int lm3533_ctrlbank_set_max_current(struct lm3533_ctrlbank *cb, u16 imax) in lm3533_ctrlbank_set_max_current() argument
82 if (imax < LM3533_MAX_CURRENT_MIN || imax > LM3533_MAX_CURRENT_MAX) in lm3533_ctrlbank_set_max_current()
85 val = (imax - LM3533_MAX_CURRENT_MIN) / LM3533_MAX_CURRENT_STEP; in lm3533_ctrlbank_set_max_current()
/linux-4.4.14/drivers/media/dvb-frontends/
Dstv0900_core.c610 imax, in stv0900_get_rf_level() local
623 imax = lookup->size - 1; in stv0900_get_rf_level()
625 lookup->table[imax].regval)) { in stv0900_get_rf_level()
626 while ((imax - imin) > 1) { in stv0900_get_rf_level()
627 i = (imax + imin) >> 1; in stv0900_get_rf_level()
632 imax = i; in stv0900_get_rf_level()
638 rf_lvl *= (lookup->table[imax].realval - in stv0900_get_rf_level()
640 rf_lvl /= (lookup->table[imax].regval - in stv0900_get_rf_level()
682 imax, in stv0900_carr_get_quality() local
711 imax = lookup->size - 1; in stv0900_carr_get_quality()
[all …]
/linux-4.4.14/arch/alpha/kernel/
Dsys_titan.c178 init_titan_irqs(struct irq_chip * ops, int imin, int imax) in init_titan_irqs() argument
181 for (i = imin; i <= imax; ++i) { in init_titan_irqs()
Dsys_dp264.c260 init_tsunami_irqs(struct irq_chip * ops, int imin, int imax) in init_tsunami_irqs() argument
263 for (i = imin; i <= imax; ++i) { in init_tsunami_irqs()
/linux-4.4.14/include/linux/mfd/
Dlm3533.h96 u16 imax);
/linux-4.4.14/tools/perf/
Dbuiltin-script.c147 int i, imax = ARRAY_SIZE(all_output_options); in output_field2str() local
150 for (i = 0; i < imax; ++i) { in output_field2str()
1134 int i, imax = ARRAY_SIZE(all_output_options); in parse_output_fields() local
1193 for (i = 0; i < imax; ++i) { in parse_output_fields()
1197 if (i == imax && strcmp(tok, "flags") == 0) { in parse_output_fields()
1201 if (i == imax) { in parse_output_fields()
/linux-4.4.14/drivers/net/ethernet/smsc/
Dsmc91x.c1699 int imax; in smc_ethtool_geteeprom() local
1703 imax = smc_ethtool_geteeprom_len(dev); in smc_ethtool_geteeprom()
1708 if (offset > imax) in smc_ethtool_geteeprom()
1724 int imax; in smc_ethtool_seteeprom() local
1728 imax = smc_ethtool_geteeprom_len(dev); in smc_ethtool_seteeprom()
1733 if (offset > imax) in smc_ethtool_seteeprom()
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_sli.c12951 lpfc_eq_create(struct lpfc_hba *phba, struct lpfc_queue *eq, uint32_t imax) in lpfc_eq_create() argument