Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7915/
Deeprom.c66 return dev->dbdc_support ? in mt7915_eeprom_name()
180 } else if (val == MT_EE_BAND_SEL_DEFAULT && dev->dbdc_support) { in mt7915_eeprom_parse_band_config()
221 if (dev->dbdc_support) { in mt7915_eeprom_parse_hw_cap()
Dinit.c435 if (!dev->dbdc_support) in mt7915_init_wiphy()
453 if (!is_mt7915(&dev->mt76) || !dev->dbdc_support) in mt7915_init_wiphy()
540 if (dev->dbdc_support) { in mt7915_init_led_mux()
633 if (dev->dbdc_support) { in mt7915_txbf_init()
654 if (!dev->dbdc_support) in mt7915_alloc_ext_phy()
888 if (!dev->dbdc_support) in mt7915_set_stream_he_txbf_caps()
980 else if (!dev->dbdc_support) in mt7915_init_he_caps()
1217 dev->dbdc_support = mt7915_band_config(dev); in mt7915_register_device()
Deeprom.h163 if (dev->dbdc_support) in mt7915_tssi_enabled()
Ddma.c306 if (dev->dbdc_support || dev->phy.mt76->band_idx) in mt7915_dma_start()
549 if (dev->dbdc_support || dev->phy.mt76->band_idx) { in mt7915_dma_init()
Dmt7915.h294 bool dbdc_support; member
Dmac.c1239 MT_WF_IRPI_NSS(0, nss + (idx << dev->dbdc_support)) : in mt7915_phy_get_nf()
2066 0, dev->dbdc_support ? 2 : 0); in mt7915_dfs_start_rdd()
2194 dev->dbdc_support ? 2 : 0); in mt7915_dfs_init_radar_detector()
Ddebugfs.c1241 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-6.12.1/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.c1727 if (dev->dbdc_support) { in mt7615_mcu_init()