coreboot-kgpe-d16/src/soc/mediatek/mt8173
Julius Werner 55009af42c Change all clrsetbits_leXX() to clrsetbitsXX()
This patch changes all existing instances of clrsetbits_leXX() to the
new endian-independent clrsetbitsXX(), after double-checking that
they're all in SoC-specific code operating on CPU registers and not
actually trying to make an endian conversion.

This patch was created by running

 sed -i -e 's/\([cs][le][rt]bits\)_le\([136][624]\)/\1\2/g'

across the codebase and cleaning up formatting a bit.

Change-Id: I7fc3e736e5fe927da8960fdcd2aae607b62b5ff4
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37433
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
2019-12-04 14:11:17 +00:00
..
include/soc lib/fmap: Add optional pre-RAM cache 2019-11-14 03:30:11 +00:00
bootblock.c
da9212.c
ddp.c Change all clrsetbits_leXX() to clrsetbitsXX() 2019-12-04 14:11:17 +00:00
dramc_pi_basic_api.c Change all clrsetbits_leXX() to clrsetbitsXX() 2019-12-04 14:11:17 +00:00
dramc_pi_calibration_api.c Change all clrsetbits_leXX() to clrsetbitsXX() 2019-12-04 14:11:17 +00:00
dsi.c Change all clrsetbits_leXX() to clrsetbitsXX() 2019-12-04 14:11:17 +00:00
emi.c Change all clrsetbits_leXX() to clrsetbitsXX() 2019-12-04 14:11:17 +00:00
flash_controller.c soc/mediatek: Use 'include <stdlib.h>' when appropriate 2019-07-25 16:06:43 +00:00
gpio.c
gpio_init.c Change all clrsetbits_leXX() to clrsetbitsXX() 2019-12-04 14:11:17 +00:00
i2c.c src: Remove unused 'include <string.h>' 2019-10-20 17:19:34 +00:00
Kconfig
Makefile.inc arch/arm64: Pass cbmem_top to ramstage via calling argument 2019-11-03 11:19:24 +00:00
memory.c
mmu_operations.c
mt6311.c
mt6391.c
pll.c Change all clrsetbits_leXX() to clrsetbitsXX() 2019-12-04 14:11:17 +00:00
pmic_wrap.c Change all clrsetbits_leXX() to clrsetbitsXX() 2019-12-04 14:11:17 +00:00
rtc.c
soc.c
spi.c Change all clrsetbits_leXX() to clrsetbitsXX() 2019-12-04 14:11:17 +00:00
timer.c
usb.c