Lines Matching defs:ctrl_m_pg
2226 static unsigned char ctrl_m_pg[] = {0xa, 10, 2, 0, 0, 0, 0, 0,
2237 ctrl_m_pg[2] |= 0x4;
2239 ctrl_m_pg[2] &= ~0x4;
2242 ctrl_m_pg[5] |= 0x80; /* ATO=1 */
2244 memcpy(p, ctrl_m_pg, sizeof(ctrl_m_pg));
2249 return sizeof(ctrl_m_pg);
2548 if (ctrl_m_pg[1] == arr[off + 1]) {
2549 memcpy(ctrl_m_pg + 2, arr + off + 2,
2550 sizeof(ctrl_m_pg) - 2);
2551 if (ctrl_m_pg[4] & 0x8)
2555 sdebug_dsense = !!(ctrl_m_pg[2] & 0x4);