Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
White Rabbit Switch - Software
Manage
Activity
Members
Labels
Plan
Issues
99
Issue boards
Milestones
Wiki
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
White Rabbit Switch - Software
Commits
567d5b91
Commit
567d5b91
authored
4 months ago
by
Adam Wujek
Browse files
Options
Downloads
Patches
Plain Diff
userspace/tools/wr_phytool: fix warnings
Signed-off-by:
Adam Wujek
<
dev_public@wujek.eu
>
parent
b922b133
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
userspace/tools/wr_phytool.c
+4
-2
4 additions, 2 deletions
userspace/tools/wr_phytool.c
with
4 additions
and
2 deletions
userspace/tools/wr_phytool.c
+
4
−
2
View file @
567d5b91
...
...
@@ -62,6 +62,8 @@ static int hal_nports_local;
static
struct
wrs_shm_head
*
hal_head
;
static
struct
hal_port_state
*
hal_ports
;
int
cal_ep_timestamper_cal_pulse
(
int
cal_endpoint
);
int
hal_shm_init
(
void
)
{
int
ii
;
...
...
@@ -1509,7 +1511,7 @@ static void cal_spll_set_phase_shift(int endpoint, int shift )
rts_adjust_phase
(
endpoint
,
shift
);
}
static
int
cal_spll_shifter_busy
()
static
int
cal_spll_shifter_busy
(
int
cal_endpoint
)
{
rts_get_state
(
&
cal_pstate
);
...
...
@@ -1593,7 +1595,7 @@ int rxts_calibration_update(uint32_t *t24p_value)
return
0
;
}
int
cal_ep_timestamper_cal_pulse
()
int
cal_ep_timestamper_cal_pulse
(
int
cal_endpoint
)
{
uint32_t
tscr
=
fpga_readl
(
IDX_TO_EP
(
cal_endpoint
)
+
EP_REG
(
TSCR
)
);
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment