Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wan/
H A Dwanxl.h121 #define STATUS_PARITY (STATUS_RX_FRAME_ERRORS + 4) macro
122 #define STATUS_ENCODING (STATUS_PARITY + 4)
H A Dwanxlfw.S321 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)
/openbmc/qemu/hw/char/
H A Dxilinx_uartlite.c51 #define STATUS_PARITY 0x80 macro