fu740-prci.h (cdd38c5f1ce4398ec58fec95904b75824daab7b5) fu740-prci.h (c61287bf17836b67e0b649343778bb4a659bd70d)
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (C) 2020 SiFive, Inc.
4 * Zong Li
5 */
6
7#ifndef __SIFIVE_CLK_FU740_PRCI_H
8#define __SIFIVE_CLK_FU740_PRCI_H
9
10#include "sifive-prci.h"
11
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (C) 2020 SiFive, Inc.
4 * Zong Li
5 */
6
7#ifndef __SIFIVE_CLK_FU740_PRCI_H
8#define __SIFIVE_CLK_FU740_PRCI_H
9
10#include "sifive-prci.h"
11
12#define NUM_CLOCK_FU740 8
12#define NUM_CLOCK_FU740 9
13
14extern struct __prci_clock __prci_init_clocks_fu740[NUM_CLOCK_FU740];
15
16static const struct prci_clk_desc prci_clk_fu740 = {
17 .clks = __prci_init_clocks_fu740,
18 .num_clks = ARRAY_SIZE(__prci_init_clocks_fu740),
19};
20
21#endif /* __SIFIVE_CLK_FU740_PRCI_H */
13
14extern struct __prci_clock __prci_init_clocks_fu740[NUM_CLOCK_FU740];
15
16static const struct prci_clk_desc prci_clk_fu740 = {
17 .clks = __prci_init_clocks_fu740,
18 .num_clks = ARRAY_SIZE(__prci_init_clocks_fu740),
19};
20
21#endif /* __SIFIVE_CLK_FU740_PRCI_H */