[PowerPC] bus_space cleanup part 1 - rename bs_be / bs_le functions
authorBrandon Bergren <bdragon@FreeBSD.org>
Sun, 13 Sep 2020 21:27:30 +0000 (21:27 +0000)
committerBrandon Bergren <bdragon@FreeBSD.org>
Sun, 13 Sep 2020 21:27:30 +0000 (21:27 +0000)
commit88e3d5df6a2e7f9c2742e623db6cbe06715c9a46
treeca61343e4b027d1f077841e0adccf716ad07dcba
parentedf215199eaa8eb4d2d21ac6e67db6b23f5fee07
[PowerPC] bus_space cleanup part 1 - rename bs_be / bs_le functions

The intention of the bus_be naming was for those to be the no-endian-swapping
and for the bus_le to be endian-swapping in all the functions.

This naming breaks down when we're actually are running in LE and need to
use the opposite sense.

As such, rename bs_be_* to native_bs_* and rename bs_le_* to swapped_bs_*.

No functional change.

Sponsored by: Tag1 Consulting, Inc.
sys/powerpc/powerpc/bus_machdep.c