Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dinit.c110 (!(dev->phy.clc_chan_conf & BIT(idx)) && (cfreq) >= (sfreq) && (cfreq) <= (efreq)) in mt7925_regd_channel_update()
121 dev->phy.clc_chan_conf &= ~MT7925_UNII_59G_IS_VALID; in mt7925_regd_channel_update()
123 dev->phy.clc_chan_conf &= ~MT7925_UNII_6G_IS_VALID; in mt7925_regd_channel_update()
H A Dmcu.c689 dev->phy.clc_chan_conf = 0xff; in mt7925_load_clc()
3215 dev->phy.clc_chan_conf = clc->ver == 1 ? 0xff : rule->flag; in __mt7925_mcu_set_clc()
3232 dev->phy.clc_chan_conf = 0xff; in __mt7925_mcu_set_clc()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dinit.c67 (!(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()
1384 dev->phy.clc_chan_conf = info->chan_conf; in __mt7921_mcu_set_clc()
/linux-6.15/drivers/net/wireless/mediatek/mt76/
H A Dmt792x.h171 u8 clc_chan_conf; member