Home
last modified time | relevance | path

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

/openbmc/linux/drivers/parport/
H A Dparport_ip32.c174 #define DSR_PERROR (1U << 5) /* PARPORT_STATUS_PAPEROUT */ macro
412 if (dsr & DSR_PERROR) in parport_ip32_dump_state()
1581 if (parport_wait_peripheral(p, DSR_PERROR, 0)) in parport_ip32_get_fifo_residue()
1586 if (parport_wait_peripheral(p, DSR_PERROR, DSR_PERROR)) in parport_ip32_get_fifo_residue()
1706 if (parport_wait_peripheral(p, DSR_PERROR, DSR_PERROR)) { in parport_ip32_ecp_write_data()