Searched refs:UTCR0 (Results 1 – 3 of 3) sorted by relevance
45 #define UART_GET_UTCR0(sport) __raw_readl((sport)->port.membase + UTCR0)53 #define UART_PUT_UTCR0(sport,v) __raw_writel((v),(sport)->port.membase + UTCR0)
316 writel(UTCR0_8BitData | UTCR0_1StpBit, micro->base + UTCR0); in micro_reset_comm()
307 #define UTCR0 0x00 macro