coreboot-kgpe-d16/src/soc/nvidia
Julius Werner 73be9dd82c arm64: Remove set_cntfrq() function
CNTFRQ_EL0 is a normal AArch64 architectural register like hundreds of
others that are all accessed through the raw_(read|write)_${register}()
family of functions. There's no reason why this register in particular
should have an inconsistent accessor, so replace all instances of
set_cntfrq() with raw_write_cntfrq_el0() and get rid of it.

Change-Id: I599519ba71c287d4085f9ad28d7349ef0b1eea9b
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/27947
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2018-08-10 04:16:06 +00:00
..
tegra src/soc: Use "foo *bar" instead of "foo* bar" 2018-07-09 09:31:10 +00:00
tegra124 src/soc: Fix typo 2018-08-09 15:49:53 +00:00
tegra210 arm64: Remove set_cntfrq() function 2018-08-10 04:16:06 +00:00
Kconfig