Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zzha zzha
OpenXG-RAN
Commits
f080f6ef
Commit
f080f6ef
authored
Jul 25, 2014
by
ghaddab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5606
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
298d8d67
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
targets/ARCH/EXMIMO/DRIVER/exmimo3/exmimo_fw.c
targets/ARCH/EXMIMO/DRIVER/exmimo3/exmimo_fw.c
+5
-5
No files found.
targets/ARCH/EXMIMO/DRIVER/exmimo3/exmimo_fw.c
View file @
f080f6ef
...
...
@@ -249,12 +249,12 @@ int exmimo_firmware_init(int card)
iowrite32
(
pphys_exmimo_pci_phys
[
card
],
(
bar
[
card
]
+
PCIE_PCIBASEL
)
);
// lower 32bit of address
iowrite32
(
0
,
(
bar
[
card
]
+
PCIE_PCIBASEH
)
);
// higher 32bit of address
iowrite32
(
pphys_exmimo_pci_phys
[
card
]
->
p_exmimo_pci_phys
[
card_id
]
->
adc_head
[
j
]);
for
(
j
=
0
;
j
<
MAX_ANTENNAS
;
j
++
)
{
iowrite32
(
p_exmimo_pci_phys
[
card
]
->
adc_head
[
j
],
(
bar
[
card
]
+
));
iowrite32
(
p_exmimo_pci_phys
[
card
]
->
dac_head
[
j
],
(
bar
[
card
]
+
));
}
if
(
exmimo_pci_kvirt
[
card
].
exmimo_id_ptr
->
board_swrev
==
BOARD_SWREV_CMDREGISTERS
)
iowrite32
(
EXMIMO_CONTROL2_COOKIE
,
bar
[
card
]
+
PCIE_CONTROL2
);
//printk("exmimo_firmware_init(): initializing Leon (EXMIMO_PCIE_INIT)...\n");
exmimo_send_pccmd
(
card
,
EXMIMO_PCIE_INIT
);
return
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment