Searched refs:R_CD_S (Results 1 – 2 of 2) sorted by relevance
45 #define R_CD_S 0x0001 /* carrier detect */ macro
35 #define RX_BD_ERRORS (R_CD_S | R_OV_S | R_CR_S | R_AB_S | R_NO_S | R_LG_S)537 if (bd_status & R_CD_S) in hdlc_rx_done()