Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dfsl_lpuart.c350 static int __lpuart_enable_clks(struct lpuart_port *sport, bool is_en) in __lpuart_enable_clks() function
380 #define lpuart_enable_clks(x) __lpuart_enable_clks(x, true)
381 #define lpuart_disable_clks(x) __lpuart_enable_clks(x, false)