Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright (c) 2017 Chen-Yu Tsai. All rights reserved.
0004  */
0005 
0006 #ifndef _LINUX_CLK_SUNXI_NG_H_
0007 #define _LINUX_CLK_SUNXI_NG_H_
0008 
0009 int sunxi_ccu_set_mmc_timing_mode(struct clk *clk, bool new_mode);
0010 int sunxi_ccu_get_mmc_timing_mode(struct clk *clk);
0011 
0012 int sun6i_rtc_ccu_probe(struct device *dev, void __iomem *reg);
0013 
0014 #endif