Home
last modified time | relevance | path

Searched refs:MCU_WA_PARAM_CMD (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt76/mt7996/ !
H A Ddebugfs.c384 return mt7996_mcu_wa_cmd(dev, MCU_WA_PARAM_CMD(SET), MCU_WA_PARAM_PDMA_RX,
466 return mt7996_mcu_wa_cmd(dev, MCU_WA_PARAM_CMD(QUERY), in mt7996_ampdu_stat_read_phy()
H A Dinit.c652 mt7996_mcu_wa_cmd(dev, MCU_WA_PARAM_CMD(SET), in mt7996_txbf_init()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/ !
H A Ddebugfs.c584 ret = mt7915_mcu_wa_cmd(dev, MCU_WA_PARAM_CMD(SET), in mt7915_fw_debug_wa_set()
694 return mt7915_mcu_wa_cmd(dev, MCU_WA_PARAM_CMD(QUERY), in mt7915_fw_util_wa_show()
H A Dmcu.c2357 return mt76_mcu_send_msg(&dev->mt76, MCU_WA_PARAM_CMD(SET), &req, in mt7915_red_set_watermark()
2380 return mt7915_mcu_wa_cmd(dev, MCU_WA_PARAM_CMD(SET), in mt7915_mcu_set_red()
2421 mt7915_mcu_wa_cmd(dev, MCU_WA_PARAM_CMD(CAPABILITY), 0, 0, 0); in mt7915_mcu_init_firmware()
4129 ret = mt76_mcu_send_and_get_msg(&dev->mt76, MCU_WA_PARAM_CMD(QUERY),
/linux/drivers/net/wireless/mediatek/mt76/ !
H A Dmt76_connac_mcu.h1209 #define MCU_WA_PARAM_CMD(_t) (MCU_WA_CMD(WA_PARAM) | \
1200 #define MCU_WA_PARAM_CMD( global() macro