Home | History | Annotate | Download | only in hpc

Lines Matching refs:nACK

349 		/* nAck pulsed for 5 usec, too fast to check reliably, assume */
359 /* nAck is set low by device and then high on ack */
360 if (!(atppc->sc_str_intr & nACK)) {
371 /* Confirm interrupt cause: these are not pulsed as in nAck. */
410 /* nAck pulsed for 5 usec, too fast to check reliably */
1160 #define nibble2char(s) ((((s) & ~nACK) >> 3) | (~(s) & nBUSY) >> 4)
1208 /* Event 9 - peripheral set nAck low */
1281 /* Event 9 - peripheral set nAck low */
1400 /* If no intr, prepare to catch the rising edge of nACK */
1415 /* Wait for nACK for MAXBUSYWAIT */