hw/timer/renesas_tmr: Prefix constants for CSS values with CSS_
commit02f8fe11f7af92bacc6fc7f661ea5076e8a63e43
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Feb 2021 22:32:39 +0000 (19 22:32 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 10 Mar 2021 13:54:51 +0000 (10 13:54 +0000)
tree79f7cf91968b5214b14c00d6dea9dfab4135aa93
parentd6bafaf45c5ff31ad7d7d87c3c3d37ae675684cc
hw/timer/renesas_tmr: Prefix constants for CSS values with CSS_

The #defines INTERNAL and CASCADING represent different possible
values for the TCCR.CSS register field; prefix them with CSS_ to make
this more obvious, before we add more defines to represent the
other possible values of the field in the next commit.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20210219223241.16344-2-peter.maydell@linaro.org
hw/timer/renesas_tmr.c