Home | History | Annotate | Download | only in ppbus

Lines Matching refs:opcode

68 	int opcode)
74 switch (opcode) {
84 panic("%s: unknown opcode (%d)", __func__, opcode);
129 struct ppbus_microseq * loop, int opcode)
133 ppbdev, opcode);
143 * Execute any microsequence opcode - expensive
148 int opcode, union ppbus_insarg param1, union ppbus_insarg param2,
158 msq[0].opcode = opcode;
301 switch (mi->opcode) {
306 xfer = mode2xfer(bus, ppbdev, mi->opcode);
310 if (mi->opcode == MS_OP_PUT) {