dashboard
repositories
activity
search
login
lzh
/
A133
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(backlight): set default backlight value 255
lin
2025-03-21
c2c82c91f6acd44c57766034b6ced0c53c164a55
[~lzh/A133.git]
/
longan
/
kernel
/
linux-4.9
/
arch
/
powerpc
/
boot
/
mpc8xx.h
1
2
3
4
5
6
7
8
9
10
11
#ifndef _PPC_BOOT_MPC8xx_H_
#define _PPC_BOOT_MPC8xx_H_
#include "types.h"
void mpc8xx_set_clocks(u32 sysclk);
u32 mpc885_get_clock(u32 crystal);
int mpc885_fixup_clocks(u32 crystal);
#endif