uboot-mt623x/cpu/blackfin
Timur Tabi ecf5f077c8 i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions
All implementations of the functions i2c_reg_read() and
i2c_reg_write() are identical. We can save space and simplify the
code by converting these functions into inlines and putting them in
i2c.h.

Signed-off-by: Timur Tabi <timur@freescale.com>
Acked-By: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2008-12-15 23:46:21 +01:00
..
.gitignore Blackfin: unify cpu and boot modes 2008-03-30 15:50:19 -04:00
Makefile Blackfin: drop unused cache flush code 2008-10-23 05:03:50 -04:00
bootrom-asm-offsets.awk Blackfin: unify cpu and boot modes 2008-03-30 15:50:19 -04:00
bootrom-asm-offsets.c.in Blackfin: unify cpu and boot modes 2008-03-30 15:50:19 -04:00
cache.S Blackfin: unify cpu and boot modes 2008-03-30 15:50:19 -04:00
cpu.c Blackfin: unify cache handling code 2008-10-23 05:03:50 -04:00
cpu.h Blackfin: unify cpu and boot modes 2008-03-30 15:50:19 -04:00
i2c.c i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions 2008-12-15 23:46:21 +01:00
initcode.c Blackfin: unify cpu and boot modes 2008-03-30 15:50:19 -04:00
interrupt.S Blackfin: unify cpu and boot modes 2008-03-30 15:50:19 -04:00
interrupts.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
reset.c Blackfin: unify cpu and boot modes 2008-03-30 15:50:19 -04:00
serial.c Blackfin: fix up UART status bit handling 2008-10-23 05:03:51 -04:00
serial.h Blackfin: make baud calculation more accurate 2008-10-23 05:03:51 -04:00
start.S Blackfin: small cpu init optimization while setting interrupt mask 2008-10-23 05:03:51 -04:00
system_map.S Blackfin: unify cpu and boot modes 2008-03-30 15:50:19 -04:00
traps.c Blackfin: decode hwerrcause/excause when crashing 2008-10-23 05:03:50 -04:00
watchdog.c Blackfin: unify cpu and boot modes 2008-03-30 15:50:19 -04:00