repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ALSA] hda: STAC927x analog mic
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
arch
/
ppc
/
syslib
/
ibm_ocp.c
blob
2ee176610e7c684a477fe7ffa3efce91c1a1c103
1
#include <linux/module.h>
2
#include <asm/ibm4xx.h>
3
#include <asm/ocp.h>
4
5
struct
ocp_sys_info_data ocp_sys_info
= {
6
.
opb_bus_freq
=
50000000
,
/* OPB Bus Frequency (Hz) */
7
.
ebc_bus_freq
=
33333333
,
/* EBC Bus Frequency (Hz) */
8
};
9
10
EXPORT_SYMBOL
(
ocp_sys_info
);