Searched refs:qmc_opcode (Results 1 – 1 of 1) sorted by relevance
839 static int qmc_chan_cpm1_command(struct qmc_chan *chan, u8 qmc_opcode) in qmc_chan_cpm1_command() argument841 return cpm_command(chan->id << 2, (qmc_opcode << 4) | 0x0E); in qmc_chan_cpm1_command()