Lines Matching refs:CamRdy1
117 #define CamRdy1 ( 1 << 3) /* nibble mode */
372 while (((status = read_lpstatus (q)) & CamRdy1) != val);
378 CamRdy1 (bit 3 of status register). It also returns the last value
404 n1 = qc_waithand (q, CamRdy1);
433 n1 = qc_waithand (q, CamRdy1);
582 lo = (qc_waithand (q, CamRdy1) & 0xf0) >> 4;
903 qc_waithand (q, CamRdy1);
1145 for (i = 0; (i < 1000) && !(s1 = (n1 = read_lpstatus (q)) & CamRdy1); i++);
1148 DBG (2, "attach: failed to get CamRdy1 at port 0x%x\n", q->port);
1155 for (i = 0; (i < 1000) && (s2 = (n2 = read_lpstatus (q)) & CamRdy1); i++);
1158 DBG (2, "attach: CamRdy1 failed to clear at port 0x%x\n", q->port);