Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _PPC_BOOT_PQ2_H_
0003 #define _PPC_BOOT_PQ2_H_
0004 
0005 #include "types.h"
0006 
0007 int pq2_get_clocks(u32 crystal, u32 *sysfreq, u32 *corefreq,
0008                    u32 *timebase, u32 *brgfreq);
0009 void pq2_set_clocks(u32 sysfreq, u32 corefreq, u32 timebase, u32 brgfreq);
0010 int pq2_fixup_clocks(u32 crystal);
0011 
0012 #endif