Searched refs:PL011_RSR_ECR_PE (Results 1 – 2 of 2) sorted by relevance
67 #define PL011_RSR_ECR_PE BIT(1) /* parity error */ macro71 #define PL011_RSR_ERROR_MASK (PL011_RSR_ECR_FE | PL011_RSR_ECR_PE | \
193 if (get_uart(dev)->rsr & PL011_RSR_ECR_PE) { in pl011_err_check()