Lines Matching refs:cmdid
380 u16 cmdid, module_id;
385 cmdid = mc_cmd_hdr_read_cmdid(mc_cmd);
388 if ((cmdid & desc->cmdid_mask) == desc->cmdid_value)
392 dev_err(&mc_dev->dev, "MC command 0x%04x: cmdid not accepted\n", cmdid);
405 cmdid, desc->size);
416 cmdid, mc_cmd_hdr_read_token(mc_cmd));
422 /* The module ID is represented by bits [4:9] from the cmdid */
423 module_id = (cmdid & GENMASK(9, 4)) >> 4;
426 cmdid, module_id);
437 cmdid);