Home
last modified time | relevance | path

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

/src/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dinit.c465 if (!dev->dbdc_support) in mt7915_init_wiphy()
483 if (!is_mt7915(&dev->mt76) || !dev->dbdc_support) in mt7915_init_wiphy()
579 if (dev->dbdc_support) { in mt7915_init_led_mux()
672 if (dev->dbdc_support) { in mt7915_txbf_init()
693 if (!dev->dbdc_support) in mt7915_alloc_ext_phy()
939 if (!dev->dbdc_support) in mt7915_set_stream_he_txbf_caps()
1030 else if (!dev->dbdc_support) in mt7915_init_he_caps()
1269 dev->dbdc_support = mt7915_band_config(dev); in mt7915_register_device()
H A Deeprom.c75 return dev->dbdc_support ? in mt7915_eeprom_name()
201 } else if (val == MT_EE_BAND_SEL_DEFAULT && dev->dbdc_support) { in mt7915_eeprom_parse_band_config()
242 if (dev->dbdc_support) { in mt7915_eeprom_parse_hw_cap()
H A Deeprom.h164 if (dev->dbdc_support) in mt7915_tssi_enabled()
H A 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()
H A Dmt7915.h300 bool dbdc_support; member
H A Dmac.c1256 MT_WF_IRPI_NSS(0, nss + (idx << dev->dbdc_support)) : in mt7915_phy_get_nf()
2101 0, dev->dbdc_support ? 2 : 0); in mt7915_dfs_start_rdd()
2213 rdd_idx, 0, dev->dbdc_support ? 2 : 0); in mt7915_dfs_init_radar_detector()
H A Ddebugfs.c1328 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()
/src/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dpci_init.c108 if (dev->dbdc_support) { in mt7615_register_device()
H A Deeprom.c139 dev->dbdc_support = true; in mt7615_eeprom_parse_hw_band_cap()
H A Dmt7615.h274 bool dbdc_support; member
H A Dinit.c487 index = dev->dbdc_support ? mphy->band_idx : mphy->leds.pin; in mt7615_led_set_config()
H A Dmcu.c1733 if (dev->dbdc_support) { in mt7615_mcu_init()