����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2017 Chen-Yu Tsai. All rights reserved.
*/
#ifndef _LINUX_CLK_SUNXI_NG_H_
#define _LINUX_CLK_SUNXI_NG_H_
#include <linux/errno.h>
#ifdef CONFIG_SUNXI_CCU
int sunxi_ccu_set_mmc_timing_mode(struct clk *clk, bool new_mode);
int sunxi_ccu_get_mmc_timing_mode(struct clk *clk);
#else
static inline int sunxi_ccu_set_mmc_timing_mode(struct clk *clk,
bool new_mode)
{
return -ENOTSUPP;
}
static inline int sunxi_ccu_get_mmc_timing_mode(struct clk *clk)
{
return -ENOTSUPP;
}
#endif
int sun6i_rtc_ccu_probe(struct device *dev, void __iomem *reg);
#endif
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| analogbits-wrpll-cln28hpc.h | File | 2.81 KB | 0644 |
|
| at91_pmc.h | File | 12.71 KB | 0644 |
|
| clk-conf.h | File | 507 B | 0644 |
|
| davinci.h | File | 1.43 KB | 0644 |
|
| imx.h | File | 276 B | 0644 |
|
| mmp.h | File | 475 B | 0644 |
|
| mxs.h | File | 214 B | 0644 |
|
| renesas.h | File | 1001 B | 0644 |
|
| samsung.h | File | 1.72 KB | 0644 |
|
| spear.h | File | 610 B | 0644 |
|
| sunxi-ng.h | File | 625 B | 0644 |
|
| tegra.h | File | 5.87 KB | 0644 |
|
| ti.h | File | 12.74 KB | 0644 |
|
| zynq.h | File | 415 B | 0644 |
|