Skip to content

Instantly share code, notes, and snippets.

@inaciose
Created July 19, 2017 12:19
Show Gist options
  • Save inaciose/5d8f190c513f70e83bfce1aebca48ddf to your computer and use it in GitHub Desktop.
Save inaciose/5d8f190c513f70e83bfce1aebca48ddf to your computer and use it in GitHub Desktop.
uboot-clock.c
arch/arm/mach-sunxi/clock.c
clock_init(void)
clock_init_uart();
clock_init_sec();
clock_twi_onoff(int port, int state)
prcm_apb0_enable
prcm_apb0_disable
setbits_le32
clrbits_le32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment