Searched refs:mt7996_mcu_set_ser (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c3843 int mt7996_mcu_set_ser(struct mt7996_dev *dev, u8 action, u8 val, u8 band) function
H A Dmt7996.h482 int mt7996_mcu_set_ser(struct mt7996_dev *dev, u8 action, u8 set, u8 band);
H A Dmmio.c284 ret = mt7996_mcu_set_ser(dev, UNI_CMD_SER_TRIGGER, UNI_CMD_SER_SET_RECOVER_L1,
H A Ddebugfs.c89 ret = mt7996_mcu_set_ser(dev, UNI_CMD_SER_QUERY, 0, band);
98 ret = mt7996_mcu_set_ser(dev, UNI_CMD_SER_SET, BIT(val), band);
102 ret = mt7996_mcu_set_ser(dev, UNI_CMD_SER_TRIGGER, val, band);

Completed in 174 milliseconds