Home
last modified time | relevance | path

Searched hist:"9 ca07ebbac3c94974db75e25004203289d9013bc" (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dtimer.h9ca07ebbac3c94974db75e25004203289d9013bc Tue Nov 24 20:31:17 UTC 2015 Bin Meng <bmeng.cn@gmail.com> dm: timer: Support 64-bit counter

There are timers with a 64-bit counter value but current timer
uclass driver assumes a 32-bit one. Modify timer_get_count()
to ask timer driver to always return a 64-bit counter value,
and provide an inline helper function timer_conv_64() to handle
the 32-bit/64-bit conversion automatically.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
/rk3399_rockchip-uboot/drivers/timer/
H A Dsandbox_timer.c9ca07ebbac3c94974db75e25004203289d9013bc Tue Nov 24 20:31:17 UTC 2015 Bin Meng <bmeng.cn@gmail.com> dm: timer: Support 64-bit counter

There are timers with a 64-bit counter value but current timer
uclass driver assumes a 32-bit one. Modify timer_get_count()
to ask timer driver to always return a 64-bit counter value,
and provide an inline helper function timer_conv_64() to handle
the 32-bit/64-bit conversion automatically.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
H A Daltera_timer.c9ca07ebbac3c94974db75e25004203289d9013bc Tue Nov 24 20:31:17 UTC 2015 Bin Meng <bmeng.cn@gmail.com> dm: timer: Support 64-bit counter

There are timers with a 64-bit counter value but current timer
uclass driver assumes a 32-bit one. Modify timer_get_count()
to ask timer driver to always return a 64-bit counter value,
and provide an inline helper function timer_conv_64() to handle
the 32-bit/64-bit conversion automatically.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
H A Dtimer-uclass.c9ca07ebbac3c94974db75e25004203289d9013bc Tue Nov 24 20:31:17 UTC 2015 Bin Meng <bmeng.cn@gmail.com> dm: timer: Support 64-bit counter

There are timers with a 64-bit counter value but current timer
uclass driver assumes a 32-bit one. Modify timer_get_count()
to ask timer driver to always return a 64-bit counter value,
and provide an inline helper function timer_conv_64() to handle
the 32-bit/64-bit conversion automatically.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
/rk3399_rockchip-uboot/lib/
H A Dtime.c9ca07ebbac3c94974db75e25004203289d9013bc Tue Nov 24 20:31:17 UTC 2015 Bin Meng <bmeng.cn@gmail.com> dm: timer: Support 64-bit counter

There are timers with a 64-bit counter value but current timer
uclass driver assumes a 32-bit one. Modify timer_get_count()
to ask timer driver to always return a 64-bit counter value,
and provide an inline helper function timer_conv_64() to handle
the 32-bit/64-bit conversion automatically.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>