Lines Matching refs:opc4
853 unsigned char opc4[16] = {
893 opc4[1] = skip << 6;
894 opc4[2] = skip >> 2;
895 opc4[3] = (rev ? 0x20 : 0x70) + ((skip >> 10) & 0xf);
896 opc4[9] = rev ? 0x01 : 0x05;
900 opc4[8] = 0x2f;
901 opc4[14] = 0xa4;
905 opc4[8] = 0x17;
906 opc4[14] = 0xac;
913 CHK (cwrite (scan, CMD_2, 16, opc4, &s));
951 unsigned char opc4[16] = {
990 opc4[1] = skip << 6;
991 opc4[2] = skip >> 2;
992 opc4[3] = (rev ? 0x20 : 0x70) + ((skip >> 10) & 0x0f);
993 opc4[9] = rev ? 0x01 : 0x05;
997 opc4[8] = 0x2b;
998 opc4[14] = 0xa4;
1002 opc4[8] = 0x15;
1003 opc4[14] = 0xac;
1010 CHK (cwrite (scan, CMD_2, 16, opc4, &s));