Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 17 lines 401 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * Copyright (c) 2020 frank@allwinnertech.com 4 * Copyright (C) 2021 Samuel Holland <samuel@sholland.org> 5 */ 6 7#ifndef _CCU_SUN20I_D1_R_H 8#define _CCU_SUN20I_D1_R_H 9 10#include <dt-bindings/clock/sun20i-d1-r-ccu.h> 11#include <dt-bindings/reset/sun20i-d1-r-ccu.h> 12 13#define CLK_R_APB0 1 14 15#define CLK_NUMBER (CLK_BUS_R_CPUCFG + 1) 16 17#endif /* _CCU_SUN20I_D1_R_H */