Searched refs:rate_set_tsf (Results 1 – 4 of 4) sorted by relevance
485 rateset = !(sta->rate_set_tsf & BIT(0)); in mt7615_mac_set_rates()591 sta->rate_set_tsf = (mt76_rr(dev, MT_LPON_UTTR0) & ~BIT(0)) | rateset; in mt7615_mac_set_rates()845 u32 rate_set_tsf; in mt7615_fill_txs() local886 rate_set_tsf = READ_ONCE(sta->rate_set_tsf); in mt7615_fill_txs()888 rate_set_tsf) < 1000000); in mt7615_fill_txs()889 rs_idx ^= rate_set_tsf & BIT(0); in mt7615_fill_txs()
62 u32 rate_set_tsf; member
612 rateset = !(sta->rate_set_tsf & BIT(0)); in mt7603_wtbl_set_rates()706 sta->rate_set_tsf = (mt76_rr(dev, MT_LPON_UTTR0) & ~BIT(0)) | rateset; in mt7603_wtbl_set_rates()953 u32 rate_set_tsf; in mt7603_fill_txs() local1003 rate_set_tsf = READ_ONCE(sta->rate_set_tsf); in mt7603_fill_txs()1005 rate_set_tsf) < 1000000); in mt7603_fill_txs()1006 rs_idx ^= rate_set_tsf & BIT(0); in mt7603_fill_txs()
69 u32 rate_set_tsf; member