Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Deeprom.c71 return dev->dbdc_support ? in mt7915_eeprom_name()
197 } else if (val == MT_EE_BAND_SEL_DEFAULT && dev->dbdc_support) { in mt7915_eeprom_parse_band_config()
238 if (dev->dbdc_support) { in mt7915_eeprom_parse_hw_cap()
260 if (band && dev->dbdc_support) in mt7915_eeprom_parse_hw_cap()
H A Dinit.c476 if (!dev->dbdc_support) in mt7915_init_wiphy()
494 if (!is_mt7915(&dev->mt76) || !dev->dbdc_support) in mt7915_init_wiphy()
590 if (dev->dbdc_support) { in mt7915_init_led_mux()
683 if (dev->dbdc_support) { in mt7915_txbf_init()
704 if (!dev->dbdc_support) in mt7915_alloc_ext_phy()
940 if (!dev->dbdc_support) in mt7915_set_stream_he_txbf_caps()
1031 else if (!dev->dbdc_support) in mt7915_init_he_caps()
1268 dev->dbdc_support = mt7915_band_config(dev); in mt7915_register_device()
H A Dmt7915.h301 bool dbdc_support; member
409 if (!dev->dbdc_support) in mt7915_band_chainshift()
H A Dmac.c1209 MT_WF_IRPI_NSS(0, nss + (idx << dev->dbdc_support)) : in mt7915_phy_get_nf()
2070 0, dev->dbdc_support ? 2 : 0); in mt7915_dfs_start_rdd()
2182 rdd_idx, 0, dev->dbdc_support ? 2 : 0); in mt7915_dfs_init_radar_detector()
H A Ddebugfs.c1316 if (!dev->dbdc_support || phy->mt76->band_idx) { in mt7915_init_debugfs()
H A Dmain.c223 if (mvif->mt76.idx >= (MT7915_MAX_INTERFACES << dev->dbdc_support)) { in mt7915_add_interface()