Searched refs:STATUS_PARITY (Results 1 – 3 of 3) sorted by relevance
121 #define STATUS_PARITY (STATUS_RX_FRAME_ERRORS + 4) macro122 #define STATUS_ENCODING (STATUS_PARITY + 4)
321 cmpl #PARITY_NONE, STATUS_PARITY(%a0)360 cmpl #PARITY_CRC16_PR1_CCITT, STATUS_PARITY(%a0)370 cmpl #PARITY_CRC32_PR1_CCITT, STATUS_PARITY(%a0)380 cmpl #PARITY_CRC16_PR0_CCITT, STATUS_PARITY(%a0)390 cmpl #PARITY_CRC32_PR0_CCITT, STATUS_PARITY(%a0)
51 #define STATUS_PARITY 0x80 macro