brintos

brintos / linux-shallow public Read only

0
0
Text · 336 B · 5b6774d Raw
20 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2 3#ifndef __PRCC_H4#define __PRCC_H5 6#define PRCC_NUM_PERIPH_CLUSTERS 67#define PRCC_PERIPHS_PER_CLUSTER 328 9/* CLKRST4 is missing making it hard to index things */10enum clkrst_index {11	CLKRST1_INDEX = 0,12	CLKRST2_INDEX,13	CLKRST3_INDEX,14	CLKRST5_INDEX,15	CLKRST6_INDEX,16	CLKRST_MAX,17};18 19#endif20