Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860.c187 static int rt2860_mcu_cmd(struct rt2860_softc *, uint8_t, uint16_t);
1996 rt2860_mcu_cmd(struct rt2860_softc *sc, uint8_t cmd, uint16_t arg) in rt2860_mcu_cmd() function
2041 (void) rt2860_mcu_cmd(sc, RT2860_MCU_CMD_BBP, 0); in rt2860_mcu_bbp_read()
2076 (void) rt2860_mcu_cmd(sc, RT2860_MCU_CMD_BBP, 0); in rt2860_mcu_bbp_write()
2269 (void) rt2860_mcu_cmd(sc, RT2860_MCU_CMD_LEDS, in rt2860_set_leds()
2410 (void) rt2860_mcu_cmd(sc, RT2860_MCU_CMD_LED1, sc->led[0]); in rt2860_init()
2411 (void) rt2860_mcu_cmd(sc, RT2860_MCU_CMD_LED2, sc->led[1]); in rt2860_init()
2412 (void) rt2860_mcu_cmd(sc, RT2860_MCU_CMD_LED3, sc->led[2]); in rt2860_init()
2433 (void) rt2860_mcu_cmd(sc, RT2860_MCU_CMD_BOOT, 0); in rt2860_init()
2489 (void) rt2860_mcu_cmd(sc, RT2860_MCU_CMD_PSLEVEL, sc->pslevel); in rt2860_init()