Home
last modified time | relevance | path

Searched refs:ckctl (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/arch/arm/mach-omap1/
Dsram-init.c54 static void (*_omap_sram_reprogram_clock)(u32 dpllctl, u32 ckctl);
56 void omap_sram_reprogram_clock(u32 dpllctl, u32 ckctl) in omap_sram_reprogram_clock() argument
61 ckctl |= 0x2000; in omap_sram_reprogram_clock()
62 _omap_sram_reprogram_clock(dpllctl, ckctl); in omap_sram_reprogram_clock()
Dsram.h4 extern void omap_sram_reprogram_clock(u32 dpllctl, u32 ckctl);
7 extern void omap1_sram_reprogram_clock(u32 ckctl, u32 dpllctl);
Dsram.S40 strh r1, [r3] @ write new ckctl value
/Linux-v5.10/arch/arm/mach-omap2/
Dsram.h18 extern void omap24xx_sram_reprogram_clock(u32 ckctl, u32 dpllctl);