Lines Matching defs:ESTB
143 #define ESTB PP_STAT_POUT /* Echoed strobe. */
253 while ((portman_read_status(pm) & ESTB) == 0)
259 while ((portman_read_status(pm) & ESTB) == ESTB)
290 while ((portman_read_status(pm) & ESTB) == ESTB)
302 while ((portman_read_status(pm) & ESTB) == 0)
350 while ((portman_read_status(pm) & ESTB) == ESTB)
411 /* Wait for ESTB */
412 while ((portman_read_status(pm) & ESTB) == 0)
428 while ((portman_read_status(pm) & ESTB) == ESTB)
453 /* Check for ESTB to be clear */
455 if ((parport_read_status(p) & ESTB) == ESTB)
463 if ((parport_read_status(p) & ESTB) != ESTB)