Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dfsl_lpuart.c407 static int __lpuart_enable_clks(struct lpuart_port *sport, bool is_en) in __lpuart_enable_clks() function
437 #define lpuart_enable_clks(x) __lpuart_enable_clks(x, true)
438 #define lpuart_disable_clks(x) __lpuart_enable_clks(x, false)