baseport/syborg/specific/syborg.h
branchnvmemory
changeset 74 eb3d0111f868
parent 56 f24810eebc6b
child 101 5d2aacefd978
equal deleted inserted replaced
72:b6aa150091ee 74:eb3d0111f868
    51 const TUint KHwSVPSnapDevice			= KHwBasePeripherals + 0x0b*KHwLinSeparation;
    51 const TUint KHwSVPSnapDevice			= KHwBasePeripherals + 0x0b*KHwLinSeparation;
    52 const TUint KHwSVPNetDevice			= KHwBasePeripherals + 0x0c*KHwLinSeparation;
    52 const TUint KHwSVPNetDevice			= KHwBasePeripherals + 0x0c*KHwLinSeparation;
    53 const TUint KHwSVPNandDevice			= KHwBasePeripherals + 0x0d*KHwLinSeparation;
    53 const TUint KHwSVPNandDevice			= KHwBasePeripherals + 0x0d*KHwLinSeparation;
    54 const TUint KHwSVPAudioDevice			= KHwBasePeripherals + 0x0e*KHwLinSeparation;
    54 const TUint KHwSVPAudioDevice			= KHwBasePeripherals + 0x0e*KHwLinSeparation;
    55 const TUint KHwSVPWebcameraDevice		= KHwBasePeripherals + 0x0f*KHwLinSeparation;
    55 const TUint KHwSVPWebcameraDevice		= KHwBasePeripherals + 0x0f*KHwLinSeparation;
    56 const TUint KHwSVPPlatformDevice		= KHwBasePeripherals + 0x10*KHwLinSeparation;
    56 const TUint KHwNVMemoryDevice			= KHwBasePeripherals + 0x10*KHwLinSeparation;
       
    57 const TUint KHwSVPPlatformDevice		= KHwBasePeripherals + 0x11*KHwLinSeparation;
    57 	
    58 	
    58 enum TSyborgInterruptId
    59 enum TSyborgInterruptId
    59 {
    60 {
    60   EIntTimer0 = 0,     /* RTC -- not used */
    61   EIntTimer0 = 0,     /* RTC -- not used */
    61   EIntTimer1 = 1,     /* Interval Timer */
    62   EIntTimer1 = 1,     /* Interval Timer */
    66   EIntSerial0 = 5,
    67   EIntSerial0 = 5,
    67   EIntSerial1 = 6,
    68   EIntSerial1 = 6,
    68   EIntSerial2 = 7,
    69   EIntSerial2 = 7,
    69   EIntSerial3 = 8,
    70   EIntSerial3 = 8,
    70   EIntNet0 = 9,
    71   EIntNet0 = 9,
    71   EIntAudio0 = 10
    72   EIntAudio0 = 10,
       
    73   EIntNVMemoryDevice = 12
    72 };
    74 };
    73 
    75 
    74 // Timer Mode
    76 // Timer Mode
    75 const TUint KPeriodic			= 0x0;
    77 const TUint KPeriodic			= 0x0;
    76 const TUint KOneShot		    = 0x1;
    78 const TUint KOneShot		    = 0x1;