xref: /kernel/linux/linux-5.10/drivers/clk/berlin/common.h (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/clk/berlin/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (c) 2014 Marvell Technology Group Ltd.
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
68c2ecf20Sopenharmony_ci * Alexandre Belloni <alexandre.belloni@free-electrons.com>
78c2ecf20Sopenharmony_ci */
88c2ecf20Sopenharmony_ci#ifndef __BERLIN2_COMMON_H
98c2ecf20Sopenharmony_ci#define __BERLIN2_COMMON_H
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_cistruct berlin2_gate_data {
128c2ecf20Sopenharmony_ci	const char *name;
138c2ecf20Sopenharmony_ci	const char *parent_name;
148c2ecf20Sopenharmony_ci	u8 bit_idx;
158c2ecf20Sopenharmony_ci	unsigned long flags;
168c2ecf20Sopenharmony_ci};
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ci#endif /* BERLIN2_COMMON_H */
19

Indexes created Thu Nov 07 10:32:03 CST 2024