Sam Edwards b1fbc20e76 sunxi: psci: stop modeling register layout with C structs
Since the sunxi support nowadays generally prefers #defined register
offsets instead of modeling register layouts using C structs, now is a
good time to do this for PSCI as well. This patch moves away from using
the structs `sunxi_cpucfg_reg` and `sunxi_prcm_reg` in psci.c.

The former struct and its associated header file existed only to support
PSCI code, so also delete them altogether.

Signed-off-by: Sam Edwards <CFSworks@gmail.com>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
2023-10-22 23:41:52 +01:00
..
2023-10-22 23:41:46 +01:00
2022-02-04 00:09:57 +00:00
2023-01-20 12:27:24 -05:00
2023-10-22 23:41:46 +01:00
2023-06-07 22:45:02 +01:00
2022-04-04 23:24:17 +01:00
2023-10-22 23:41:46 +01:00