Home
last modified time | relevance | path

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

/Linux-v4.19/arch/parisc/math-emu/
Dcnv_float.h63 #define Int_isinexact_to_sgl(int_value) (int_value << 33 - SGL_EXP_LENGTH) argument
65 #define Sgl_roundnearest_from_int(int_value,sgl_value) \ argument
66 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 argument
319 #define Suint_isinexact_to_sgl(int_value) \ argument
320 (int_value << 32 - SGL_EXP_LENGTH)
/Linux-v4.19/drivers/net/wireless/zydas/zd1211rw/
Dzd_rf_uw2453.c296 u8 int_value = chip->pwr_int_values[channel - 1]; in uw2453_set_tx_gain_level() local
298 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()
/Linux-v4.19/include/acpi/
Dcppc_acpi.h59 u64 int_value; member
/Linux-v4.19/drivers/acpi/
Dcppc_acpi.c116 !!(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()