Lines Matching refs:mvebu_uart_clock
1037 struct mvebu_uart_clock { struct
1045 struct mvebu_uart_clock clocks[2]; argument
1056 #define to_uart_clock(hw) container_of(hw, struct mvebu_uart_clock, clk_hw)
1062 struct mvebu_uart_clock *uart_clock = to_uart_clock(hw); in mvebu_uart_clock_prepare()
1170 struct mvebu_uart_clock *uart_clock = to_uart_clock(hw); in mvebu_uart_clock_enable()
1194 struct mvebu_uart_clock *uart_clock = to_uart_clock(hw); in mvebu_uart_clock_disable()
1216 struct mvebu_uart_clock *uart_clock = to_uart_clock(hw); in mvebu_uart_clock_is_enabled()
1231 struct mvebu_uart_clock *uart_clock = to_uart_clock(hw); in mvebu_uart_clock_save_context()
1246 struct mvebu_uart_clock *uart_clock = to_uart_clock(hw); in mvebu_uart_clock_restore_context()
1260 struct mvebu_uart_clock *uart_clock = to_uart_clock(hw); in mvebu_uart_clock_recalc_rate()
1270 struct mvebu_uart_clock *uart_clock = to_uart_clock(hw); in mvebu_uart_clock_round_rate()
1302 struct mvebu_uart_clock *uart_clock, in mvebu_uart_clock_register()