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 v5.3-rc8 15 lines 334 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef __DT_RT5651_H 3#define __DT_RT5651_H 4 5#define RT5651_JD_NULL 0 6#define RT5651_JD1_1 1 7#define RT5651_JD1_2 2 8#define RT5651_JD2 3 9 10#define RT5651_OVCD_SF_0P5 0 11#define RT5651_OVCD_SF_0P75 1 12#define RT5651_OVCD_SF_1P0 2 13#define RT5651_OVCD_SF_1P5 3 14 15#endif /* __DT_RT5651_H */