root/platform/ixus65_sd630/sub/100a/stubs_min.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 
   3 DEF(physw_run, 0x1FAC)
   4 DEF(physw_status, 0xE758)
   5 
   6 // The names below could be found automanically
   7 // by looking up the strings with the same names as these variables
   8 // and function 'ShowPhySwStatus' which is also symbolic
   9 DEF(NotifyMask, 0x0000E728)
  10 DEF(SwitchMask, 0x0000E738)
  11 DEF(InvertData, 0x0000E748)
  12 // This is the real name for 'physw_status'
  13 DEF(GpioStatus, 0x0000E758)
  14 DEF(SwitchStatus, 0x0000E768)
  15 
  16 
  17 // Key values for 'Feather' on joystic
  18 // Could be retrieved from 'PhySW' Task function
  19 DEF(touch_keys_angle, 0x0000E8C8)
  20 
  21 DEF(zoom_busy, 0x79E20)
  22 DEF(focus_busy, 0x7A13C)
  23 DEF(movie_compression, 0x617C)
  24 DEF(zoom_status, 0x7450) // maybe 0x7460 ? sub_FF9B2050, "_MoveOpticalToTele"
  25 
  26 DEF(canon_menu_active, 0x8300) // FFA13E14 StartRecModeMenu
  27 DEF(canon_shoot_menu_active, 0x75AC+1) // FF9BB06C
  28 DEF(recreview_hold, 0x76E50) // sub_FF9ACFC8
  29 
  30 DEF(some_f_for_dng, 0x8CBC)
  31 DEF(second_ext_for_dng, 0x8CE0)
  32 DEF(playrec_mode,0x6484)
  33 
  34 DEF(sys_mempart_id, 0xc0b0)

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