Home
last modified time | relevance | path

Searched refs:max_val (Results 101 - 104 of 104) sorted by relevance

12345

/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Dctrl.c5450 * @max_val: maximum counter value (e.g. 0xffffff for 24-bit counter)
5452 static inline u64 irdma_stat_delta(u64 new_val, u64 old_val, u64 max_val) in irdma_stat_delta() argument
5458 return max_val - old_val + new_val + 1; in irdma_stat_delta()
/third_party/rust/crates/libc/src/
H A Dpsp.rs2960 max_val: i32, in sceKernelCreateSema()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c23039 wlc_phy_gen_load_samples_nphy(struct brcms_phy *pi, u32 f_kHz, u16 max_val, in wlc_phy_gen_load_samples_nphy() argument
23076 tone_buf[t].q = (s32)CORDIC_FLOAT(tone_buf[t].q * max_val); in wlc_phy_gen_load_samples_nphy()
23077 tone_buf[t].i = (s32)CORDIC_FLOAT(tone_buf[t].i * max_val); in wlc_phy_gen_load_samples_nphy()
23169 wlc_phy_tx_tone_nphy(struct brcms_phy *pi, u32 f_kHz, u16 max_val, in wlc_phy_tx_tone_nphy() argument
23176 num_samps = wlc_phy_gen_load_samples_nphy(pi, f_kHz, max_val, in wlc_phy_tx_tone_nphy()
25642 u16 max_val; in wlc_phy_cal_txiqlo_nphy() local
25770 max_val = 250; in wlc_phy_cal_txiqlo_nphy()
25778 wlc_phy_tx_tone_nphy(pi, tone_freq, max_val, 1, 0, in wlc_phy_cal_txiqlo_nphy()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c23039 wlc_phy_gen_load_samples_nphy(struct brcms_phy *pi, u32 f_kHz, u16 max_val, in wlc_phy_gen_load_samples_nphy() argument
23076 tone_buf[t].q = (s32)CORDIC_FLOAT(tone_buf[t].q * max_val); in wlc_phy_gen_load_samples_nphy()
23077 tone_buf[t].i = (s32)CORDIC_FLOAT(tone_buf[t].i * max_val); in wlc_phy_gen_load_samples_nphy()
23169 wlc_phy_tx_tone_nphy(struct brcms_phy *pi, u32 f_kHz, u16 max_val, in wlc_phy_tx_tone_nphy() argument
23176 num_samps = wlc_phy_gen_load_samples_nphy(pi, f_kHz, max_val, in wlc_phy_tx_tone_nphy()
25642 u16 max_val; in wlc_phy_cal_txiqlo_nphy() local
25770 max_val = 250; in wlc_phy_cal_txiqlo_nphy()
25778 wlc_phy_tx_tone_nphy(pi, tone_freq, max_val, 1, 0, in wlc_phy_cal_txiqlo_nphy()

Completed in 68 milliseconds

12345