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