Home
last modified time | relevance | path

Searched refs:tbtc_support (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Ddma.c168 if (dev->tbtc_support) in mt7996_dma_start()
335 if (dev->tbtc_support || dev->mphy.band_idx == MT_BAND2) { in mt7996_dma_init()
H A Dmt7996.h227 bool tbtc_support:1; member
408 return MT7996_MAX_INTERFACES * (1 + dev->dbdc_support + dev->tbtc_support); in mt7996_max_interface_num()
H A Dinit.c343 (band == MT_BAND2 && !dev->tbtc_support)) in mt7996_register_phy()
453 dev->tbtc_support = true; in mt7996_init_hardware()
H A Dmcu.c2544 num = 2 + 2 * (dev->dbdc_support + dev->tbtc_support); in mt7996_mcu_init_rx_airtime()
2557 if (dev->tbtc_support) in mt7996_mcu_init_rx_airtime()