Searched refs:uart_clock (Results 1 – 2 of 2) sorted by relevance
1093 #define to_uart_clock_base(uart_clock) container_of(uart_clock, \ argument1094 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() local1100 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() local1208 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() local1232 to_uart_clock_base(uart_clock); in mvebu_uart_clock_disable()1240 if (uart_clock->clock_idx == 0) in mvebu_uart_clock_disable()[all …]
44 static inline int uart_clock(void) in uart_clock() function