Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
Software for White Rabbit PTP Core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
29
Issues
29
List
Board
Labels
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
image/svg+xml
Discourse
Discourse
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Projects
Software for White Rabbit PTP Core
Commits
b0bbfd63
Commit
b0bbfd63
authored
May 31, 2012
by
Tomasz Wlostowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dev/softpll_ng.c: don't touch aux clock in master mode
parent
43eec00b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
softpll_ng.c
dev/softpll_ng.c
+6
-4
No files found.
dev/softpll_ng.c
View file @
b0bbfd63
...
...
@@ -197,13 +197,15 @@ void _irq_entry()
if
(
softpll
.
mode
==
SPLL_MODE_GRAND_MASTER
)
external_update
((
struct
spll_external_state
*
)
&
s
->
ext
,
tag
,
src
);
if
(
softpll
.
mode
==
SPLL_MODE_SLAVE
)
{
mpll_update
((
struct
spll_main_state
*
)
&
s
->
mpll
,
tag
,
src
);
for
(
i
=
0
;
i
<
n_chan_ref
;
i
++
)
if
(
ptracker_mask
&
(
1
<<
i
))
ptracker_update
((
struct
spll_ptracker_state
*
)
&
s
->
ptrackers
[
i
],
tag
,
src
);
for
(
i
=
0
;
i
<
n_chan_out
-
1
;
i
++
)
mpll_update
(
&
softpll
.
aux
[
i
],
tag
,
src
);
}
for
(
i
=
0
;
i
<
n_chan_ref
;
i
++
)
if
(
ptracker_mask
&
(
1
<<
i
))
ptracker_update
((
struct
spll_ptracker_state
*
)
&
s
->
ptrackers
[
i
],
tag
,
src
);
break
;
...
...
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