Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dfsl_lpuart.c343 static int __lpuart_enable_clks(struct lpuart_port *sport, bool is_en) in __lpuart_enable_clks() function
373 #define lpuart_enable_clks(x) __lpuart_enable_clks(x, true)
374 #define lpuart_disable_clks(x) __lpuart_enable_clks(x, false)