Home
last modified time | relevance | path

Searched refs:CamRdy1 (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/
H A Dqcam.c117 #define CamRdy1 ( 1 << 3) /* nibble mode */ macro
372 while (((status = read_lpstatus (q)) & CamRdy1) != val); in qc_waithand()
378 CamRdy1 (bit 3 of status register). It also returns the last value
404 n1 = qc_waithand (q, CamRdy1); in qc_send()
433 n1 = qc_waithand (q, CamRdy1); in qc_readparam()
582 lo = (qc_waithand (q, CamRdy1) & 0xf0) >> 4; in qc_readbytes()
903 qc_waithand (q, CamRdy1); in reader_process()
1145 for (i = 0; (i < 1000) && !(s1 = (n1 = read_lpstatus (q)) & CamRdy1); i++); in attach()
1148 DBG (2, "attach: failed to get CamRdy1 at port 0x%x\n", q->port); in attach()
1155 for (i = 0; (i < 1000) && (s2 = (n2 = read_lpstatus (q)) & CamRdy1); in attach()
[all...]

Completed in 2 milliseconds