Lines Matching defs:cmd
160 #define MAX_WRITE_RETRY 10 /* cmd interface limits */
192 #define IS_CMDE(a) (READ_PORT_ULONG(a->stat)&0x1) /* cmd empty */
369 u32 data1; /* cmd,param */
385 unsigned int cmdcnt; /* cmd statistics */
484 static int sendcmd(struct cmdif *cif, u32 flags, u32 cmd, u32 parm,
821 static int sendcmd(struct cmdif *cif, u32 flags, u32 cmd, u32 parm,
870 WRITE_PORT_ULONG(cmdport->data1, cmd); /* write cmd */
905 ("send cmd %d time: %d mintime: %d maxtime %d err: %d\n",
914 ("send cmd %d hw: 0x%x flag: 0x%x cmd: 0x%x parm: 0x%x ret: 0x%x 0x%x CMDE: %d DATF: %d failed %d\n",
916 flags, cmd, parm, ret ? ret->retlongs[0] : 0,
1382 static int snd_riptide_trigger(struct snd_pcm_substream *substream, int cmd)
1391 switch (cmd) {