baseport/syborg/specific/syborg.h
branchgraphics-phase-3
changeset 97 23e14cbcf117
parent 56 f24810eebc6b
child 114 19c4533e1567
equal deleted inserted replaced
96:c7e943dbf70f 97:23e14cbcf117
    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 KHwGraphicsRegBase          = KHwBasePeripherals + 0x11*KHwLinSeparation;
       
    58 const TUint KHwSVPPlatformDevice        = KHwBasePeripherals + 0x12*KHwLinSeparation;
    57 	
    59 	
    58 enum TSyborgInterruptId
    60 enum TSyborgInterruptId
    59 {
    61 {
    60   EIntTimer0 = 0,     /* RTC -- not used */
    62   EIntTimer0 = 0,     /* RTC -- not used */
    61   EIntTimer1 = 1,     /* Interval Timer */
    63   EIntTimer1 = 1,     /* Interval Timer */
    66   EIntSerial0 = 5,
    68   EIntSerial0 = 5,
    67   EIntSerial1 = 6,
    69   EIntSerial1 = 6,
    68   EIntSerial2 = 7,
    70   EIntSerial2 = 7,
    69   EIntSerial3 = 8,
    71   EIntSerial3 = 8,
    70   EIntNet0 = 9,
    72   EIntNet0 = 9,
    71   EIntAudio0 = 10
    73   EIntAudio0 = 10,
       
    74   EIntNVMemoryDevice = 12,
       
    75   EIntGraphics = 13
    72 };
    76 };
    73 
    77 
    74 // Timer Mode
    78 // Timer Mode
    75 const TUint KPeriodic			= 0x0;
    79 const TUint KPeriodic			= 0x0;
    76 const TUint KOneShot		    = 0x1;
    80 const TUint KOneShot		    = 0x1;