003 File Manager
Current Path:
/usr/src/sys/arm/allwinner/clkng
usr
/
src
/
sys
/
arm
/
allwinner
/
clkng
/
📁
..
📄
aw_ccung.c
(8.85 KB)
📄
aw_ccung.h
(3.07 KB)
📄
aw_clk.h
(15.84 KB)
📄
aw_clk_frac.c
(9.74 KB)
📄
aw_clk_frac.h
(1.83 KB)
📄
aw_clk_m.c
(6.45 KB)
📄
aw_clk_m.h
(1.67 KB)
📄
aw_clk_mipi.c
(7.41 KB)
📄
aw_clk_mipi.h
(1.78 KB)
📄
aw_clk_nkmp.c
(10.13 KB)
📄
aw_clk_nkmp.h
(1.86 KB)
📄
aw_clk_nm.c
(8.52 KB)
📄
aw_clk_nm.h
(1.78 KB)
📄
aw_clk_nmm.c
(6.79 KB)
📄
aw_clk_nmm.h
(1.79 KB)
📄
aw_clk_np.c
(6.09 KB)
📄
aw_clk_np.h
(1.75 KB)
📄
aw_clk_prediv_mux.c
(5.05 KB)
📄
aw_clk_prediv_mux.h
(1.74 KB)
📄
ccu_a10.c
(21.21 KB)
📄
ccu_a13.c
(15.15 KB)
📄
ccu_a31.c
(33.97 KB)
📄
ccu_a64.c
(28.57 KB)
📄
ccu_a83t.c
(26.14 KB)
📄
ccu_de2.c
(6.61 KB)
📄
ccu_h3.c
(26.92 KB)
📄
ccu_h6.c
(15.9 KB)
📄
ccu_h6_r.c
(5.48 KB)
📄
ccu_sun8i_r.c
(7.63 KB)
Editing: aw_clk_m.h
/*- * Copyright (c) 2019 Emmanuel Vadot <manu@freebsd.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * * $FreeBSD$ */ #ifndef __AW_CLK_M_H__ #define __AW_CLK_M_H__ #include <dev/extres/clk/clk.h> struct aw_clk_m_def { struct clknode_init_def clkdef; uint32_t offset; struct aw_clk_factor m; uint32_t mux_shift; uint32_t mux_width; uint32_t gate_shift; uint32_t flags; }; int aw_clk_m_register(struct clkdom *clkdom, struct aw_clk_m_def *clkdef); #endif /* __AW_CLK_M_H__ */
Upload File
Create Folder