Searched defs:rt2860_mcu_cmd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860.c185 static int rt2860_mcu_cmd(struct rt2860_softc *, uint8_t, uint16_t);
1995 rt2860_mcu_cmd(struct rt2860_softc *sc, uint8_t cmd, uint16_t arg) function
2040 (void) rt2860_mcu_cmd(sc, RT2860_MCU_CMD_BBP, 0);
2075 (void) rt2860_mcu_cmd(sc, RT2860_MCU_CMD_BBP, 0);
2268 (void) rt2860_mcu_cmd(sc, RT2860_MCU_CMD_LEDS,
2409 (void) rt2860_mcu_cmd(sc, RT2860_MCU_CMD_LED1, sc->led[0]);
2410 (void) rt2860_mcu_cmd(sc, RT2860_MCU_CMD_LED2, sc->led[1]);
2411 (void) rt2860_mcu_cmd(sc, RT2860_MCU_CMD_LED3, sc->led[2]);
2432 (void) rt2860_mcu_cmd(sc, RT2860_MCU_CMD_BOOT, 0);
2488 (void) rt2860_mcu_cmd(s
[all...]

Completed in 49 milliseconds