Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
1d880258
Commit
1d880258
authored
Oct 08, 2019
by
Soby Mathew
Committed by
TrustedFirmware Code Review
Oct 08, 2019
Browse files
Merge "delay: correct timeout_init_us()" into integration
parents
80003d86
9d811b85
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/drivers/delay_timer.h
View file @
1d880258
...
...
@@ -36,7 +36,7 @@ static inline uint64_t timeout_init_us(uint32_t us)
{
uint64_t
cnt
=
timeout_cnt_us2cnt
(
us
);
cnt
+=
read_cnt
frq
_el0
();
cnt
+=
read_cnt
pct
_el0
();
return
cnt
;
}
...
...
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