Searched refs:CCR3 (Results 1 – 2 of 2) sorted by relevance
299 *CCR3(config->base) = CCR3_DEFAULT_VALUE; in rzt2m_uart_init()312 *CCR3(config->base) |= (CCR3_MASK_FM); in rzt2m_uart_init()319 *CCR3(config->base) |= CCR3_MASK_STP; in rzt2m_uart_init()328 *CCR3(config->base) |= CCR3_CHR_7BIT; in rzt2m_uart_init()331 *CCR3(config->base) |= CCR3_CHR_8BIT; in rzt2m_uart_init()368 *CCR3(config->base) &= ~CCR3_MASK_CKE; in rzt2m_uart_init()369 *CCR3(config->base) |= CCR3_CKE_ENABLE; in rzt2m_uart_init()
19 #define CCR3(base) ((volatile uint32_t *)(base + 0x14)) macro