imax              261 arch/alpha/kernel/sys_dp264.c init_tsunami_irqs(struct irq_chip * ops, int imin, int imax)
imax              264 arch/alpha/kernel/sys_dp264.c 	for (i = imin; i <= imax; ++i) {
imax              179 arch/alpha/kernel/sys_titan.c init_titan_irqs(struct irq_chip * ops, int imin, int imax)
imax              182 arch/alpha/kernel/sys_titan.c 	for (i = imin; i <= imax; ++i) {
imax              596 drivers/media/dvb-frontends/stv0900_core.c 		imax,
imax              609 drivers/media/dvb-frontends/stv0900_core.c 	imax = lookup->size - 1;
imax              611 drivers/media/dvb-frontends/stv0900_core.c 					lookup->table[imax].regval)) {
imax              612 drivers/media/dvb-frontends/stv0900_core.c 		while ((imax - imin) > 1) {
imax              613 drivers/media/dvb-frontends/stv0900_core.c 			i = (imax + imin) >> 1;
imax              618 drivers/media/dvb-frontends/stv0900_core.c 				imax = i;
imax              624 drivers/media/dvb-frontends/stv0900_core.c 		rf_lvl *= (lookup->table[imax].realval -
imax              626 drivers/media/dvb-frontends/stv0900_core.c 		rf_lvl /= (lookup->table[imax].regval -
imax              668 drivers/media/dvb-frontends/stv0900_core.c 		imax,
imax              697 drivers/media/dvb-frontends/stv0900_core.c 			imax = lookup->size - 1;
imax              700 drivers/media/dvb-frontends/stv0900_core.c 					lookup->table[imax].regval)) {
imax              701 drivers/media/dvb-frontends/stv0900_core.c 				while ((imax - imin) > 1) {
imax              702 drivers/media/dvb-frontends/stv0900_core.c 					i = (imax + imin) >> 1;
imax              706 drivers/media/dvb-frontends/stv0900_core.c 						imax = i;
imax              712 drivers/media/dvb-frontends/stv0900_core.c 						* (lookup->table[imax].realval
imax              714 drivers/media/dvb-frontends/stv0900_core.c 						/ (lookup->table[imax].regval
imax              609 drivers/media/dvb-frontends/stv0910.c 	int imax = table_size - 1;
imax              616 drivers/media/dvb-frontends/stv0910.c 	} else if (reg_value <= table[imax].reg_value) {
imax              617 drivers/media/dvb-frontends/stv0910.c 		value = table[imax].value;
imax              619 drivers/media/dvb-frontends/stv0910.c 		while ((imax - imin) > 1) {
imax              620 drivers/media/dvb-frontends/stv0910.c 			i = (imax + imin) / 2;
imax              623 drivers/media/dvb-frontends/stv0910.c 				imax = i;
imax              628 drivers/media/dvb-frontends/stv0910.c 		reg_diff = table[imax].reg_value - table[imin].reg_value;
imax              632 drivers/media/dvb-frontends/stv0910.c 				  (s32)(table[imax].value
imax              547 drivers/media/dvb-frontends/stv6111.c 	int imax = table_size - 1;
imax              553 drivers/media/dvb-frontends/stv6111.c 	} else if (reg_value >= table[imax].reg_value) {
imax              554 drivers/media/dvb-frontends/stv6111.c 		gain = table[imax].value;
imax              556 drivers/media/dvb-frontends/stv6111.c 		while ((imax - imin) > 1) {
imax              557 drivers/media/dvb-frontends/stv6111.c 			i = (imax + imin) / 2;
imax              560 drivers/media/dvb-frontends/stv6111.c 				imax = i;
imax              564 drivers/media/dvb-frontends/stv6111.c 		reg_diff = table[imax].reg_value - table[imin].reg_value;
imax              568 drivers/media/dvb-frontends/stv6111.c 				(s32)(table[imax].value
imax               72 drivers/mfd/lm3533-ctrlbank.c int lm3533_ctrlbank_set_max_current(struct lm3533_ctrlbank *cb, u16 imax)
imax               78 drivers/mfd/lm3533-ctrlbank.c 	if (imax < LM3533_MAX_CURRENT_MIN || imax > LM3533_MAX_CURRENT_MAX)
imax               81 drivers/mfd/lm3533-ctrlbank.c 	val = (imax - LM3533_MAX_CURRENT_MIN) / LM3533_MAX_CURRENT_STEP;
imax             1688 drivers/net/ethernet/smsc/smc91x.c 	int imax;
imax             1692 drivers/net/ethernet/smsc/smc91x.c 	imax = smc_ethtool_geteeprom_len(dev);
imax             1697 drivers/net/ethernet/smsc/smc91x.c 		if (offset > imax)
imax             1713 drivers/net/ethernet/smsc/smc91x.c 	int imax;
imax             1717 drivers/net/ethernet/smsc/smc91x.c 	imax = smc_ethtool_geteeprom_len(dev);
imax             1722 drivers/net/ethernet/smsc/smc91x.c 		if (offset > imax)
imax             14749 drivers/scsi/lpfc/lpfc_sli.c lpfc_eq_create(struct lpfc_hba *phba, struct lpfc_queue *eq, uint32_t imax)
imax               92 include/linux/mfd/lm3533.h 								u16 imax);
imax              338 tools/perf/builtin-script.c 	int i, imax = ARRAY_SIZE(all_output_options);
imax              341 tools/perf/builtin-script.c 	for (i = 0; i < imax; ++i) {
imax             2652 tools/perf/builtin-script.c 	int i, imax = ARRAY_SIZE(all_output_options);
imax             2741 tools/perf/builtin-script.c 		for (i = 0; i < imax; ++i) {
imax             2745 tools/perf/builtin-script.c 		if (i == imax && strcmp(tok, "flags") == 0) {
imax             2749 tools/perf/builtin-script.c 		if (i == imax) {