Home
last modified time | relevance | path

Searched hist:"0 c07a90555ca8f588ae5d3cda52423e9b0e0378e" (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/arch/arm/include/
H A Darm.h0c07a90555ca8f588ae5d3cda52423e9b0e0378e Sun Sep 10 17:32:24 UTC 2017 Igor Opaniuk <igor.opaniuk@linaro.org> arm timers: add read/write functions for counter PL1 control register

Can be used for enabling user access to both Physical/Virtual counter
registers. Example of usage:

uint32_t cntkctl;
cntkctl = read_cntkctl();
cntkctl |= CNTKCTL_PL0VCTEN;
write_cntkctl(cntkctl);

Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Igor Opaniuk <igor.opaniuk@linaro.org>
H A Darm32.h0c07a90555ca8f588ae5d3cda52423e9b0e0378e Sun Sep 10 17:32:24 UTC 2017 Igor Opaniuk <igor.opaniuk@linaro.org> arm timers: add read/write functions for counter PL1 control register

Can be used for enabling user access to both Physical/Virtual counter
registers. Example of usage:

uint32_t cntkctl;
cntkctl = read_cntkctl();
cntkctl |= CNTKCTL_PL0VCTEN;
write_cntkctl(cntkctl);

Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Igor Opaniuk <igor.opaniuk@linaro.org>
H A Darm64.h0c07a90555ca8f588ae5d3cda52423e9b0e0378e Sun Sep 10 17:32:24 UTC 2017 Igor Opaniuk <igor.opaniuk@linaro.org> arm timers: add read/write functions for counter PL1 control register

Can be used for enabling user access to both Physical/Virtual counter
registers. Example of usage:

uint32_t cntkctl;
cntkctl = read_cntkctl();
cntkctl |= CNTKCTL_PL0VCTEN;
write_cntkctl(cntkctl);

Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Igor Opaniuk <igor.opaniuk@linaro.org>