Home
last modified time | relevance | path

Searched refs:int_to_s6 (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/
Deeprom.h141 static inline u32 int_to_s6(int val) in int_to_s6() function
Dphy.c435 mt7601u_wr(dev, MT_TX_PWR_CFG_0, int_to_s6(t->ofdm[1].bw20) << 24 | in __mt7601u_phy_set_channel()
436 int_to_s6(t->ofdm[0].bw20) << 16 | in __mt7601u_phy_set_channel()
437 int_to_s6(t->cck[1].bw20) << 8 | in __mt7601u_phy_set_channel()
438 int_to_s6(t->cck[0].bw20)); in __mt7601u_phy_set_channel()
641 int_to_s6(init_offset) & MT_TX_ALC_CFG_1_TEMP_COMP); in mt7601u_set_initial_tssi()
944 val = (val & ~MT_TX_ALC_CFG_1_TEMP_COMP) | int_to_s6(diff_pwr); in mt7601u_tssi_cal()