UERSTAT_PARITY
#define UERSTAT_PARITY (1<<1) /* Parity error */
#define UERSTAT_PARITY __BIT(1) /* Parity error */