Home
last modified time | relevance | path

Searched refs:DSR_nBUSY (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/parport/
H A Dparport_ip32.c172 #define DSR_nBUSY (1U << 7) /* PARPORT_STATUS_BUSY */ macro
408 if (!(dsr & DSR_nBUSY)) in parport_ip32_dump_state()
1642 if (parport_wait_peripheral(p, DSR_nBUSY | DSR_nFAULT, in parport_ip32_compat_write_data()
1643 DSR_nBUSY | DSR_nFAULT)) { in parport_ip32_compat_write_data()
1662 if (parport_wait_peripheral(p, DSR_nBUSY, DSR_nBUSY)) in parport_ip32_compat_write_data()
1723 if (parport_wait_peripheral(p, DSR_nBUSY | DSR_nFAULT, in parport_ip32_ecp_write_data()
1724 DSR_nBUSY | DSR_nFAULT)) { in parport_ip32_ecp_write_data()
1743 if (parport_wait_peripheral(p, DSR_nBUSY, DSR_nBUSY)) in parport_ip32_ecp_write_data()