Home
last modified time | relevance | path

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

/linux/arch/parisc/math-emu/
A Dcnv_float.h50 #define Int_isinexact_to_sgl(int_value) ((int_value << 33 - SGL_EXP_LENGTH) != 0) argument
52 #define Sgl_roundnearest_from_int(int_value,sgl_value) \ argument
53 if (int_value & 1<<(SGL_EXP_LENGTH - 2)) /* round bit */ \
54 if (((int_value << 34 - SGL_EXP_LENGTH) != 0) || Slow(sgl_value)) \
211 #define Int_negate(int_value) int_value = -int_value argument
306 #define Suint_isinexact_to_sgl(int_value) \ argument
307 (int_value << 32 - SGL_EXP_LENGTH)
/linux/drivers/gpio/
A Dgpio-cadence.c88 u32 int_value; in cdns_gpio_irq_set_type() local
95 int_value = ioread32(cgpio->regs + CDNS_GPIO_IRQ_VALUE) & ~mask; in cdns_gpio_irq_set_type()
106 int_value |= mask; in cdns_gpio_irq_set_type()
114 iowrite32(int_value, cgpio->regs + CDNS_GPIO_IRQ_VALUE); in cdns_gpio_irq_set_type()
/linux/drivers/net/wireless/zydas/zd1211rw/
A Dzd_rf_uw2453.c284 u8 int_value = chip->pwr_int_values[channel - 1]; in uw2453_set_tx_gain_level() local
286 if (int_value >= ARRAY_SIZE(uw2453_txgain)) { in uw2453_set_tx_gain_level()
288 "int value %x on channel %d\n", int_value, channel); in uw2453_set_tx_gain_level()
293 UW2453_REGWRITE(7, uw2453_txgain[int_value]), RF_RV_BITS); in uw2453_set_tx_gain_level()
/linux/include/acpi/
A Dcppc_acpi.h56 u64 int_value; member
/linux/drivers/acpi/
A Dcppc_acpi.c112 !!(cpc)->cpc_entry.int_value : \
720 cpc_ptr->cpc_regs[i-2].cpc_entry.int_value = cpc_obj->integer.value; in acpi_cppc_processor_probe()
773 cpc_ptr->cpc_regs[i].cpc_entry.int_value = 0; in acpi_cppc_processor_probe()
921 *val = reg_res->cpc_entry.int_value; in cpc_read()

Completed in 12 milliseconds