Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/fsl/qe/
H A Dqmc.c541 static int qmc_chan_command(struct qmc_chan *chan, u8 qmc_opcode) in qmc_chan_command() argument
543 return cpm_command(chan->id << 2, (qmc_opcode << 4) | 0x0E); in qmc_chan_command()