Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/irda/
Dau1000_ircc.h66 #define IR_PHY_ERROR (1<<6) /* rx */ macro
71 #define IR_RX_ERROR (IR_PHY_ERROR|IR_CRC_ERROR| \
/linux-2.4.37.9/drivers/net/irda/
Dau1k_ir.c615 if (status & (IR_PHY_ERROR|IR_FIFO_OVER)) in update_rx_stats()