cnw_cmd
static int cnw_cmd(struct cnw_softc *, int, int, int, int);
do { cnw_cmd(sc, cmd, 0, 0, 0); } while (0)
do { cnw_cmd(sc, cmd, 1, arg1 , 0); } while (0)
do { cnw_cmd(sc, cmd, 2, arg1, arg2); } while (0)