aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc')
-rw-r--r--include/asm-ppc/dbdma.h2
-rw-r--r--include/asm-ppc/keylargo.h5
2 files changed, 6 insertions, 1 deletions
diff --git a/include/asm-ppc/dbdma.h b/include/asm-ppc/dbdma.h
index 6047f288c70b..8973565f95d3 100644
--- a/include/asm-ppc/dbdma.h
+++ b/include/asm-ppc/dbdma.h
@@ -88,7 +88,7 @@ struct dbdma_cmd {
88#define WAIT_ALWAYS 3 /* always wait */ 88#define WAIT_ALWAYS 3 /* always wait */
89 89
90/* Align an address for a DBDMA command structure */ 90/* Align an address for a DBDMA command structure */
91#define DBDMA_ALIGN(x) (((unsigned)(x) + sizeof(struct dbdma_cmd) - 1) \ 91#define DBDMA_ALIGN(x) (((unsigned long)(x) + sizeof(struct dbdma_cmd) - 1) \
92 & -sizeof(struct dbdma_cmd)) 92 & -sizeof(struct dbdma_cmd))
93 93
94/* Useful macros */ 94/* Useful macros */
diff --git a/include/asm-ppc/keylargo.h b/include/asm-ppc/keylargo.h
index 457c75a4622f..a669a3f0f5a2 100644
--- a/include/asm-ppc/keylargo.h
+++ b/include/asm-ppc/keylargo.h
@@ -228,6 +228,11 @@
228 228
229#define K2_FCR1_PCI1_BUS_RESET_N 0x00000010 229#define K2_FCR1_PCI1_BUS_RESET_N 0x00000010
230#define K2_FCR1_PCI1_SLEEP_RESET_EN 0x00000020 230#define K2_FCR1_PCI1_SLEEP_RESET_EN 0x00000020
231#define K2_FCR1_I2S0_CELL_ENABLE 0x00000400
232#define K2_FCR1_I2S0_RESET 0x00000800
233#define K2_FCR1_I2S0_CLK_ENABLE_BIT 0x00001000
234#define K2_FCR1_I2S0_ENABLE 0x00002000
235
231#define K2_FCR1_PCI1_CLK_ENABLE 0x00004000 236#define K2_FCR1_PCI1_CLK_ENABLE 0x00004000
232#define K2_FCR1_FW_CLK_ENABLE 0x00008000 237#define K2_FCR1_FW_CLK_ENABLE 0x00008000
233#define K2_FCR1_FW_RESET_N 0x00010000 238#define K2_FCR1_FW_RESET_N 0x00010000