Searched hist:"0 bcedb2212bd2436834117cd956d7b6e16b11673" (Results 1 – 3 of 3) sorted by relevance
| /rk3399_ARM-atf/include/drivers/ |
| H A D | generic_delay_timer.h | 0bcedb2212bd2436834117cd956d7b6e16b11673 Wed May 18 09:37:25 UTC 2016 Antonio Nino Diaz <antonio.ninodiaz@arm.com> Implement generic delay timer
Add delay timer implementation based on the system generic counter. This either uses the platform's implementation of `plat_get_syscnt_freq()` or explicit clock multiplier/divider values provided by the platform.
The current implementation of udelay has been modified to avoid unnecessary calculations while waiting on the loop and to make it easier to check for overflows.
Change-Id: I9062e1d506dc2f68367fd9289250b93444721732
|
| /rk3399_ARM-atf/drivers/delay_timer/ |
| H A D | generic_delay_timer.c | 0bcedb2212bd2436834117cd956d7b6e16b11673 Wed May 18 09:37:25 UTC 2016 Antonio Nino Diaz <antonio.ninodiaz@arm.com> Implement generic delay timer
Add delay timer implementation based on the system generic counter. This either uses the platform's implementation of `plat_get_syscnt_freq()` or explicit clock multiplier/divider values provided by the platform.
The current implementation of udelay has been modified to avoid unnecessary calculations while waiting on the loop and to make it easier to check for overflows.
Change-Id: I9062e1d506dc2f68367fd9289250b93444721732
|
| H A D | delay_timer.c | 0bcedb2212bd2436834117cd956d7b6e16b11673 Wed May 18 09:37:25 UTC 2016 Antonio Nino Diaz <antonio.ninodiaz@arm.com> Implement generic delay timer
Add delay timer implementation based on the system generic counter. This either uses the platform's implementation of `plat_get_syscnt_freq()` or explicit clock multiplier/divider values provided by the platform.
The current implementation of udelay has been modified to avoid unnecessary calculations while waiting on the loop and to make it easier to check for overflows.
Change-Id: I9062e1d506dc2f68367fd9289250b93444721732
|