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 v4.3-rc7 11 lines 205 B view raw
1/* 2 * This header provides constants clk index RK808 pmic clkout 3 */ 4#ifndef _CLK_ROCKCHIP_RK808 5#define _CLK_ROCKCHIP_RK808 6 7/* CLOCKOUT index */ 8#define RK808_CLKOUT0 0 9#define RK808_CLKOUT1 1 10 11#endif