Home
last modified time | relevance | path

Searched refs:mt_console_uart_cg_status (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a-latest/plat/mediatek/mt8183/drivers/spm/
Dspm_suspend.c175 if (!mt_console_uart_cg_status()) in go_to_sleep_before_wfi()
186 if (!mt_console_uart_cg_status()) in go_to_sleep_before_wfi()
201 if (!mt_console_uart_cg_status()) in go_to_sleep_after_wfi()
206 if (!mt_console_uart_cg_status()) in go_to_sleep_after_wfi()
/trusted-firmware-a-latest/plat/mediatek/drivers/uart/
Duart.h98 uint32_t mt_console_uart_cg_status(void);
Duart.c109 uint32_t mt_console_uart_cg_status(void) in mt_console_uart_cg_status() function