Lines Matching defs:opcode
312 u16 opcode;
316 we can't immediately set the opcode since the controller
318 so we just set cs here and set the opcode at the end */
320 if (par->metromem_cmd->opcode == 0xCC40)
321 opcode = cs = 0xCC41;
323 opcode = cs = 0xCC40;
336 par->metromem_cmd->opcode = opcode; /* display cmd */
347 par->metromem_cmd->opcode = 0x1234; /* pwr up pseudo cmd */
348 cs = par->metromem_cmd->opcode;
374 we can't immediately set the opcode since the controller
385 par->metromem_cmd->opcode = 0xCC10; /* config cmd */
396 we can't immediately set the opcode since the controller
398 so we just set cs here and set the opcode at the end */
411 par->metromem_cmd->opcode = 0xCC20; /* init cmd */