Make sure hardware registers are manipulated as little-endian
authorPaul Cercueil <paul@crapouillou.net>
Fri, 13 Sep 2019 21:01:57 +0000 (23:01 +0200)
committernotaz <notasas@gmail.com>
Fri, 29 Jul 2022 20:48:40 +0000 (23:48 +0300)
The hardware registers should be represented in little-endian format.
Therefore, on big-endian systems the values need to be byte-swapped.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>

No differences found