Home
last modified time | relevance | path

Searched refs:dbdc_support (Results 1 – 17 of 17) sorted by relevance

/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7915/
Deeprom.c55 return dev->dbdc_support ? in mt7915_eeprom_name()
169 } else if (val == MT_EE_BAND_SEL_DEFAULT && dev->dbdc_support) { in mt7915_eeprom_parse_band_config()
210 if (dev->dbdc_support) { in mt7915_eeprom_parse_hw_cap()
Dinit.c415 if (!dev->dbdc_support) in mt7915_init_wiphy()
430 if (!is_mt7915(&dev->mt76) || !dev->dbdc_support) in mt7915_init_wiphy()
516 if (dev->dbdc_support) { in mt7915_init_led_mux()
609 if (dev->dbdc_support) { in mt7915_txbf_init()
630 if (!dev->dbdc_support) in mt7915_alloc_ext_phy()
867 if (!dev->dbdc_support) in mt7915_set_stream_he_txbf_caps()
955 else if (!dev->dbdc_support) in mt7915_init_he_caps()
1195 dev->dbdc_support = mt7915_band_config(dev); in mt7915_register_device()
Deeprom.h152 if (dev->dbdc_support) in mt7915_tssi_enabled()
Ddma.c304 if (dev->dbdc_support || dev->phy.mt76->band_idx) in mt7915_dma_start()
544 if (dev->dbdc_support || dev->phy.mt76->band_idx) { in mt7915_dma_init()
Dmt7915.h293 bool dbdc_support; member
Dmac.c1232 MT_WF_IRPI_NSS(0, nss + (idx << dev->dbdc_support)) : in mt7915_phy_get_nf()
2055 0, dev->dbdc_support ? 2 : 0); in mt7915_dfs_start_rdd()
2183 dev->dbdc_support ? 2 : 0); in mt7915_dfs_init_radar_detector()
Ddebugfs.c1240 if (!dev->dbdc_support || phy->mt76->band_idx) { in mt7915_init_debugfs()
Dmain.c223 if (mvif->mt76.idx >= (MT7915_MAX_INTERFACES << dev->dbdc_support)) { in mt7915_add_interface()
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7615/
Dpci_init.c103 if (dev->dbdc_support) { in mt7615_register_device()
Deeprom.c132 dev->dbdc_support = true; in mt7615_eeprom_parse_hw_band_cap()
Dmt7615.h274 bool dbdc_support; member
Dinit.c485 index = dev->dbdc_support ? mphy->band_idx : mphy->leds.pin; in mt7615_led_set_config()
Dmcu.c1723 if (dev->dbdc_support) { in mt7615_mcu_init()
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7996/
Dmt7996.h225 bool dbdc_support:1; member
408 return MT7996_MAX_INTERFACES * (1 + dev->dbdc_support + dev->tbtc_support); in mt7996_max_interface_num()
Dinit.c317 if (dev->dbdc_support) { in mt7996_txbf_init()
342 if ((band == MT_BAND1 && !dev->dbdc_support) || in mt7996_register_phy()
452 dev->dbdc_support = true; in mt7996_init_hardware()
Ddma.c165 if (dev->dbdc_support) in mt7996_dma_start()
Dmcu.c2518 num = 2 + 2 * (dev->dbdc_support + dev->tbtc_support); in mt7996_mcu_init_rx_airtime()
2528 if (dev->dbdc_support) in mt7996_mcu_init_rx_airtime()