Changeset b3360235 in rtems


Ignore:
Timestamp:
03/15/18 15:01:37 (6 years ago)
Author:
Joel Sherrill <joel@…>
Branches:
5, master
Children:
8307723d
Parents:
3200c300
git-author:
Joel Sherrill <joel@…> (03/15/18 15:01:37)
git-committer:
Joel Sherrill <joel@…> (03/16/18 13:38:21)
Message:

mvme5500/include/bsp/VMEConfig.h: Remove spaces after \ and remove tabs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bsps/powerpc/mvme5500/include/bsp/VMEConfig.h

    r3200c300 rb3360235  
    3333 * layout:
    3434 */
    35 #define _VME_A32_WIN0_ON_PCI            0x90000000
     35#define _VME_A32_WIN0_ON_PCI            0x90000000
    3636/* If _VME_CSR_ON_PCI is defined then the A32 window is reduced to accommodate
    3737 * CSR for space.
    3838 */
    39 #define _VME_CSR_ON_PCI                 0x9e000000
    40 #define _VME_A24_ON_PCI                 0x9f000000
    41 #define _VME_A16_ON_PCI                 0x9fff0000
     39#define _VME_CSR_ON_PCI                 0x9e000000
     40#define _VME_A24_ON_PCI                 0x9f000000
     41#define _VME_A16_ON_PCI                 0x9fff0000
    4242
    4343/* Reuse BAT 0 for VME */
    44 #define BSP_VME_BAT_IDX                 0
     44#define BSP_VME_BAT_IDX                 0
    4545
    4646/* start of the A32 window on the VME bus
    4747 * TODO: this should perhaps be a configuration option
    4848 */
    49 #define _VME_A32_WIN0_ON_VME    0x20000000
     49#define _VME_A32_WIN0_ON_VME            0x20000000
    5050
    5151/* if _VME_DRAM_OFFSET is defined, the BSP
     
    5353 * at _VME_DRAM_OFFSET
    5454 */
    55 #define _VME_DRAM_OFFSET                0x90000000
     55#define _VME_DRAM_OFFSET                0x90000000
    5656
    57 #define BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err)                   \
    58         do {                                                                                    \
    59           err = vmeUniverseInstallIrqMgrAlt(VMEUNIVERSE_IRQ_MGR_FLAG_SHARED,\
    60              0, BSP_GPP_VME_VLINT0, \         
    61              1, BSP_GPP_VME_VLINT1, \         
    62              2, BSP_GPP_VME_VLINT2, \       
     57#define BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) \
     58        do { \
     59          err = vmeUniverseInstallIrqMgrAlt(VMEUNIVERSE_IRQ_MGR_FLAG_SHARED, \
     60             0, BSP_GPP_VME_VLINT0, \
     61             1, BSP_GPP_VME_VLINT1, \
     62             2, BSP_GPP_VME_VLINT2, \
    6363             3, BSP_GPP_VME_VLINT3, \
    64              -1 /* terminate list  */);  \             
    65         } while (0)
     64             -1 /* terminate list  */);  \
     65        } while (0)
    6666
    6767#endif
Note: See TracChangeset for help on using the changeset viewer.