Home | History | Annotate | Download | only in ic

Lines Matching defs:instr

6412 	union	ins_formats instr;
6420 instr.integer = ahc_le32toh(*(const uint32_t*)&seqprog[instrptr * 4]);
6422 fmt1_ins = &instr.format1;
6426 opcode = instr.format1.opcode;
6443 fmt3_ins = &instr.format3;
6500 if ((instr.integer & mask) != 0)
6504 instr.format1.parity = 1;
6508 instr.integer =
6514 instr.integer =
6523 instr.integer = ahc_htole32(instr.integer);
6524 ahc_outsb(ahc, SEQRAM, instr.bytes, 4);