Home
last modified time | relevance | path

Searched refs:abs_val (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/iio/dac/
H A Dds4424.c225 unsigned int abs_val; in ds4424_write_raw() local
232 abs_val = abs(val); in ds4424_write_raw()
233 if (abs_val > data->chip_info->result_mask) in ds4424_write_raw()
242 abs_val |= DS4424_DAC_SOURCE; in ds4424_write_raw()
245 abs_val); in ds4424_write_raw()
/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_paprd.c596 int abs_val; in create_pa_curve() local
601 abs_val = abs(B1_tmp[i]); in create_pa_curve()
602 if (abs_val > B1_abs_max) in create_pa_curve()
603 B1_abs_max = abs_val; in create_pa_curve()
605 abs_val = abs(B2_tmp[i]); in create_pa_curve()
606 if (abs_val > B2_abs_max) in create_pa_curve()
607 B2_abs_max = abs_val; in create_pa_curve()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c2424 s32 abs_val; in wlc_phy_nbits() local
2427 abs_val = abs(value); in wlc_phy_nbits()
2428 while ((abs_val >> nbits) > 0) in wlc_phy_nbits()