Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/
Dphy.c284 if (dev->bw != MT_BW_20) in mt7601u_set_bw_filter()
332 if (hw_chan != 14 || dev->bw != MT_BW_20) { in mt7601u_apply_ch14_fixup()
386 bw = MT_BW_20; in __mt7601u_phy_set_channel()
842 if (dev->bw == MT_BW_20) in mt7601u_tssi_params_get()
1179 mt7601u_bbp_rmc(dev, 4, 0x18, bw == MT_BW_20 ? 0 : 0x10); in mt7601u_bbp_set_bw()
1192 mt7601u_bbp_rmc(dev, 4, 0x18, bw == MT_BW_20 ? 0 : 0x10); in mt7601u_bbp_set_bw()
Dmt7601u.h127 MT_BW_20, enumerator
Dinit.c415 mt7601u_bbp_set_bw(dev, MT_BW_20); in mt7601u_init_hardware()