mpc83xx: Use pre-defined asm functions
authorMario Six <mario.six@gdsys.cc>
Mon, 21 Jan 2019 08:18:21 +0000 (09:18 +0100)
committerMario Six <mario.six@gdsys.cc>
Tue, 21 May 2019 05:52:34 +0000 (07:52 +0200)
commit5c2299850390b31d3262893b407bd26572f04c4e
treed8a0c4b9a19e03dc791e6949e3f8cda0abb78778
parent1e718f43de1bee73fe727597101865f81ff873f5
mpc83xx: Use pre-defined asm functions

For a lot of inline assembly calls in the mpc8xxx and mpc83xx
directories, we already have convenient pre-defined helper functions,
but they're not used, resulting in hard-to-read code.

Use these helper functions where ever possible and useful.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
arch/powerpc/cpu/mpc83xx/cpu.c
arch/powerpc/cpu/mpc83xx/ecc.c
arch/powerpc/cpu/mpc83xx/spd_sdram.c
arch/powerpc/cpu/mpc8xxx/fsl_pamu.c