Linux Audio

Check our new training course

Linux BSP upgrade and security maintenance

Need help to get security updates for your Linux BSP?
Loading...
v3.15
 
1#include <plat/sram.h>
2
3extern void omap_sram_reprogram_clock(u32 dpllctl, u32 ckctl);
4
5/* Do not use these */
6extern void omap1_sram_reprogram_clock(u32 ckctl, u32 dpllctl);
7extern unsigned long omap1_sram_reprogram_clock_sz;
v4.17
1/* SPDX-License-Identifier: GPL-2.0 */
2#include <plat/sram.h>
3
4extern void omap_sram_reprogram_clock(u32 dpllctl, u32 ckctl);
5
6/* Do not use these */
7extern void omap1_sram_reprogram_clock(u32 ckctl, u32 dpllctl);
8extern unsigned long omap1_sram_reprogram_clock_sz;