summaryrefslogtreecommitdiff
path: root/board/da8xx
diff options
context:
space:
mode:
authorSekhar Nori <nsekhar@ti.com>2009-03-18 16:47:38 +0530
committerJustin Waters <justin.waters@timesys.com>2009-09-09 14:03:19 -0400
commit657015ad6cd2e092f92d52200b663123657cd44b (patch)
tree07c4e7850c56ce878db616bcc87bc3f03c35e53a /board/da8xx
parente14ced58a6b692309c5e074e7e1f34385fb3eca8 (diff)
cleanup white space in da830.c/da850.c
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'board/da8xx')
-rw-r--r--board/da8xx/da8xx-evm/da830.c40
-rw-r--r--board/da8xx/da8xx-evm/da850.c38
2 files changed, 39 insertions, 39 deletions
diff --git a/board/da8xx/da8xx-evm/da830.c b/board/da8xx/da8xx-evm/da830.c
index e4be6a6f44..8f024dfe8f 100644
--- a/board/da8xx/da8xx-evm/da830.c
+++ b/board/da8xx/da8xx-evm/da830.c
@@ -48,19 +48,19 @@ void lpsc_on(unsigned int id)
if (id >= 64)
return;
- if(id < 32) {
+ if(id < 32) {
mdstat = REG_P(PSC0_MDSTAT + (id * 4));
- mdctl = REG_P(PSC0_MDCTL + (id * 4));
- ptstat = REG_P(PSC0_PTSTAT);
- ptcmd = REG_P(PSC0_PTCMD);
- } else {
- id -= 32;
- mdstat = REG_P(PSC1_MDSTAT + (id * 4));
- mdctl = REG_P(PSC1_MDCTL + (id * 4));
- ptstat = REG_P(PSC1_PTSTAT);
- ptcmd = REG_P(PSC1_PTCMD);
- }
-
+ mdctl = REG_P(PSC0_MDCTL + (id * 4));
+ ptstat = REG_P(PSC0_PTSTAT);
+ ptcmd = REG_P(PSC0_PTCMD);
+ } else {
+ id -= 32;
+ mdstat = REG_P(PSC1_MDSTAT + (id * 4));
+ mdctl = REG_P(PSC1_MDCTL + (id * 4));
+ ptstat = REG_P(PSC1_PTSTAT);
+ ptcmd = REG_P(PSC1_PTCMD);
+ }
+
while (*ptstat & 0x01) {;}
if ((*mdstat & 0x1f) == 0x03)
@@ -69,7 +69,7 @@ void lpsc_on(unsigned int id)
*mdctl |= 0x03;
/* Special treatment for some modules as for sprue14 p.7.4.2 */
- /* TBD: Confirm if such cases exist for Primus */
+ /* TBD: Confirm if such cases exist for Primus */
if (0)
*mdctl |= 0x200;
@@ -86,7 +86,7 @@ int board_init(void)
/*-------------------------------------------------------*
* Mask all IRQs by clearing the global enable and setting
- * the enable clear for all the 90 interrupts. This code is
+ * the enable clear for all the 90 interrupts. This code is
* also included in low level init. Including it here in case
* low level init is skipped. Not removing it from low level
* init in case some of the low level init code generates
@@ -127,10 +127,10 @@ int board_init(void)
* assuming here that the DSP bootloader has set the IOPU
* such that PSC access is available to ARM
*/
- lpsc_on(DAVINCI_LPSC_AEMIF); /* NAND, NOR */
- lpsc_on(DAVINCI_LPSC_SPI0); /* Serial Flash */
- lpsc_on(DAVINCI_LPSC_EMAC); /* image download */
- lpsc_on(DAVINCI_LPSC_UART2); /* console */
+ lpsc_on(DAVINCI_LPSC_AEMIF); /* NAND, NOR */
+ lpsc_on(DAVINCI_LPSC_SPI0); /* Serial Flash */
+ lpsc_on(DAVINCI_LPSC_EMAC); /* image download */
+ lpsc_on(DAVINCI_LPSC_UART2); /* console */
lpsc_on(DAVINCI_LPSC_GPIO);
/* Pin Muxing support */
@@ -170,7 +170,7 @@ int board_init(void)
/* UART Muxing and enabling */
REG(PINMUX8) &= 0x0FFFFFFF;
REG(PINMUX8) |= 0x20000000;
-
+
REG(PINMUX9) &= 0xFFFFFFF0;
REG(PINMUX9) |= 0x00000002;
@@ -183,7 +183,7 @@ int board_init(void)
/* write the kick registers to lock the PINMUX registers */
REG(KICK0) = 0x0; /* Kick0 lock */
REG(KICK1) = 0x0; /* Kick1 lock */
-
+
return(0);
}
diff --git a/board/da8xx/da8xx-evm/da850.c b/board/da8xx/da8xx-evm/da850.c
index 29b5d37e51..54e596533a 100644
--- a/board/da8xx/da8xx-evm/da850.c
+++ b/board/da8xx/da8xx-evm/da850.c
@@ -48,19 +48,19 @@ void lpsc_on(unsigned int id)
if (id >= 64)
return;
- if(id < 32) {
+ if(id < 32) {
mdstat = REG_P(PSC0_MDSTAT + (id * 4));
- mdctl = REG_P(PSC0_MDCTL + (id * 4));
- ptstat = REG_P(PSC0_PTSTAT);
- ptcmd = REG_P(PSC0_PTCMD);
- } else {
- id -= 32;
- mdstat = REG_P(PSC1_MDSTAT + (id * 4));
- mdctl = REG_P(PSC1_MDCTL + (id * 4));
- ptstat = REG_P(PSC1_PTSTAT);
- ptcmd = REG_P(PSC1_PTCMD);
- }
-
+ mdctl = REG_P(PSC0_MDCTL + (id * 4));
+ ptstat = REG_P(PSC0_PTSTAT);
+ ptcmd = REG_P(PSC0_PTCMD);
+ } else {
+ id -= 32;
+ mdstat = REG_P(PSC1_MDSTAT + (id * 4));
+ mdctl = REG_P(PSC1_MDCTL + (id * 4));
+ ptstat = REG_P(PSC1_PTSTAT);
+ ptcmd = REG_P(PSC1_PTCMD);
+ }
+
while (*ptstat & 0x01) {;}
if ((*mdstat & 0x1f) == 0x03)
@@ -69,7 +69,7 @@ void lpsc_on(unsigned int id)
*mdctl |= 0x03;
/* Special treatment for some modules as for sprue14 p.7.4.2 */
- /* TBD: Confirm if such cases exist for Primus */
+ /* TBD: Confirm if such cases exist for Primus */
if (0)
*mdctl |= 0x200;
@@ -86,7 +86,7 @@ int board_init(void)
/*-------------------------------------------------------*
* Mask all IRQs by clearing the global enable and setting
- * the enable clear for all the 90 interrupts. This code is
+ * the enable clear for all the 90 interrupts. This code is
* also included in low level init. Including it here in case
* low level init is skipped. Not removing it from low level
* init in case some of the low level init code generates
@@ -127,10 +127,10 @@ int board_init(void)
* assuming here that the DSP bootloader has set the IOPU
* such that PSC access is available to ARM
*/
- lpsc_on(DAVINCI_LPSC_AEMIF); /* NAND, NOR */
- lpsc_on(DAVINCI_LPSC_SPI0); /* Serial Flash */
- lpsc_on(DAVINCI_LPSC_EMAC); /* image download */
- lpsc_on(DAVINCI_LPSC_UART0); /* console */
+ lpsc_on(DAVINCI_LPSC_AEMIF); /* NAND, NOR */
+ lpsc_on(DAVINCI_LPSC_SPI0); /* Serial Flash */
+ lpsc_on(DAVINCI_LPSC_EMAC); /* image download */
+ lpsc_on(DAVINCI_LPSC_UART0); /* console */
lpsc_on(DAVINCI_LPSC_GPIO);
/* Pin Muxing support */
@@ -184,7 +184,7 @@ int board_init(void)
/* write the kick registers to lock the PINMUX registers */
REG(KICK0) = 0x0; /* Kick0 lock */
REG(KICK1) = 0x0; /* Kick1 lock */
-
+
return(0);
}