Lines Matching refs:op
43 int op, dev = FPGA_INVALID_DEVICE; in do_fpga() local
123 op = (int)fpga_get_op(argv[1]); in do_fpga()
128 op = FPGA_NONE; /* force usage display */ in do_fpga()
134 op = FPGA_NONE; in do_fpga()
137 switch (op) { in do_fpga()
166 op = FPGA_NONE; in do_fpga()
169 switch (op) { in do_fpga()
310 int op = FPGA_NONE; in fpga_get_op() local
313 op = FPGA_INFO; in fpga_get_op()
315 op = FPGA_LOADB; in fpga_get_op()
317 op = FPGA_LOAD; in fpga_get_op()
320 op = FPGA_LOADP; in fpga_get_op()
324 op = FPGA_LOADBP; in fpga_get_op()
328 op = FPGA_LOADFS; in fpga_get_op()
332 op = FPGA_LOADMK; in fpga_get_op()
335 op = FPGA_DUMP; in fpga_get_op()
337 if (op == FPGA_NONE) in fpga_get_op()
340 return op; in fpga_get_op()