Searched refs:RS_ODDFRAME (Results 1 – 5 of 5) sorted by relevance
189 #define RS_ODDFRAME 0x1000 macro
1166 if ( status & RS_ODDFRAME ) in smc_rcv()
256 #define RS_ODDFRAME 0x1000 macro1510 packet_length -= (rx_status & RS_ODDFRAME ? 5 : 6); in smc_rx()
473 status |= RS_ODDFRAME; in smc_rcv()480 data_len = packet_len - ((status & RS_ODDFRAME) ? 5 : 6); in smc_rcv()
741 #define RS_ODDFRAME 0x1000 macro