Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/wan/
Dhd64572.h197 #define DST_CRC 0x04 /* CRC Error */ macro
Dpc300_tty.c816 if ((status & (DST_OVR | DST_CRC | DST_RBIT | DST_SHRT | DST_ABT)) in cpc_tty_receive()
823 if (status & DST_CRC) { in cpc_tty_receive()
Dpc300_drv.c324 if ((status & (DST_OVR | DST_CRC | DST_RBIT | DST_SHRT | DST_ABT)) in dma_buf_read()
1742 if (rxb & DST_CRC) { in cpc_net_rx()