On 2/19/21 11:32 PM, Peter Maydell wrote: > 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.mayd...@linaro.org> > --- > hw/timer/renesas_tmr.c | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>