Home
last modified time | relevance | path

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

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