Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dtestmode.c231 mt7615_mcu_set_chan_info(phy, MCU_EXT_CMD(SET_RX_PATH)); in mt7615_tm_set_tx_frames()
H A Dmt7615.h403 int mt7615_mcu_set_chan_info(struct mt7615_phy *phy, int cmd);
H A Dmain.c76 ret = mt7615_mcu_set_chan_info(phy, MCU_EXT_CMD(SET_RX_PATH)); in mt7615_start()
309 ret = mt7615_mcu_set_chan_info(phy, MCU_EXT_CMD(CHANNEL_SWITCH)); in mt7615_set_channel()
H A Dmcu.c2122 int mt7615_mcu_set_chan_info(struct mt7615_phy *phy, int cmd) in mt7615_mcu_set_chan_info() function