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