Lines Matching defs:utcr0
419 unsigned int utcr0, old_utcr3, baud, quot;
433 utcr0 = UTCR0_DSS;
435 utcr0 = 0;
438 utcr0 |= UTCR0_SBS;
440 utcr0 |= UTCR0_PE;
442 utcr0 |= UTCR0_OES;
501 UART_PUT_UTCR0(sport, utcr0);
751 unsigned int utcr0, quot;
753 utcr0 = UART_GET_UTCR0(sport);
756 if (utcr0 & UTCR0_PE) {
757 if (utcr0 & UTCR0_OES)
763 if (utcr0 & UTCR0_DSS)