brintos

brintos / linux-shallow public Read only

0
0
Text · 532 B · e7a408c Raw
25 lines · c
1/* SPDX-License-Identifier: GPL-2.0-or-later */2/*3 * Copyright 2016 Chen-Yu Tsai4 *5 * Chen-Yu Tsai <wens@csie.org>6 */7 8#ifndef _CCU_SUN9I_A80_DE_H_9#define _CCU_SUN9I_A80_DE_H_10 11#include <dt-bindings/clock/sun9i-a80-de.h>12#include <dt-bindings/reset/sun9i-a80-de.h>13 14/* Intermediary clock dividers are not exported */15#define CLK_FE0_DIV	3116#define CLK_FE1_DIV	3217#define CLK_FE2_DIV	3318#define CLK_BE0_DIV	3419#define CLK_BE1_DIV	3520#define CLK_BE2_DIV	3621 22#define CLK_NUMBER	(CLK_BE2_DIV + 1)23 24#endif /* _CCU_SUN9I_A80_DE_H_ */25