Lines Matching defs:ctrl_m_pg
2217 static unsigned char ctrl_m_pg[] = {0xa, 10, 2, 0, 0, 0, 0, 0,
2228 ctrl_m_pg[2] |= 0x4;
2230 ctrl_m_pg[2] &= ~0x4;
2233 ctrl_m_pg[5] |= 0x80; /* ATO=1 */
2235 memcpy(p, ctrl_m_pg, sizeof(ctrl_m_pg));
2240 return sizeof(ctrl_m_pg);
2539 if (ctrl_m_pg[1] == arr[off + 1]) {
2540 memcpy(ctrl_m_pg + 2, arr + off + 2,
2541 sizeof(ctrl_m_pg) - 2);
2542 if (ctrl_m_pg[4] & 0x8)
2546 sdebug_dsense = !!(ctrl_m_pg[2] & 0x4);