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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parport/
H A Dparport_ip32.c189 #define DSR_nFAULT (1U << 3) /* PARPORT_STATUS_ERROR */ macro
428 if (dsr & DSR_nFAULT)
1257 if (!(parport_ip32_read_status(p) & DSR_nFAULT)) {
1643 if (parport_wait_peripheral(p, DSR_nBUSY | DSR_nFAULT,
1644 DSR_nBUSY | DSR_nFAULT)) {
1721 if (parport_wait_peripheral(p, DSR_nBUSY | DSR_nFAULT,
1722 DSR_nBUSY | DSR_nFAULT)) {

Completed in 37 milliseconds