projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[brcm63xx] register GPIO-connected LEDs for known boards
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
files
/
include
/
asm-mips
/
mach-bcm63xx
/
bcm63xx_io.h
diff --git
a/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_io.h
b/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_io.h
index
5331c25
..
31e950e
100644
(file)
--- a/
target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_io.h
+++ b/
target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_io.h
@@
-93,15
+93,15
@@
/*
* helpers for the SPI register sets
*/
/*
* helpers for the SPI register sets
*/
-#define bcm_spi_readb(
o) bcm_readb(bcm63xx_regset_address(RSET_SPI
) + \
+#define bcm_spi_readb(
b,o) bcm_readb((b
) + \
bcm63xx_spireg(o))
bcm63xx_spireg(o))
-#define bcm_spi_readw(
o) bcm_readw(bcm63xx_regset_address(RSET_SPI
) + \
+#define bcm_spi_readw(
b,o) bcm_readw((b
) + \
bcm63xx_spireg(o))
bcm63xx_spireg(o))
-#define bcm_spi_writeb(v,
o)
bcm_writeb((v), \
-
bcm63xx_regset_address(RSET_SPI
) + \
+#define bcm_spi_writeb(v,
b,o)
bcm_writeb((v), \
+
(b
) + \
bcm63xx_spireg(o))
bcm63xx_spireg(o))
-#define bcm_spi_writew(v,
o)
bcm_writew((v), \
-
bcm63xx_regset_address(RSET_SPI
) + \
+#define bcm_spi_writew(v,
b,o)
bcm_writew((v), \
+
(b
) + \
bcm63xx_spireg(o))
#endif /* ! BCM63XX_IO_H_ */
bcm63xx_spireg(o))
#endif /* ! BCM63XX_IO_H_ */
This page took
0.01965 seconds
and
4
git commands to generate.