Lines Matching defs:iec_m_pg
1733 static unsigned char iec_m_pg[] = {0x1c, 0xa, 0x08, 0, 0, 0, 0, 0,
1761 } else if ((iec_m_pg[2] & 0x4) && (6 == (iec_m_pg[3] & 0xf))) {
2260 memcpy(p, iec_m_pg, sizeof(iec_m_pg));
2265 return sizeof(iec_m_pg);
2560 if (iec_m_pg[1] == arr[off + 1]) {
2561 memcpy(iec_m_pg + 2, arr + off + 2,
2562 sizeof(iec_m_pg) - 2);
2592 if (iec_m_pg[2] & 0x4) { /* TEST bit set */