Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/serial/
Dmvebu-uart.c1093 #define to_uart_clock_base(uart_clock) container_of(uart_clock, \ argument
1094 struct mvebu_uart_clock_base, clocks[uart_clock->clock_idx])
1098 struct mvebu_uart_clock *uart_clock = to_uart_clock(hw); in mvebu_uart_clock_prepare() local
1100 to_uart_clock_base(uart_clock); in mvebu_uart_clock_prepare()
1206 struct mvebu_uart_clock *uart_clock = to_uart_clock(hw); in mvebu_uart_clock_enable() local
1208 to_uart_clock_base(uart_clock); in mvebu_uart_clock_enable()
1216 if (uart_clock->clock_idx == 0) in mvebu_uart_clock_enable()
1230 struct mvebu_uart_clock *uart_clock = to_uart_clock(hw); in mvebu_uart_clock_disable() local
1232 to_uart_clock_base(uart_clock); in mvebu_uart_clock_disable()
1240 if (uart_clock->clock_idx == 0) in mvebu_uart_clock_disable()
[all …]
/linux-6.1.9/arch/powerpc/include/asm/
Dfs_pd.h44 static inline int uart_clock(void) in uart_clock() function