Searched refs:UART0_CLOCK_GATE_BIT (Results 1 – 2 of 2) sorted by relevance
103 mmio_write_32(UART_CLOCK_GATE_CLR, UART0_CLOCK_GATE_BIT); in mt_console_uart_cg()105 mmio_write_32(UART_CLOCK_GATE_SET, UART0_CLOCK_GATE_BIT); in mt_console_uart_cg()111 return mmio_read_32(UART_CLOCK_GATE_STA) & UART0_CLOCK_GATE_BIT; in mt_console_uart_cg_status()
20 #define UART0_CLOCK_GATE_BIT (1U<<22) macro
Completed in 2 milliseconds