Searched refs:int_value (Results 1 – 4 of 4) sorted by relevance
63 #define Int_isinexact_to_sgl(int_value) (int_value << 33 - SGL_EXP_LENGTH) argument65 #define Sgl_roundnearest_from_int(int_value,sgl_value) \ argument66 if (int_value & 1<<(SGL_EXP_LENGTH - 2)) /* round bit */ \67 if ((int_value << 34 - SGL_EXP_LENGTH) || Slow(sgl_value)) \224 #define Int_negate(int_value) int_value = -int_value argument319 #define Suint_isinexact_to_sgl(int_value) \ argument320 (int_value << 32 - SGL_EXP_LENGTH)
296 u8 int_value = chip->pwr_int_values[channel - 1]; in uw2453_set_tx_gain_level() local298 if (int_value >= ARRAY_SIZE(uw2453_txgain)) { in uw2453_set_tx_gain_level()300 "int value %x on channel %d\n", int_value, channel); in uw2453_set_tx_gain_level()305 UW2453_REGWRITE(7, uw2453_txgain[int_value]), RF_RV_BITS); in uw2453_set_tx_gain_level()
59 u64 int_value; member
116 !!(cpc)->cpc_entry.int_value : \778 cpc_ptr->cpc_regs[i-2].cpc_entry.int_value = cpc_obj->integer.value; in acpi_cppc_processor_probe()831 cpc_ptr->cpc_regs[i].cpc_entry.int_value = 0; in acpi_cppc_processor_probe()976 *val = reg_res->cpc_entry.int_value; in cpc_read()