OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-213
/
include
/
linux
/
clk
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📄
at91_pmc.h
11.32 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
clk-conf.h
588 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
mmp.h
475 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
mxs.h
360 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
renesas.h
1.19 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
sunxi-ng.h
974 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
tegra.h
3.19 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
ti.h
11.07 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
zynq.h
1.06 KB
01/28/2018 09:20:33 PM
rw-r--r--
Editing: zynq.h
Close
/* * 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