qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 03/13] ppc440: Add a macro to shorten PCIe controller DCR reg


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 03/13] ppc440: Add a macro to shorten PCIe controller DCR registration
Date: Tue, 4 Jul 2023 10:49:53 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.12.0

On 4/7/23 00:02, BALATON Zoltan wrote:
It is more readable to wrap the complex call to ppc_dcr_register in a
macro when needed repeatedly.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
---
  hw/ppc/ppc440_uc.c | 76 +++++++++++++++++-----------------------------
  1 file changed, 28 insertions(+), 48 deletions(-)


+#define PPC440_PCIE_DCR(s, dcrn) \
+    ppc_dcr_register(&(s)->cpu->env, (s)->dcrn_base + (dcrn), s, \

'(s), \'

+                     &dcr_read_pcie, &dcr_write_pcie)
+
+

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]