Lines Matching refs:rt2860_mcu_cmd
126 static int rt2860_mcu_cmd(struct rt2860_softc *, uint8_t, uint16_t, int);
2046 rt2860_mcu_cmd(sc, RT2860_MCU_CMD_BBP, 0, 0); in rt2860_mcu_bbp_write()
2071 rt2860_mcu_cmd(sc, RT2860_MCU_CMD_BBP, 0, 0); in rt2860_mcu_bbp_read()
2165 rt2860_mcu_cmd(struct rt2860_softc *sc, uint8_t cmd, uint16_t arg, int wait) in rt2860_mcu_cmd() function
2534 rt2860_mcu_cmd(sc, 0x74, (tmp << 8 ) | rf, 0); in rt5390_set_chan()
2965 rt2860_mcu_cmd(sc, RT2860_MCU_CMD_LEDS, in rt2860_set_leds()
3873 rt2860_mcu_cmd(sc, RT2860_MCU_CMD_RFRESET, 0, 0); in rt2860_init()
3945 rt2860_mcu_cmd(sc, RT2860_MCU_CMD_LED1, sc->led[0], 0); in rt2860_init()
3946 rt2860_mcu_cmd(sc, RT2860_MCU_CMD_LED2, sc->led[1], 0); in rt2860_init()
3947 rt2860_mcu_cmd(sc, RT2860_MCU_CMD_LED3, sc->led[2], 0); in rt2860_init()
3954 rt2860_mcu_cmd(sc, RT2860_MCU_CMD_SLEEP, 0x02ff, 1); in rt2860_init()
3955 rt2860_mcu_cmd(sc, RT2860_MCU_CMD_WAKEUP, 0, 1); in rt2860_init()
3989 rt2860_mcu_cmd(sc, RT2860_MCU_CMD_RFRESET, 0, 0); in rt2860_init()
4016 rt2860_mcu_cmd(sc, RT2860_MCU_CMD_PSLEVEL, sc->pslevel, 0); in rt2860_init()