root/platform/sx610hs/sub/100a/stubs_entry.S

/* [<][>][^][v][top][bottom][index][help] */
   1 // !!! THIS FILE IS GENERATED. DO NOT EDIT. !!!
   2 #include "stubs_asm.h"
   3 
   4 // Camera info:
   5 //   DRYOS R57 (DRYOS version 2.3, release #0057)
   6 //   Firmware Ver GM1.00A   // Found @ 0xff0aaf88, "GM1.00A" @ 0xff0aaf95
   7 //   Firmware build timestamp: Nov 27 2014 13:29:00
   8 //   Canon PowerShot SX610 HS
   9 
  10 // Values for makefile.inc
  11 //   DIGIC = 41# DIGIC 4+
  12 //   PLATFORMOSVER = 57
  13 //   PLATFORMID = 12967# (0x32a7) Found @ 0xfffe0040
  14 //   MAXRAMADDR = 0x1fffffff
  15 //   MEMISOSTART = 0x002ce584
  16 //   KEYSYS = d4g# Found @ 0xff014590
  17 //   NEED_ENCODED_DISKBOOT = 13# Found @ 0xff0145a0
  18 //   ARAM_HEAP_START = 0x60e000# Found @ 0xff228d60
  19 //   ARAM_HEAP_SIZE  = 0x22000# Found @ 0xff228d20
  20 
  21 // Detected address ranges:
  22 // ROM      0xff010000 - 0xffffffff (16711680 bytes)
  23 // RAM code 0x006b1000 - 0x006e2d28 copied from 0xff864ff4 ( 204072 bytes)
  24 // RAM data 0x00001900 - 0x00018ae4 copied from 0xff84de10 (  94692 bytes)
  25 
  26 // Stubs below should be checked. Stub not matched 100%, or difference found to current 'stubs_entry_2.S'
  27 //    Name                                     Address      Rule  %  Comp to stubs_entry_2.S
  28 NHSTUB(DeleteFile_Fut                         ,0xff026984) //  1 90%
  29 NHSTUB(GetFocusLensSubjectDistanceFromLens    ,0xff205078) //  3 90%
  30 // ERROR: MakeDirectory_Fut is not found.                  //--- ---    *** != 0xff027494
  31 // ERROR: RefreshPhysicalScreen is not found.              //--- ---    *** != 0x00000000
  32 
  33 // Check of modemap from 'platform/CAMERA/shooting.c':
  34 // Firmware modemap table found @ff3ca584 -> ff7b791c
  35 // Mode 33337 in firmware but not in current modemap
  36 // Mode 33332 in firmware but not in current modemap
  37 // Mode 33334 in firmware but not in current modemap
  38 // Mode 33333 in firmware but not in current modemap
  39 
  40 // Values below can be overridden in 'stubs_min.S':
  41 DEF(physw_status                            ,0x00019804) // Found @0xff02bdfc
  42 DEF(physw_run                               ,0x00001c9c) // Found @0xff02b8e0
  43 DEF(physw_sleep_delay                       ,0x00001ca4) // Found @0xff02b8e0
  44 DEF(levent_table                            ,0xff687dc4) // Found @0xff687dc4
  45 DEF(FlashParamsTable                        ,0xff7b7c80) // Found @0xff7b7c80
  46 DEF(movie_status                            ,0x0000a3b4) // Found @0xff210060
  47 DEF(video_compression_rate                  ,0x0000a364) // Found @0xff210ae4
  48 DEF(full_screen_refresh                     ,0x0000b290) // Found @0xff23ba54
  49 DEF(canon_menu_active                       ,0x0000410c) // Found @0xff0b571c
  50 DEF(canon_shoot_menu_active                 ,0x0000d185) // Found @0xff2ba540
  51 DEF(zoom_status                             ,0x0000e5ac) // Found @0xff338c10
  52 // focus_len_table contains zoom focus lengths for use in 'get_focal_length' (main.c).
  53 // each entry contains 2 int value(s), the first is the zoom focus length.
  54 // there are 101 entries in the table - set NUM_FL to 101
  55 DEF(focus_len_table                         ,0xfffed67c) // Found @0xfffed67c
  56 DEF(zoom_busy                               ,0x0000a110) // Found @0xff2076d4
  57 DEF(focus_busy                              ,0x00009fd8) // Found @0xff2039f8
  58 // Palette colour tables  found @ 0xff68eb74
  59 // Camera has 2 RAW buffers @ 0x48000000 & 0x561c9d00
  60 //  Note: active buffer --> raw_buffers[active_raw_buffer]
  61 //        other buffer  --> raw_buffers[active_raw_buffer^1]
  62 DEF(raw_buffers                             ,0xff641f00) // Found @0xff641f00
  63 DEF(active_raw_buffer                       ,0x00003b2c) // Found @0xff09bcb4
  64 DEF(fileio_semaphore                        ,0x00001d40) // Found @0xff02eaec
  65 DEF(exmem_alloc_table                       ,0x0001ab94) // Found @0xff0339ac
  66 DEF(exmem_types_table                       ,0xff84e2e4) // Found @0x00001dd4
  67 DEF_CONST(exmem_type_count                  ,0x0000001f)
  68 DEF(imager_active                           ,0x0000208c) // Found @0xff04c0a8 (0x2088 + 4)
  69 DEF_CONST(uiprop_count                      ,0x000000ce) // Found @0xff23155c
  70 DEF(cameracon_state                         ,0x00002460) // Found @0xff05cdb0
  71 
  72 // Values below go in 'lib.c':
  73 //void *vid_get_bitmap_fb()        { return (void*)0x40711000; }             // Found @0xff06da58
  74 //void *vid_get_viewport_fb()      { return (void*)0x40866b80; }             // Found @0xff4c6db0
  75 DEF(jpeg_count_str                          ,0x001557fc) // Found @0xff2a2e78
  76 //char *camera_jpeg_count_str()    { return (char*)0x001557fc; }             // Found @0xff2a2e78
  77 //int get_flash_params_count(void) { return 0xe3; }                          // Found @0xff2320d0
  78 
  79 // Bitmap masks and physw_status index values for SD_READONLY and USB power flags (for kbd.c).
  80 //#define SD_READONLY_FLAG    0x00400000 // Found @0xff636634, levent 0x20a
  81 //#define SD_READONLY_IDX     2
  82 //#define USB_MASK            0x01000000 // Found @0xff636644, levent 0x202
  83 //#define USB_IDX             2
  84 //#define BATTCOVER_FLAG      0x00800000 // Found @0xff63663c, levent 0x205
  85 //#define BATTCOVER_IDX       2
  86 //#define ANALOG_AV_FLAG      0x00000040 // Found @0xff63657c, levent 0x200 (non-inverted logic)
  87 //#define ANALOG_AV_IDX       0
  88 
  89 // Keymap values for kbd.c. Additional keys may be present, only common values included here.
  90 //static KeyMap keymap[] = {
  91 //    { 0, KEY_VIDEO           ,0x00000004 }, // Found @0xff636564, levent 0x02
  92 //    { 0, KEY_SET             ,0x00000008 }, // Found @0xff63656c, levent 0x0a
  93 //    { 0, KEY_MENU            ,0x00000080 }, // Found @0xff636584, levent 0x14
  94 //    { 0, KEY_LEFT            ,0x00001000 }, // Found @0xff63658c, levent 0x08
  95 //    { 0, KEY_UP              ,0x00002000 }, // Found @0xff636594, levent 0x06
  96 //    { 0, KEY_RIGHT           ,0x00004000 }, // Found @0xff63659c, levent 0x09
  97 //    { 0, KEY_DOWN            ,0x00008000 }, // Found @0xff6365a4, levent 0x07
  98 //    { 2, KEY_SHOOT_FULL      ,0x00000060 }, // Found @0xff6365bc, levent 0x01
  99 //    { 2, KEY_SHOOT_FULL_ONLY ,0x00000040 }, // Found @0xff6365bc, levent 0x01
 100 //    { 2, KEY_SHOOT_HALF      ,0x00000020 }, // Found @0xff6365b4, levent 0x00
 101 //    { 2, KEY_PLAYBACK        ,0x00000080 }, // Found @0xff6365c4, levent 0x101
 102 //    { 2, KEY_POWER           ,0x00000100 }, // Found @0xff6365cc, levent 0x100
 103 //    { 0, 0, 0 }
 104 //};
 105 
 106 // Values below go in 'platform_camera.h':
 107 //#define CAM_DRYOS         1
 108 //#define CAM_DRYOS_2_3_R39 1 // Defined for cameras with DryOS version R39 or higher
 109 //#define CAM_DRYOS_2_3_R47 1 // Defined for cameras with DryOS version R47 or higher
 110 //#define CAM_RAW_ROWPIX    5344 // Found @0xff1d507c
 111 //#define CAM_RAW_ROWS      3950 // Found @0xff1d5088
 112 //#undef  CAM_UNCACHED_BIT
 113 //#define CAM_UNCACHED_BIT  0x40000000 // Found @0xff025c5c
 114 //#define CAM_DATE_FOLDER_NAMING 0x080 // Found @0xff37d4c0 (pass as 3rd param to GetImageFolder)
 115 //#define PARAM_CAMERA_NAME 3 // Found @0xff7b67d4
 116 //#define CAM_3ARG_DebugAssert 1
 117 //#define CAM_HAS_WIFI 1 // Firmware has wifi support (only define if camera has hardware)
 118 
 119 // Below goes in 'filewrite.c' or 'platform_camera.h':
 120 //#define MAX_CHUNKS_FOR_FWT 7 // Found @0xff3974e4
 121 
 122 // Known propcases
 123 // //      PROPCASE_AFSTEP 13
 124 // #define PROPCASE_FOCUS_STATE 18
 125 // #define PROPCASE_AV 23
 126 // #define PROPCASE_BV 38
 127 // //      PROPCASE_DELTA_DIGITALGAIN 82
 128 // #define PROPCASE_DELTA_SV 84
 129 // //      PROPCASE_DELTA_ND 85
 130 // #define PROPCASE_EV_CORRECTION_2 216
 131 // #define PROPCASE_ORIENTATION_SENSOR 228
 132 // #define PROPCASE_SV_MARKET 255
 133 // //      PROPCASE_SVFIX 256
 134 // #define PROPCASE_TV 272
 135 // Guessed propset: 7, 9
 136 
 137 // Misc stuff
 138 DEF(ctypes, 0xff632c90)
 139 
 140 // EXMEM types:
 141 // EXMEM_RAMDISK        0
 142 // EXMEM_COM            1
 143 // EXMEM_FORMATTER      2
 144 // EXMEM_SHADING        3
 145 // EXMEM_FAMODE         4
 146 // EXMEM_FIRMUP         5
 147 // EXMEM_FIRMUP_VRAM    6
 148 // EXMEM_FIRMUP_INFLATE 7
 149 // EXMEM_FIRMUP_PICTURESTYLE 8
 150 // EXMEM_DVLPWORK       9
 151 // EXMEM_EVF            10
 152 // EXMEM_SCRIPT         11
 153 // EXMEM_GPS            12
 154 // EXMEM_FACEAUTH       13
 155 // EXMEM_OHYEARLOG      14
 156 // EXMEM_WIFI           15
 157 // EXMEM_LENS_FIRMUP    16
 158 // EXMEM_LENS_COMPENSATION 17
 159 // EXMEM_FILESTORE      18
 160 // EXMEM_MOVIE_REC      19
 161 // EXMEM_MOVIE_PLY      20
 162 // EXMEM_WIFI_RESIZE    21
 163 // EXMEM_PCEVF          22
 164 // EXMEM_WIDE           23
 165 // EXMEM_NARROW         24
 166 // EXMEM_AUTO_GIS_MODE  25
 167 // EXMEM_NP_GIS_MODE    26
 168 // EXMEM_TRIPODHDR_MODE 27
 169 // EXMEM_HSHQ_MODE      28
 170 // EXMEM_CRAW_REC       29
 171 // EXMEM_CREATIVE_SHOT  30
 172 
 173 // ISR flag: 0x1944, pointer to current task's control block: 0x1940
 174 // pointer to TCB area: 0x19c4, found @ 0xff86659c
 175 
 176 // LED table init @ 0xff1a029c
 177 // LED #1: 0xc022d200 (#98 in GPIO table), offset 0x98
 178 // LED #2: 0xc022d1fc (#97 in GPIO table), offset 0x8
 179 // GPIO table @ 0xff635ff8
 180 
 181 // Stubs below matched 100%.
 182 //    Name                                     Address                Comp to stubs_entry_2.S
 183 NHSTUB(AllocateUncacheableMemory              ,0xff025c18) //112
 184 NHSTUB(Close                                  ,0xff026ff8) //120
 185 NHSTUB(CreateBinarySemaphore                  ,0x006b7884) //115
 186 NHSTUB(CreateTask                             ,0x006b5658) //120
 187 NHSTUB(DebugAssert                            ,0x006b59f8) //107
 188 NHSTUB(DeleteDirectory_Fut                    ,0xff0269f8) //116
 189 NHSTUB(DeleteSemaphore                        ,0x006b7968) //120
 190 NHSTUB(DoAELock                               ,0xff0322ec) //120
 191 NHSTUB(DoAFLock                               ,0xff031fb8) //120
 192 NHSTUB(EnterToCompensationEVF                 ,0xff032250) //104
 193 NHSTUB(ExecuteEventProcedure                  ,0xff034494) //104
 194 NHSTUB(ExitFromCompensationEVF                ,0xff032298) //104
 195 NHSTUB(ExitTask                               ,0x006b5994) //120
 196 NHSTUB(ExpCtrlTool_StartContiAE               ,0xff044064) //104
 197 NHSTUB(ExpCtrlTool_StopContiAE                ,0xff044280) //104
 198 NHSTUB(Fclose_Fut                             ,0xff026a90) //120
 199 NHSTUB(Feof_Fut                               ,0xff026c7c) //  1
 200 NHSTUB(Fflush_Fut                             ,0xff026cb8) //  1
 201 NHSTUB(Fgets_Fut                              ,0xff026be4) //  6
 202 NHSTUB(Fopen_Fut                              ,0xff026a50) //120
 203 NHSTUB(Fread_Fut                              ,0xff026b3c) //120
 204 NHSTUB(FreeUncacheableMemory                  ,0xff025c54) //112
 205 NHSTUB(Fseek_Fut                              ,0xff026c30) //120
 206 NHSTUB(Fwrite_Fut                             ,0xff026b90) //120
 207 NHSTUB(GetBatteryTemperature                  ,0xff078860) //102
 208 NHSTUB(GetCCDTemperature                      ,0xff0787e8) //102
 209 NHSTUB(GetCurrentAvValue                      ,0xff091614) //120
 210 NHSTUB(GetCurrentShutterSpeed                 ,0xff0db164) //120
 211 NHSTUB(GetUsableMaxAv                         ,0xff1d5910) //120
 212 NHSTUB(GetUsableMinAv                         ,0xff1d58f4) //120
 213 NHSTUB(GetDrive_ClusterSize                   ,0xff030180) //122
 214 NHSTUB(GetDrive_FreeClusters                  ,0xff030958) //119
 215 NHSTUB(GetDrive_TotalClusters                 ,0xff03092c) //122
 216 NHSTUB(GetFocusLensSubjectDistance            ,0xff204c94) //102
 217 NHSTUB(GetImageFolder                         ,0xff1dd75c) //122
 218 NHSTUB(GetKbdState                            ,0xff074a2c) //109
 219 NHSTUB(GetMemInfo                             ,0xff023408) //115
 220 NHSTUB(GetOpticalTemperature                  ,0xff0788d8) //120
 221 NHSTUB(GetParameterData                       ,0xff23208c) //101
 222 NHSTUB(GetPropertyCase                        ,0xff0ac894) //101
 223 NHSTUB(GetSystemTime                          ,0xff3c75a0) //120
 224 NHSTUB(GetVRAMHPixelsSize                     ,0xff050c68) //120
 225 NHSTUB(GetVRAMVPixelsSize                     ,0xff050c74) //120
 226 NHSTUB(GetZoomLensCurrentPoint                ,0xff207b58) //120
 227 NHSTUB(GetZoomLensCurrentPosition             ,0xff3b06c4) //102
 228 NHSTUB(GiveSemaphore                          ,0x006b7b04) //120
 229 NHSTUB(IsStrobeChargeCompleted                ,0xff109238) //102
 230 NHSTUB(LEDDrive                               ,0xff21a8c8) //120
 231 NHSTUB(LocalTime                              ,0x006b9998) //115
 232 NHSTUB(LockMainPower                          ,0xff0b1258) //120
 233 NHSTUB(MakeSDCardBootable                     ,0xff030d68) //105
 234 NHSTUB(MoveFocusLensToDistance                ,0xff4caa20) //102
 235 NHSTUB(MoveIrisWithAv                         ,0xff3c0ef4) //120
 236 NHSTUB(MoveZoomLensWithPoint                  ,0xff3c1850) //120
 237 NHSTUB(MoveOpticalZoomAt                      ,0xff03192c) //109
 238 NHSTUB(Open                                   ,0xff026f30) //120
 239 NHSTUB(PB2Rec                                 ,0xff05d588) //104
 240 NHSTUB(PT_MoveDigitalZoomToWide               ,0xff21ba64) //102
 241 NHSTUB(PT_MoveOpticalZoomAt                   ,0xff21ba34) //102
 242 NHSTUB(PT_PlaySound                           ,0xff0c28ec) //122
 243 NHSTUB(PostLogicalEventForNotPowerType        ,0xff0ae7e0) //120
 244 NHSTUB(PostLogicalEventToUI                   ,0xff0ae838) //120
 245 NHSTUB(PutInNdFilter                          ,0xff3c1608) //102
 246 NHSTUB(PutOutNdFilter                         ,0xff3c162c) //102
 247 NHSTUB(Read                                   ,0xff023ec4) //120
 248 NHSTUB(ReadFastDir                            ,0xff398f60) //115
 249 NHSTUB(Rec2PB                                 ,0xff05d5e0) //104
 250 NHSTUB(RenameFile_Fut                         ,0xff0268f0) //116
 251 NHSTUB(Restart                                ,0xff037528) //122
 252 NHSTUB(ScreenLock                             ,0xff0b4e24) //117
 253 NHSTUB(ScreenUnlock                           ,0xff0b4ddc) //117
 254 NHSTUB(SetAE_ShutterSpeed                     ,0xff4c5b8c) //102
 255 NHSTUB(SetAutoShutdownTime                    ,0xff0b12cc) //120
 256 NHSTUB(SetCurrentCaptureModeType              ,0xff0bf550) //120
 257 NHSTUB(SetDate                                ,0xff4c7a64) //120
 258 NHSTUB(SetFileAttributes                      ,0xff0273fc) //  6
 259 NHSTUB(SetFileTimeStamp                       ,0xff027384) //  6
 260 NHSTUB(SetLogicalEventActive                  ,0xff0aeeb8) //120
 261 NHSTUB(SetParameterData                       ,0xff231ff0) //101
 262 NHSTUB(SetPropertyCase                        ,0xff0ac6bc) //101
 263 NHSTUB(SetScriptMode                          ,0xff0aef0c) //120
 264 NHSTUB(SleepTask                              ,0x006b8d54) //120
 265 NHSTUB(TakeSemaphore                          ,0x006b7a2c) //120
 266 NHSTUB(TurnOffBackLight                       ,0xff0c1f74) //104
 267 NHSTUB(TurnOnBackLight                        ,0xff0c1fc0) //104
 268 NHSTUB(TurnOnDisplay                          ,0xff06de50) //120
 269 NHSTUB(TurnOffDisplay                         ,0xff06de60) //120
 270 NHSTUB(UIFS_WriteFirmInfoToFile               ,0xff251a8c) //120
 271 NHSTUB(UnlockAE                               ,0xff032310) //120
 272 NHSTUB(UnlockAF                               ,0xff031fe8) //120
 273 NHSTUB(UnlockMainPower                        ,0xff0b11b0) //120
 274 NHSTUB(VbattGet                               ,0xff02ab7c) //120
 275 NHSTUB(Write                                  ,0xff02704c) //120
 276 NHSTUB(WriteSDCard                            ,0x006ba89c) //108
 277 NHSTUB(_log                                   ,0x006ddda8) //111
 278 NHSTUB(_log10                                 ,0x006de2e8) //112
 279 NHSTUB(_pow                                   ,0x006de6b0) //121
 280 NHSTUB(_sqrt                                  ,0x006e0788) //  6
 281 NHSTUB(add_ptp_handler                        ,0xff15d8d4) //121
 282 NHSTUB(apex2us                                ,0xff2d95bc) //121
 283 NHSTUB(close                                  ,0xff023d20) //109
 284 NHSTUB(err_init_task                          ,0xff0247a0) //111
 285 NHSTUB(exmem_alloc                            ,0xff03407c) //101
 286 NHSTUB(exmem_ualloc                           ,0xff033ee0) //101
 287 NHSTUB(exmem_ufree                            ,0xff034028) //101
 288 NHSTUB(free                                   ,0xff02504c) //112
 289 NHSTUB(get_nd_value                           ,0xff3adc80) //123
 290 NHSTUB(get_current_nd_value                   ,0xff3adc20) //122
 291 NHSTUB(get_current_deltasv                    ,0xff0dbe88) //122
 292 NHSTUB(GetCurrentDriveBaseSvValue             ,0xff0e1f74) //120
 293 NHSTUB(kbd_p1_f                               ,0xff02be4c) //109
 294 NHSTUB(kbd_p1_f_cont                          ,0xff02be58) //109
 295 NHSTUB(kbd_p2_f                               ,0xff02b53c) //109
 296 NHSTUB(kbd_read_keys                          ,0xff02bdfc) //109
 297 NHSTUB(kbd_read_keys_r2                       ,0xff0742a4) //109
 298 NHSTUB(lseek                                  ,0xff027214) //120
 299 NHSTUB(malloc                                 ,0xff024ff4) //112
 300 NHSTUB(memcmp                                 ,0xff024dcc) //120
 301 NHSTUB(memcpy                                 ,0xff0c7d1c) //120
 302 NHSTUB(memset                                 ,0xff2d2ef0) //120
 303 NHSTUB(mkdir                                  ,0xff027494) //121
 304 NHSTUB(mktime_ext                             ,0xff0c7460) //  1
 305 NHSTUB(open                                   ,0xff023c70) //109
 306 NHSTUB(OpenFastDir                            ,0xff398e0c) //115
 307 NHSTUB(closedir                               ,0xff398dbc) //121
 308 NHSTUB(get_fstype                             ,0xff0300f8) //122
 309 NHSTUB(qsort                                  ,0xff2d2e90) //  6
 310 NHSTUB(rand                                   ,0xff0c7cec) //121
 311 NHSTUB(realloc                                ,0xff2d2f6c) //115
 312 NHSTUB(reboot_fw_update                       ,0xff3c6c50) //106
 313 NHSTUB(set_control_event                      ,0xff0aeb78) //111
 314 NHSTUB(srand                                  ,0xff0c7ce0) //122
 315 NHSTUB(stat                                   ,0xff02725c) //109
 316 NHSTUB(strcat                                 ,0xff037e4c) //  1
 317 NHSTUB(strchr                                 ,0xff037ed4) //  1
 318 NHSTUB(strcmp                                 ,0xff024ec8) //120
 319 NHSTUB(strcpy                                 ,0xff024db4) //120
 320 NHSTUB(strftime                               ,0xff0c74e0) //113
 321 NHSTUB(strlen                                 ,0xff024f0c) //120
 322 NHSTUB(strncmp                                ,0xff037e88) //  1
 323 NHSTUB(strncpy                                ,0xff027b6c) //  1
 324 NHSTUB(strrchr                                ,0xff0c7e68) //  1
 325 NHSTUB(strtol                                 ,0xff037e38) //101
 326 NHSTUB(strtolx                                ,0xff037c3c) //109
 327    DEF(task_CaptSeq                           ,0xff0998e8) //120
 328    DEF(task_DvlpSeqTask                       ,0xff2201b8) //120
 329    DEF(task_ExpDrv                            ,0xff0fc5c8) //120
 330    DEF(task_FileWrite                         ,0xff397488) //120
 331    DEF(task_InitFileModules                   ,0xff0602c0) //120
 332    DEF(task_MovieRecord                       ,0xff211d34) //120
 333    DEF(task_PhySw                             ,0xff02b8dc) //120
 334    DEF(hook_CreateTask                        ,0x006b5658) //105
 335 NHSTUB(time                                   ,0x006b9180) //119
 336 NHSTUB(vsprintf                               ,0xff027b2c) //115
 337 NHSTUB(EngDrvRead                             ,0xff02bf5c) //102
 338 NHSTUB(PTM_GetCurrentItem                     ,0xff0b2e04) //105
 339 NHSTUB(DisableISDriveError                    ,0xff3c2cdc) //120
 340 NHSTUB(CancelHPTimer                          ,0xff0a8fe8) //119
 341 NHSTUB(SetHPTimerAfterNow                     ,0xff0a8ee0) //119
 342 NHSTUB(SS_MFOn                                ,0xff21baf8) //120
 343 NHSTUB(SS_MFOff                               ,0xff21bb08) //120
 344 NHSTUB(GetAdChValue                           ,0xff06f280) //120
 345 NHSTUB(EnableHDMIPower                        ,0xff072e38) //123
 346 NHSTUB(DisableHDMIPower                       ,0xff072e8c) //123
 347 NHSTUB(get_ptp_buf_size                       ,0xff14fcfc) //122
 348 NHSTUB(get_ptp_file_buf                       ,0xff32983c) //121
 349 NHSTUB(SetVideoOutType                        ,0xff4c6418) //109
 350 NHSTUB(GetVideoOutType                        ,0xff4c6324) //120
 351 NHSTUB(IsWirelessConnect                      ,0xff0634e4) //122

/* [<][>][^][v][top][bottom][index][help] */