Lines Matching defs:utcr0
392 unsigned int utcr0, old_utcr3, baud, quot;
406 utcr0 = UTCR0_DSS;
408 utcr0 = 0;
411 utcr0 |= UTCR0_SBS;
413 utcr0 |= UTCR0_PE;
415 utcr0 |= UTCR0_OES;
474 UART_PUT_UTCR0(sport, utcr0);
724 unsigned int utcr0, quot;
726 utcr0 = UART_GET_UTCR0(sport);
729 if (utcr0 & UTCR0_PE) {
730 if (utcr0 & UTCR0_OES)
736 if (utcr0 & UTCR0_DSS)