gp8psk_usb_in_op
return gp8psk_usb_in_op(d, GET_FW_VERS, 0, 0, fw_vers, 6);
return gp8psk_usb_in_op(d, GET_FPGA_VERS, 0, 0, fpga_vers, 1);
gp8psk_usb_in_op(d, GET_8PSK_CONFIG,0,0,&status,1);
if (gp8psk_usb_in_op(d, BOOT_8PSK, 1, 0, &buf, 1))
if (gp8psk_usb_in_op(d, START_INTERSIL, 1, 0,
if (gp8psk_usb_in_op(d, START_INTERSIL, 0, 0, &buf, 1))
if (gp8psk_usb_in_op(d, BOOT_8PSK, 0, 0, &buf, 1))
if (gp8psk_usb_in_op(d, BOOT_8PSK, 0, 0, &buf, 1))
if (gp8psk_usb_in_op(d, BOOT_8PSK, 1, 0, &buf, 1))
return gp8psk_usb_in_op(d, req, value, index, b, blen);