Home
last modified time | relevance | path

Searched refs:__MCU_CMD_FIELD_WA (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.h1112 #define __MCU_CMD_FIELD_WA BIT(19) macro
1129 #define MCU_WA_CMD(_t) (MCU_CMD(_t) | __MCU_CMD_FIELD_WA)
1130 #define MCU_WA_EXT_CMD(_t) (MCU_EXT_CMD(_t) | __MCU_CMD_FIELD_WA)
1141 __MCU_CMD_FIELD_WA)
1143 __MCU_CMD_FIELD_WA)
H A Dmt76_connac_mcu.c3244 if (cmd & __MCU_CMD_FIELD_WA) in mt76_connac2_mcu_fill_message()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c268 if ((cmd & __MCU_CMD_FIELD_WA) && (cmd & __MCU_CMD_FIELD_WM)) in mt7996_mcu_send_message()
270 else if (cmd & __MCU_CMD_FIELD_WA) in mt7996_mcu_send_message()
297 if (cmd & __MCU_CMD_FIELD_WA) in mt7996_mcu_send_message()