int_value          50 arch/parisc/math-emu/cnv_float.h #define Int_isinexact_to_sgl(int_value)	((int_value << 33 - SGL_EXP_LENGTH) != 0)
int_value          52 arch/parisc/math-emu/cnv_float.h #define Sgl_roundnearest_from_int(int_value,sgl_value)			\
int_value          53 arch/parisc/math-emu/cnv_float.h     if (int_value & 1<<(SGL_EXP_LENGTH - 2))   /* round bit */		\
int_value          54 arch/parisc/math-emu/cnv_float.h 	if (((int_value << 34 - SGL_EXP_LENGTH) != 0) || Slow(sgl_value)) \
int_value         211 arch/parisc/math-emu/cnv_float.h #define Int_negate(int_value) int_value = -int_value
int_value         306 arch/parisc/math-emu/cnv_float.h #define Suint_isinexact_to_sgl(int_value) \
int_value         307 arch/parisc/math-emu/cnv_float.h     (int_value << 32 - SGL_EXP_LENGTH)
int_value         112 drivers/acpi/cppc_acpi.c 				!!(cpc)->cpc_entry.int_value :		\
int_value         776 drivers/acpi/cppc_acpi.c 			cpc_ptr->cpc_regs[i-2].cpc_entry.int_value = cpc_obj->integer.value;
int_value         829 drivers/acpi/cppc_acpi.c 		cpc_ptr->cpc_regs[i].cpc_entry.int_value = 0;
int_value         975 drivers/acpi/cppc_acpi.c 		*val = reg_res->cpc_entry.int_value;
int_value          88 drivers/gpio/gpio-cadence.c 	u32 int_value;
int_value          95 drivers/gpio/gpio-cadence.c 	int_value = ioread32(cgpio->regs + CDNS_GPIO_IRQ_VALUE) & ~mask;
int_value         106 drivers/gpio/gpio-cadence.c 		int_value |= mask;
int_value         114 drivers/gpio/gpio-cadence.c 	iowrite32(int_value, cgpio->regs + CDNS_GPIO_IRQ_VALUE);
int_value         284 drivers/net/wireless/zydas/zd1211rw/zd_rf_uw2453.c 	u8 int_value = chip->pwr_int_values[channel - 1];
int_value         286 drivers/net/wireless/zydas/zd1211rw/zd_rf_uw2453.c 	if (int_value >= ARRAY_SIZE(uw2453_txgain)) {
int_value         288 drivers/net/wireless/zydas/zd1211rw/zd_rf_uw2453.c 			  "int value %x on channel %d\n", int_value, channel);
int_value         293 drivers/net/wireless/zydas/zd1211rw/zd_rf_uw2453.c 		UW2453_REGWRITE(7, uw2453_txgain[int_value]), RF_RV_BITS);
int_value          55 include/acpi/cppc_acpi.h 		u64 int_value;