Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bernardo Carvalho
atca-mimo-v2-adc
Commits
52d3fac8
Commit
52d3fac8
authored
Jun 06, 2019
by
Bernardo Carvalho
Browse files
changed driver printfs
parent
1d3a0d2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
linux-software/driver/atca-v2-pcie-drv.c
View file @
52d3fac8
...
...
@@ -513,11 +513,11 @@ int _probe(struct pci_dev *pdev, const struct pci_device_id *id) {
ioread32
((
void
*
)
&
pcieDev
->
pShapiHregs
->
shapiVersion
));
PDEBUG
(
"firstModAddress Reg 0x%08x
\n
"
,
ioread32
((
void
*
)
&
pcieDev
->
pShapiHregs
->
firstModAddress
));
PDEBUG
(
"shapi
Version
Time Stamp %d
\n
"
,
PDEBUG
(
"shapi Time Stamp %d
\n
"
,
ioread32
((
void
*
)
&
pcieDev
->
pShapiHregs
->
fwTimeStamp
));
PDEBUG
(
"scratchReg Reg 0x%08x
\n
"
,
ioread32
((
void
*
)
&
pcieDev
->
pShapiHregs
->
scratchReg
));
PDEBUG
(
"
Mod
shapiVersion Reg 0x%08x
\n
"
,
PDEBUG
(
"shapi
Mod
Version Reg 0x%08x
\n
"
,
ioread32
((
void
*
)
&
pcieDev
->
pModDmaHregs
->
shapiVersion
));
nameArr
.
uName
[
0
]
=
ioread32
((
void
*
)
&
pcieDev
->
pShapiHregs
->
fwName
[
0
]);
nameArr
.
uName
[
1
]
=
ioread32
((
void
*
)
&
pcieDev
->
pShapiHregs
->
fwName
[
1
]);
...
...
scripts/project_implement_all.tcl
View file @
52d3fac8
...
...
@@ -9,7 +9,7 @@
################################################################################
set DEBUG_CORE false
#set DEBUG_CORE true
set WRITE_MCS
fals
e
set WRITE_MCS
tru
e
set top_file atca_mimo_v2_adc
set prog_file atcav2
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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