Home
last modified time | relevance | path

Searched refs:clc_chan_conf (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dregd.c79 (!(dev->phy.clc_chan_conf & BIT(idx)) && (cfreq) >= (sfreq) && (cfreq) <= (efreq)) in mt7925_regd_channel_update()
90 dev->phy.clc_chan_conf &= ~MT7925_UNII_59G_IS_VALID; in mt7925_regd_channel_update()
92 dev->phy.clc_chan_conf &= ~MT7925_UNII_6G_IS_VALID; in mt7925_regd_channel_update()
H A Dmcu.c885 dev->phy.clc_chan_conf = 0xff; in mt7925_load_clc()
3677 dev->phy.clc_chan_conf = clc->ver == 1 ? 0xff : rule->flag; in __mt7925_mcu_set_clc()
3694 dev->phy.clc_chan_conf = 0xff; in __mt7925_mcu_set_clc()
4069 if (phy->cap.has_6ghz && dev->phy.clc_chan_conf) { in mt7925_mcu_set_rate_txpower()
/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dregd.c35 (!(dev->phy.clc_chan_conf & BIT(idx)) && (cfreq) >= (sfreq) && (cfreq) <= (efreq)) in mt7921_regd_channel_update()
H A Dmcu.c424 dev->phy.clc_chan_conf = 0xff; in mt7921_load_clc()
1407 dev->phy.clc_chan_conf = info->chan_conf; in __mt7921_mcu_set_clc()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt792x.h223 u8 clc_chan_conf; member