/* * Copyright (C) 2013 Xilinx Inc. * Copyright (C) 2012 National Instruments * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #ifndef __LINUX_CLK_ZYNQ_H_ #define __LINUX_CLK_ZYNQ_H_ #include <linux/spinlock.h> void zynq_clock_init(void); struct clk *clk_register_zynq_pll(const char *name, const char *parent, void __iomem *pll_ctrl, void __iomem *pll_status, u8 lock_index, spinlock_t *lock); #endif
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
at91_pmc.h | File | 11.32 KB | 0644 |
|
clk-conf.h | File | 588 B | 0644 |
|
mmp.h | File | 475 B | 0644 |
|
mxs.h | File | 360 B | 0644 |
|
renesas.h | File | 1.19 KB | 0644 |
|
sunxi-ng.h | File | 974 B | 0644 |
|
tegra.h | File | 3.19 KB | 0644 |
|
ti.h | File | 11.07 KB | 0644 |
|
zynq.h | File | 1.06 KB | 0644 |
|