coreboot-kgpe-d16/src/soc/mediatek/common
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 soc/mediatek/mt8183: add dphy reset after setting lanes number 2019-10-23 13:35:41 +00:00
cbmem.c lib/cbmem_top: Add a common cbmem_top implementation 2019-11-01 11:44:51 +00:00
ddp.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
gpio.c Change all clrsetbits_leXX() to clrsetbitsXX() 2019-12-04 14:11:17 +00:00
i2c.c soc/mediatek: Add missing '#include <console/console.h>' 2019-11-11 22:40:57 +00:00
memory_test.c mediatek: Refactor memory test code among similar SoCs 2018-09-06 10:29:39 +00:00
mmu_operations.c symbols.h: Add macro to define memlayout region symbols 2019-02-22 06:44:02 +00:00
mtcmos.c Change all clrsetbits_leXX() to clrsetbitsXX() 2019-12-04 14:11:17 +00:00
pll.c src/soc: Add missing 'include <types.h>' 2019-05-29 20:28:56 +00:00
pmic_wrap.c src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
reset.c device/mmio.h: Add include file for MMIO ops 2019-03-04 15:57:39 +00:00
rtc.c mediatek/mt8183: Enable RTC eosc calibration feature to save power 2019-07-06 18:20:46 +00:00
spi.c Change all clrsetbits_leXX() to clrsetbitsXX() 2019-12-04 14:11:17 +00:00
timer.c Change all clrsetbits_leXX() to clrsetbitsXX() 2019-12-04 14:11:17 +00:00
uart.c cpu,mb,soc: Init missing lb_serial struct fields 2019-09-19 09:28:10 +00:00
usb.c Change all clrsetbits_leXX() to clrsetbitsXX() 2019-12-04 14:11:17 +00:00
wdt.c Change all clrsetbits_leXX() to clrsetbitsXX() 2019-12-04 14:11:17 +00:00