hw/char/pl011: Remove duplicated PL011_INT_[RT]X definitions
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 22 May 2023 08:33:53 +0000 (10:33 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 31 Aug 2023 17:47:43 +0000 (19:47 +0200)
commit22f7ff7f235d99032138338b4dc1037e97b83995
treeacc8d823dff258f158ced06cb1893eba1d9730c6
parent51141cab3ba2e1e317667a2a32f3a42ca28c2819
hw/char/pl011: Remove duplicated PL011_INT_[RT]X definitions

PL011_INT_TX duplicates INT_TX, and PL011_INT_RX INT_RX.
Follow other register fields definitions from this file,
keep the shorter form.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230522153144.30610-6-philmd@linaro.org>
hw/char/pl011.c