xref: /kernel/linux/linux-6.6/arch/powerpc/boot/pq2.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/arch/powerpc/boot/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci#ifndef _PPC_BOOT_PQ2_H_
362306a36Sopenharmony_ci#define _PPC_BOOT_PQ2_H_
462306a36Sopenharmony_ci
562306a36Sopenharmony_ci#include "types.h"
662306a36Sopenharmony_ci
762306a36Sopenharmony_ciint pq2_get_clocks(u32 crystal, u32 *sysfreq, u32 *corefreq,
862306a36Sopenharmony_ci                   u32 *timebase, u32 *brgfreq);
962306a36Sopenharmony_civoid pq2_set_clocks(u32 sysfreq, u32 corefreq, u32 timebase, u32 brgfreq);
1062306a36Sopenharmony_ciint pq2_fixup_clocks(u32 crystal);
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ci#endif
13

Indexes created Thu Nov 07 10:32:03 CST 2024