smscoreapi.h 37 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196
  1. /****************************************************************
  2. Siano Mobile Silicon, Inc.
  3. MDTV receiver kernel modules.
  4. Copyright (C) 2006-2008, Uri Shkolnik, Anatoly Greenblat
  5. This program is free software: you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation, either version 2 of the License, or
  8. (at your option) any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with this program. If not, see <http://www.gnu.org/licenses/>.
  15. ****************************************************************/
  16. #ifndef __SMS_CORE_API_H__
  17. #define __SMS_CORE_API_H__
  18. #include <linux/device.h>
  19. #include <linux/list.h>
  20. #include <linux/mm.h>
  21. #include <linux/scatterlist.h>
  22. #include <linux/types.h>
  23. #include <linux/mutex.h>
  24. #include <linux/wait.h>
  25. #include <linux/timer.h>
  26. #include <asm/page.h>
  27. #include "smsir.h"
  28. #define kmutex_init(_p_) mutex_init(_p_)
  29. #define kmutex_lock(_p_) mutex_lock(_p_)
  30. #define kmutex_trylock(_p_) mutex_trylock(_p_)
  31. #define kmutex_unlock(_p_) mutex_unlock(_p_)
  32. #ifndef min
  33. #define min(a, b) (((a) < (b)) ? (a) : (b))
  34. #endif
  35. /*
  36. * Define the firmware names used by the driver.
  37. * Those should match what's used at smscoreapi.c and sms-cards.c
  38. * including the MODULE_FIRMWARE() macros at the end of smscoreapi.c
  39. */
  40. #define SMS_FW_ATSC_DENVER "atsc_denver.inp"
  41. #define SMS_FW_CMMB_MING_APP "cmmb_ming_app.inp"
  42. #define SMS_FW_CMMB_VEGA_12MHZ "cmmb_vega_12mhz.inp"
  43. #define SMS_FW_CMMB_VENICE_12MHZ "cmmb_venice_12mhz.inp"
  44. #define SMS_FW_DVBH_RIO "dvbh_rio.inp"
  45. #define SMS_FW_DVB_NOVA_12MHZ_B0 "dvb_nova_12mhz_b0.inp"
  46. #define SMS_FW_DVB_NOVA_12MHZ "dvb_nova_12mhz.inp"
  47. #define SMS_FW_DVB_RIO "dvb_rio.inp"
  48. #define SMS_FW_FM_RADIO "fm_radio.inp"
  49. #define SMS_FW_FM_RADIO_RIO "fm_radio_rio.inp"
  50. #define SMS_FW_DVBT_HCW_55XXX "sms1xxx-hcw-55xxx-dvbt-02.fw"
  51. #define SMS_FW_ISDBT_HCW_55XXX "sms1xxx-hcw-55xxx-isdbt-02.fw"
  52. #define SMS_FW_ISDBT_NOVA_12MHZ_B0 "isdbt_nova_12mhz_b0.inp"
  53. #define SMS_FW_ISDBT_NOVA_12MHZ "isdbt_nova_12mhz.inp"
  54. #define SMS_FW_ISDBT_PELE "isdbt_pele.inp"
  55. #define SMS_FW_ISDBT_RIO "isdbt_rio.inp"
  56. #define SMS_FW_DVBT_NOVA_A "sms1xxx-nova-a-dvbt-01.fw"
  57. #define SMS_FW_DVBT_NOVA_B "sms1xxx-nova-b-dvbt-01.fw"
  58. #define SMS_FW_DVBT_STELLAR "sms1xxx-stellar-dvbt-01.fw"
  59. #define SMS_FW_TDMB_DENVER "tdmb_denver.inp"
  60. #define SMS_FW_TDMB_NOVA_12MHZ_B0 "tdmb_nova_12mhz_b0.inp"
  61. #define SMS_FW_TDMB_NOVA_12MHZ "tdmb_nova_12mhz.inp"
  62. #define SMS_PROTOCOL_MAX_RAOUNDTRIP_MS (10000)
  63. #define SMS_ALLOC_ALIGNMENT 128
  64. #define SMS_DMA_ALIGNMENT 16
  65. #define SMS_ALIGN_ADDRESS(addr) \
  66. ((((uintptr_t)(addr)) + (SMS_DMA_ALIGNMENT-1)) & ~(SMS_DMA_ALIGNMENT-1))
  67. #define SMS_DEVICE_FAMILY1 0
  68. #define SMS_DEVICE_FAMILY2 1
  69. #define SMS_ROM_NO_RESPONSE 2
  70. #define SMS_DEVICE_NOT_READY 0x8000000
  71. enum sms_device_type_st {
  72. SMS_UNKNOWN_TYPE = -1,
  73. SMS_STELLAR = 0,
  74. SMS_NOVA_A0,
  75. SMS_NOVA_B0,
  76. SMS_VEGA,
  77. SMS_VENICE,
  78. SMS_MING,
  79. SMS_PELE,
  80. SMS_RIO,
  81. SMS_DENVER_1530,
  82. SMS_DENVER_2160,
  83. SMS_NUM_OF_DEVICE_TYPES
  84. };
  85. enum sms_power_mode_st {
  86. SMS_POWER_MODE_ACTIVE,
  87. SMS_POWER_MODE_SUSPENDED
  88. };
  89. struct smscore_device_t;
  90. struct smscore_client_t;
  91. struct smscore_buffer_t;
  92. typedef int (*hotplug_t)(struct smscore_device_t *coredev,
  93. struct device *device, int arrival);
  94. typedef int (*setmode_t)(void *context, int mode);
  95. typedef void (*detectmode_t)(void *context, int *mode);
  96. typedef int (*sendrequest_t)(void *context, void *buffer, size_t size);
  97. typedef int (*loadfirmware_t)(void *context, void *buffer, size_t size);
  98. typedef int (*preload_t)(void *context);
  99. typedef int (*postload_t)(void *context);
  100. typedef int (*onresponse_t)(void *context, struct smscore_buffer_t *cb);
  101. typedef void (*onremove_t)(void *context);
  102. struct smscore_buffer_t {
  103. /* public members, once passed to clients can be changed freely */
  104. struct list_head entry;
  105. int size;
  106. int offset;
  107. /* private members, read-only for clients */
  108. void *p;
  109. dma_addr_t phys;
  110. unsigned long offset_in_common;
  111. };
  112. struct smsdevice_params_t {
  113. struct device *device;
  114. int buffer_size;
  115. int num_buffers;
  116. char devpath[32];
  117. unsigned long flags;
  118. setmode_t setmode_handler;
  119. detectmode_t detectmode_handler;
  120. sendrequest_t sendrequest_handler;
  121. preload_t preload_handler;
  122. postload_t postload_handler;
  123. void *context;
  124. enum sms_device_type_st device_type;
  125. };
  126. struct smsclient_params_t {
  127. int initial_id;
  128. int data_type;
  129. onresponse_t onresponse_handler;
  130. onremove_t onremove_handler;
  131. void *context;
  132. };
  133. struct smscore_device_t {
  134. struct list_head entry;
  135. struct list_head clients;
  136. struct list_head subclients;
  137. spinlock_t clientslock;
  138. struct list_head buffers;
  139. spinlock_t bufferslock;
  140. int num_buffers;
  141. void *common_buffer;
  142. int common_buffer_size;
  143. dma_addr_t common_buffer_phys;
  144. void *context;
  145. struct device *device;
  146. char devpath[32];
  147. unsigned long device_flags;
  148. setmode_t setmode_handler;
  149. detectmode_t detectmode_handler;
  150. sendrequest_t sendrequest_handler;
  151. preload_t preload_handler;
  152. postload_t postload_handler;
  153. int mode, modes_supported;
  154. /* host <--> device messages */
  155. struct completion version_ex_done, data_download_done, trigger_done;
  156. struct completion data_validity_done, device_ready_done;
  157. struct completion init_device_done, reload_start_done, resume_done;
  158. struct completion gpio_configuration_done, gpio_set_level_done;
  159. struct completion gpio_get_level_done, ir_init_done;
  160. /* Buffer management */
  161. wait_queue_head_t buffer_mng_waitq;
  162. /* GPIO */
  163. int gpio_get_res;
  164. /* Target hardware board */
  165. int board_id;
  166. /* Firmware */
  167. u8 *fw_buf;
  168. u32 fw_buf_size;
  169. u16 fw_version;
  170. /* Infrared (IR) */
  171. struct ir_t ir;
  172. /*
  173. * Identify if device is USB or not.
  174. * Used by smsdvb-sysfs to know the root node for debugfs
  175. */
  176. bool is_usb_device;
  177. int led_state;
  178. };
  179. /* GPIO definitions for antenna frequency domain control (SMS8021) */
  180. #define SMS_ANTENNA_GPIO_0 1
  181. #define SMS_ANTENNA_GPIO_1 0
  182. enum sms_bandwidth_mode {
  183. BW_8_MHZ = 0,
  184. BW_7_MHZ = 1,
  185. BW_6_MHZ = 2,
  186. BW_5_MHZ = 3,
  187. BW_ISDBT_1SEG = 4,
  188. BW_ISDBT_3SEG = 5,
  189. BW_2_MHZ = 6,
  190. BW_FM_RADIO = 7,
  191. BW_ISDBT_13SEG = 8,
  192. BW_1_5_MHZ = 15,
  193. BW_UNKNOWN = 0xffff
  194. };
  195. #define MSG_HDR_FLAG_SPLIT_MSG 4
  196. #define MAX_GPIO_PIN_NUMBER 31
  197. #define HIF_TASK 11
  198. #define HIF_TASK_SLAVE 22
  199. #define HIF_TASK_SLAVE2 33
  200. #define HIF_TASK_SLAVE3 44
  201. #define SMS_HOST_LIB 150
  202. #define DVBT_BDA_CONTROL_MSG_ID 201
  203. #define SMS_MAX_PAYLOAD_SIZE 240
  204. #define SMS_TUNE_TIMEOUT 500
  205. enum msg_types {
  206. MSG_TYPE_BASE_VAL = 500,
  207. MSG_SMS_GET_VERSION_REQ = 503,
  208. MSG_SMS_GET_VERSION_RES = 504,
  209. MSG_SMS_MULTI_BRIDGE_CFG = 505,
  210. MSG_SMS_GPIO_CONFIG_REQ = 507,
  211. MSG_SMS_GPIO_CONFIG_RES = 508,
  212. MSG_SMS_GPIO_SET_LEVEL_REQ = 509,
  213. MSG_SMS_GPIO_SET_LEVEL_RES = 510,
  214. MSG_SMS_GPIO_GET_LEVEL_REQ = 511,
  215. MSG_SMS_GPIO_GET_LEVEL_RES = 512,
  216. MSG_SMS_EEPROM_BURN_IND = 513,
  217. MSG_SMS_LOG_ENABLE_CHANGE_REQ = 514,
  218. MSG_SMS_LOG_ENABLE_CHANGE_RES = 515,
  219. MSG_SMS_SET_MAX_TX_MSG_LEN_REQ = 516,
  220. MSG_SMS_SET_MAX_TX_MSG_LEN_RES = 517,
  221. MSG_SMS_SPI_HALFDUPLEX_TOKEN_HOST_TO_DEVICE = 518,
  222. MSG_SMS_SPI_HALFDUPLEX_TOKEN_DEVICE_TO_HOST = 519,
  223. MSG_SMS_BACKGROUND_SCAN_FLAG_CHANGE_REQ = 520,
  224. MSG_SMS_BACKGROUND_SCAN_FLAG_CHANGE_RES = 521,
  225. MSG_SMS_BACKGROUND_SCAN_SIGNAL_DETECTED_IND = 522,
  226. MSG_SMS_BACKGROUND_SCAN_NO_SIGNAL_IND = 523,
  227. MSG_SMS_CONFIGURE_RF_SWITCH_REQ = 524,
  228. MSG_SMS_CONFIGURE_RF_SWITCH_RES = 525,
  229. MSG_SMS_MRC_PATH_DISCONNECT_REQ = 526,
  230. MSG_SMS_MRC_PATH_DISCONNECT_RES = 527,
  231. MSG_SMS_RECEIVE_1SEG_THROUGH_FULLSEG_REQ = 528,
  232. MSG_SMS_RECEIVE_1SEG_THROUGH_FULLSEG_RES = 529,
  233. MSG_SMS_RECEIVE_VHF_VIA_VHF_INPUT_REQ = 530,
  234. MSG_SMS_RECEIVE_VHF_VIA_VHF_INPUT_RES = 531,
  235. MSG_WR_REG_RFT_REQ = 533,
  236. MSG_WR_REG_RFT_RES = 534,
  237. MSG_RD_REG_RFT_REQ = 535,
  238. MSG_RD_REG_RFT_RES = 536,
  239. MSG_RD_REG_ALL_RFT_REQ = 537,
  240. MSG_RD_REG_ALL_RFT_RES = 538,
  241. MSG_HELP_INT = 539,
  242. MSG_RUN_SCRIPT_INT = 540,
  243. MSG_SMS_EWS_INBAND_REQ = 541,
  244. MSG_SMS_EWS_INBAND_RES = 542,
  245. MSG_SMS_RFS_SELECT_REQ = 543,
  246. MSG_SMS_RFS_SELECT_RES = 544,
  247. MSG_SMS_MB_GET_VER_REQ = 545,
  248. MSG_SMS_MB_GET_VER_RES = 546,
  249. MSG_SMS_MB_WRITE_CFGFILE_REQ = 547,
  250. MSG_SMS_MB_WRITE_CFGFILE_RES = 548,
  251. MSG_SMS_MB_READ_CFGFILE_REQ = 549,
  252. MSG_SMS_MB_READ_CFGFILE_RES = 550,
  253. MSG_SMS_RD_MEM_REQ = 552,
  254. MSG_SMS_RD_MEM_RES = 553,
  255. MSG_SMS_WR_MEM_REQ = 554,
  256. MSG_SMS_WR_MEM_RES = 555,
  257. MSG_SMS_UPDATE_MEM_REQ = 556,
  258. MSG_SMS_UPDATE_MEM_RES = 557,
  259. MSG_SMS_ISDBT_ENABLE_FULL_PARAMS_SET_REQ = 558,
  260. MSG_SMS_ISDBT_ENABLE_FULL_PARAMS_SET_RES = 559,
  261. MSG_SMS_RF_TUNE_REQ = 561,
  262. MSG_SMS_RF_TUNE_RES = 562,
  263. MSG_SMS_ISDBT_ENABLE_HIGH_MOBILITY_REQ = 563,
  264. MSG_SMS_ISDBT_ENABLE_HIGH_MOBILITY_RES = 564,
  265. MSG_SMS_ISDBT_SB_RECEPTION_REQ = 565,
  266. MSG_SMS_ISDBT_SB_RECEPTION_RES = 566,
  267. MSG_SMS_GENERIC_EPROM_WRITE_REQ = 567,
  268. MSG_SMS_GENERIC_EPROM_WRITE_RES = 568,
  269. MSG_SMS_GENERIC_EPROM_READ_REQ = 569,
  270. MSG_SMS_GENERIC_EPROM_READ_RES = 570,
  271. MSG_SMS_EEPROM_WRITE_REQ = 571,
  272. MSG_SMS_EEPROM_WRITE_RES = 572,
  273. MSG_SMS_CUSTOM_READ_REQ = 574,
  274. MSG_SMS_CUSTOM_READ_RES = 575,
  275. MSG_SMS_CUSTOM_WRITE_REQ = 576,
  276. MSG_SMS_CUSTOM_WRITE_RES = 577,
  277. MSG_SMS_INIT_DEVICE_REQ = 578,
  278. MSG_SMS_INIT_DEVICE_RES = 579,
  279. MSG_SMS_ATSC_SET_ALL_IP_REQ = 580,
  280. MSG_SMS_ATSC_SET_ALL_IP_RES = 581,
  281. MSG_SMS_ATSC_START_ENSEMBLE_REQ = 582,
  282. MSG_SMS_ATSC_START_ENSEMBLE_RES = 583,
  283. MSG_SMS_SET_OUTPUT_MODE_REQ = 584,
  284. MSG_SMS_SET_OUTPUT_MODE_RES = 585,
  285. MSG_SMS_ATSC_IP_FILTER_GET_LIST_REQ = 586,
  286. MSG_SMS_ATSC_IP_FILTER_GET_LIST_RES = 587,
  287. MSG_SMS_SUB_CHANNEL_START_REQ = 589,
  288. MSG_SMS_SUB_CHANNEL_START_RES = 590,
  289. MSG_SMS_SUB_CHANNEL_STOP_REQ = 591,
  290. MSG_SMS_SUB_CHANNEL_STOP_RES = 592,
  291. MSG_SMS_ATSC_IP_FILTER_ADD_REQ = 593,
  292. MSG_SMS_ATSC_IP_FILTER_ADD_RES = 594,
  293. MSG_SMS_ATSC_IP_FILTER_REMOVE_REQ = 595,
  294. MSG_SMS_ATSC_IP_FILTER_REMOVE_RES = 596,
  295. MSG_SMS_ATSC_IP_FILTER_REMOVE_ALL_REQ = 597,
  296. MSG_SMS_ATSC_IP_FILTER_REMOVE_ALL_RES = 598,
  297. MSG_SMS_WAIT_CMD = 599,
  298. MSG_SMS_ADD_PID_FILTER_REQ = 601,
  299. MSG_SMS_ADD_PID_FILTER_RES = 602,
  300. MSG_SMS_REMOVE_PID_FILTER_REQ = 603,
  301. MSG_SMS_REMOVE_PID_FILTER_RES = 604,
  302. MSG_SMS_FAST_INFORMATION_CHANNEL_REQ = 605,
  303. MSG_SMS_FAST_INFORMATION_CHANNEL_RES = 606,
  304. MSG_SMS_DAB_CHANNEL = 607,
  305. MSG_SMS_GET_PID_FILTER_LIST_REQ = 608,
  306. MSG_SMS_GET_PID_FILTER_LIST_RES = 609,
  307. MSG_SMS_POWER_DOWN_REQ = 610,
  308. MSG_SMS_POWER_DOWN_RES = 611,
  309. MSG_SMS_ATSC_SLT_EXIST_IND = 612,
  310. MSG_SMS_ATSC_NO_SLT_IND = 613,
  311. MSG_SMS_GET_STATISTICS_REQ = 615,
  312. MSG_SMS_GET_STATISTICS_RES = 616,
  313. MSG_SMS_SEND_DUMP = 617,
  314. MSG_SMS_SCAN_START_REQ = 618,
  315. MSG_SMS_SCAN_START_RES = 619,
  316. MSG_SMS_SCAN_STOP_REQ = 620,
  317. MSG_SMS_SCAN_STOP_RES = 621,
  318. MSG_SMS_SCAN_PROGRESS_IND = 622,
  319. MSG_SMS_SCAN_COMPLETE_IND = 623,
  320. MSG_SMS_LOG_ITEM = 624,
  321. MSG_SMS_DAB_SUBCHANNEL_RECONFIG_REQ = 628,
  322. MSG_SMS_DAB_SUBCHANNEL_RECONFIG_RES = 629,
  323. MSG_SMS_HO_PER_SLICES_IND = 630,
  324. MSG_SMS_HO_INBAND_POWER_IND = 631,
  325. MSG_SMS_MANUAL_DEMOD_REQ = 632,
  326. MSG_SMS_HO_TUNE_ON_REQ = 636,
  327. MSG_SMS_HO_TUNE_ON_RES = 637,
  328. MSG_SMS_HO_TUNE_OFF_REQ = 638,
  329. MSG_SMS_HO_TUNE_OFF_RES = 639,
  330. MSG_SMS_HO_PEEK_FREQ_REQ = 640,
  331. MSG_SMS_HO_PEEK_FREQ_RES = 641,
  332. MSG_SMS_HO_PEEK_FREQ_IND = 642,
  333. MSG_SMS_MB_ATTEN_SET_REQ = 643,
  334. MSG_SMS_MB_ATTEN_SET_RES = 644,
  335. MSG_SMS_ENABLE_STAT_IN_I2C_REQ = 649,
  336. MSG_SMS_ENABLE_STAT_IN_I2C_RES = 650,
  337. MSG_SMS_SET_ANTENNA_CONFIG_REQ = 651,
  338. MSG_SMS_SET_ANTENNA_CONFIG_RES = 652,
  339. MSG_SMS_GET_STATISTICS_EX_REQ = 653,
  340. MSG_SMS_GET_STATISTICS_EX_RES = 654,
  341. MSG_SMS_SLEEP_RESUME_COMP_IND = 655,
  342. MSG_SMS_SWITCH_HOST_INTERFACE_REQ = 656,
  343. MSG_SMS_SWITCH_HOST_INTERFACE_RES = 657,
  344. MSG_SMS_DATA_DOWNLOAD_REQ = 660,
  345. MSG_SMS_DATA_DOWNLOAD_RES = 661,
  346. MSG_SMS_DATA_VALIDITY_REQ = 662,
  347. MSG_SMS_DATA_VALIDITY_RES = 663,
  348. MSG_SMS_SWDOWNLOAD_TRIGGER_REQ = 664,
  349. MSG_SMS_SWDOWNLOAD_TRIGGER_RES = 665,
  350. MSG_SMS_SWDOWNLOAD_BACKDOOR_REQ = 666,
  351. MSG_SMS_SWDOWNLOAD_BACKDOOR_RES = 667,
  352. MSG_SMS_GET_VERSION_EX_REQ = 668,
  353. MSG_SMS_GET_VERSION_EX_RES = 669,
  354. MSG_SMS_CLOCK_OUTPUT_CONFIG_REQ = 670,
  355. MSG_SMS_CLOCK_OUTPUT_CONFIG_RES = 671,
  356. MSG_SMS_I2C_SET_FREQ_REQ = 685,
  357. MSG_SMS_I2C_SET_FREQ_RES = 686,
  358. MSG_SMS_GENERIC_I2C_REQ = 687,
  359. MSG_SMS_GENERIC_I2C_RES = 688,
  360. MSG_SMS_DVBT_BDA_DATA = 693,
  361. MSG_SW_RELOAD_REQ = 697,
  362. MSG_SMS_DATA_MSG = 699,
  363. MSG_TABLE_UPLOAD_REQ = 700,
  364. MSG_TABLE_UPLOAD_RES = 701,
  365. MSG_SW_RELOAD_START_REQ = 702,
  366. MSG_SW_RELOAD_START_RES = 703,
  367. MSG_SW_RELOAD_EXEC_REQ = 704,
  368. MSG_SW_RELOAD_EXEC_RES = 705,
  369. MSG_SMS_SPI_INT_LINE_SET_REQ = 710,
  370. MSG_SMS_SPI_INT_LINE_SET_RES = 711,
  371. MSG_SMS_GPIO_CONFIG_EX_REQ = 712,
  372. MSG_SMS_GPIO_CONFIG_EX_RES = 713,
  373. MSG_SMS_WATCHDOG_ACT_REQ = 716,
  374. MSG_SMS_WATCHDOG_ACT_RES = 717,
  375. MSG_SMS_LOOPBACK_REQ = 718,
  376. MSG_SMS_LOOPBACK_RES = 719,
  377. MSG_SMS_RAW_CAPTURE_START_REQ = 720,
  378. MSG_SMS_RAW_CAPTURE_START_RES = 721,
  379. MSG_SMS_RAW_CAPTURE_ABORT_REQ = 722,
  380. MSG_SMS_RAW_CAPTURE_ABORT_RES = 723,
  381. MSG_SMS_RAW_CAPTURE_COMPLETE_IND = 728,
  382. MSG_SMS_DATA_PUMP_IND = 729,
  383. MSG_SMS_DATA_PUMP_REQ = 730,
  384. MSG_SMS_DATA_PUMP_RES = 731,
  385. MSG_SMS_FLASH_DL_REQ = 732,
  386. MSG_SMS_EXEC_TEST_1_REQ = 734,
  387. MSG_SMS_EXEC_TEST_1_RES = 735,
  388. MSG_SMS_ENBALE_TS_INTERFACE_REQ = 736,
  389. MSG_SMS_ENBALE_TS_INTERFACE_RES = 737,
  390. MSG_SMS_SPI_SET_BUS_WIDTH_REQ = 738,
  391. MSG_SMS_SPI_SET_BUS_WIDTH_RES = 739,
  392. MSG_SMS_SEND_EMM_REQ = 740,
  393. MSG_SMS_SEND_EMM_RES = 741,
  394. MSG_SMS_DISABLE_TS_INTERFACE_REQ = 742,
  395. MSG_SMS_DISABLE_TS_INTERFACE_RES = 743,
  396. MSG_SMS_IS_BUF_FREE_REQ = 744,
  397. MSG_SMS_IS_BUF_FREE_RES = 745,
  398. MSG_SMS_EXT_ANTENNA_REQ = 746,
  399. MSG_SMS_EXT_ANTENNA_RES = 747,
  400. MSG_SMS_CMMB_GET_NET_OF_FREQ_REQ_OBSOLETE = 748,
  401. MSG_SMS_CMMB_GET_NET_OF_FREQ_RES_OBSOLETE = 749,
  402. MSG_SMS_BATTERY_LEVEL_REQ = 750,
  403. MSG_SMS_BATTERY_LEVEL_RES = 751,
  404. MSG_SMS_CMMB_INJECT_TABLE_REQ_OBSOLETE = 752,
  405. MSG_SMS_CMMB_INJECT_TABLE_RES_OBSOLETE = 753,
  406. MSG_SMS_FM_RADIO_BLOCK_IND = 754,
  407. MSG_SMS_HOST_NOTIFICATION_IND = 755,
  408. MSG_SMS_CMMB_GET_CONTROL_TABLE_REQ_OBSOLETE = 756,
  409. MSG_SMS_CMMB_GET_CONTROL_TABLE_RES_OBSOLETE = 757,
  410. MSG_SMS_CMMB_GET_NETWORKS_REQ = 760,
  411. MSG_SMS_CMMB_GET_NETWORKS_RES = 761,
  412. MSG_SMS_CMMB_START_SERVICE_REQ = 762,
  413. MSG_SMS_CMMB_START_SERVICE_RES = 763,
  414. MSG_SMS_CMMB_STOP_SERVICE_REQ = 764,
  415. MSG_SMS_CMMB_STOP_SERVICE_RES = 765,
  416. MSG_SMS_CMMB_ADD_CHANNEL_FILTER_REQ = 768,
  417. MSG_SMS_CMMB_ADD_CHANNEL_FILTER_RES = 769,
  418. MSG_SMS_CMMB_REMOVE_CHANNEL_FILTER_REQ = 770,
  419. MSG_SMS_CMMB_REMOVE_CHANNEL_FILTER_RES = 771,
  420. MSG_SMS_CMMB_START_CONTROL_INFO_REQ = 772,
  421. MSG_SMS_CMMB_START_CONTROL_INFO_RES = 773,
  422. MSG_SMS_CMMB_STOP_CONTROL_INFO_REQ = 774,
  423. MSG_SMS_CMMB_STOP_CONTROL_INFO_RES = 775,
  424. MSG_SMS_ISDBT_TUNE_REQ = 776,
  425. MSG_SMS_ISDBT_TUNE_RES = 777,
  426. MSG_SMS_TRANSMISSION_IND = 782,
  427. MSG_SMS_PID_STATISTICS_IND = 783,
  428. MSG_SMS_POWER_DOWN_IND = 784,
  429. MSG_SMS_POWER_DOWN_CONF = 785,
  430. MSG_SMS_POWER_UP_IND = 786,
  431. MSG_SMS_POWER_UP_CONF = 787,
  432. MSG_SMS_POWER_MODE_SET_REQ = 790,
  433. MSG_SMS_POWER_MODE_SET_RES = 791,
  434. MSG_SMS_DEBUG_HOST_EVENT_REQ = 792,
  435. MSG_SMS_DEBUG_HOST_EVENT_RES = 793,
  436. MSG_SMS_NEW_CRYSTAL_REQ = 794,
  437. MSG_SMS_NEW_CRYSTAL_RES = 795,
  438. MSG_SMS_CONFIG_SPI_REQ = 796,
  439. MSG_SMS_CONFIG_SPI_RES = 797,
  440. MSG_SMS_I2C_SHORT_STAT_IND = 798,
  441. MSG_SMS_START_IR_REQ = 800,
  442. MSG_SMS_START_IR_RES = 801,
  443. MSG_SMS_IR_SAMPLES_IND = 802,
  444. MSG_SMS_CMMB_CA_SERVICE_IND = 803,
  445. MSG_SMS_SLAVE_DEVICE_DETECTED = 804,
  446. MSG_SMS_INTERFACE_LOCK_IND = 805,
  447. MSG_SMS_INTERFACE_UNLOCK_IND = 806,
  448. MSG_SMS_SEND_ROSUM_BUFF_REQ = 810,
  449. MSG_SMS_SEND_ROSUM_BUFF_RES = 811,
  450. MSG_SMS_ROSUM_BUFF = 812,
  451. MSG_SMS_SET_AES128_KEY_REQ = 815,
  452. MSG_SMS_SET_AES128_KEY_RES = 816,
  453. MSG_SMS_MBBMS_WRITE_REQ = 817,
  454. MSG_SMS_MBBMS_WRITE_RES = 818,
  455. MSG_SMS_MBBMS_READ_IND = 819,
  456. MSG_SMS_IQ_STREAM_START_REQ = 820,
  457. MSG_SMS_IQ_STREAM_START_RES = 821,
  458. MSG_SMS_IQ_STREAM_STOP_REQ = 822,
  459. MSG_SMS_IQ_STREAM_STOP_RES = 823,
  460. MSG_SMS_IQ_STREAM_DATA_BLOCK = 824,
  461. MSG_SMS_GET_EEPROM_VERSION_REQ = 825,
  462. MSG_SMS_GET_EEPROM_VERSION_RES = 826,
  463. MSG_SMS_SIGNAL_DETECTED_IND = 827,
  464. MSG_SMS_NO_SIGNAL_IND = 828,
  465. MSG_SMS_MRC_SHUTDOWN_SLAVE_REQ = 830,
  466. MSG_SMS_MRC_SHUTDOWN_SLAVE_RES = 831,
  467. MSG_SMS_MRC_BRINGUP_SLAVE_REQ = 832,
  468. MSG_SMS_MRC_BRINGUP_SLAVE_RES = 833,
  469. MSG_SMS_EXTERNAL_LNA_CTRL_REQ = 834,
  470. MSG_SMS_EXTERNAL_LNA_CTRL_RES = 835,
  471. MSG_SMS_SET_PERIODIC_STATISTICS_REQ = 836,
  472. MSG_SMS_SET_PERIODIC_STATISTICS_RES = 837,
  473. MSG_SMS_CMMB_SET_AUTO_OUTPUT_TS0_REQ = 838,
  474. MSG_SMS_CMMB_SET_AUTO_OUTPUT_TS0_RES = 839,
  475. LOCAL_TUNE = 850,
  476. LOCAL_IFFT_H_ICI = 851,
  477. MSG_RESYNC_REQ = 852,
  478. MSG_SMS_CMMB_GET_MRC_STATISTICS_REQ = 853,
  479. MSG_SMS_CMMB_GET_MRC_STATISTICS_RES = 854,
  480. MSG_SMS_LOG_EX_ITEM = 855,
  481. MSG_SMS_DEVICE_DATA_LOSS_IND = 856,
  482. MSG_SMS_MRC_WATCHDOG_TRIGGERED_IND = 857,
  483. MSG_SMS_USER_MSG_REQ = 858,
  484. MSG_SMS_USER_MSG_RES = 859,
  485. MSG_SMS_SMART_CARD_INIT_REQ = 860,
  486. MSG_SMS_SMART_CARD_INIT_RES = 861,
  487. MSG_SMS_SMART_CARD_WRITE_REQ = 862,
  488. MSG_SMS_SMART_CARD_WRITE_RES = 863,
  489. MSG_SMS_SMART_CARD_READ_IND = 864,
  490. MSG_SMS_TSE_ENABLE_REQ = 866,
  491. MSG_SMS_TSE_ENABLE_RES = 867,
  492. MSG_SMS_CMMB_GET_SHORT_STATISTICS_REQ = 868,
  493. MSG_SMS_CMMB_GET_SHORT_STATISTICS_RES = 869,
  494. MSG_SMS_LED_CONFIG_REQ = 870,
  495. MSG_SMS_LED_CONFIG_RES = 871,
  496. MSG_PWM_ANTENNA_REQ = 872,
  497. MSG_PWM_ANTENNA_RES = 873,
  498. MSG_SMS_CMMB_SMD_SN_REQ = 874,
  499. MSG_SMS_CMMB_SMD_SN_RES = 875,
  500. MSG_SMS_CMMB_SET_CA_CW_REQ = 876,
  501. MSG_SMS_CMMB_SET_CA_CW_RES = 877,
  502. MSG_SMS_CMMB_SET_CA_SALT_REQ = 878,
  503. MSG_SMS_CMMB_SET_CA_SALT_RES = 879,
  504. MSG_SMS_NSCD_INIT_REQ = 880,
  505. MSG_SMS_NSCD_INIT_RES = 881,
  506. MSG_SMS_NSCD_PROCESS_SECTION_REQ = 882,
  507. MSG_SMS_NSCD_PROCESS_SECTION_RES = 883,
  508. MSG_SMS_DBD_CREATE_OBJECT_REQ = 884,
  509. MSG_SMS_DBD_CREATE_OBJECT_RES = 885,
  510. MSG_SMS_DBD_CONFIGURE_REQ = 886,
  511. MSG_SMS_DBD_CONFIGURE_RES = 887,
  512. MSG_SMS_DBD_SET_KEYS_REQ = 888,
  513. MSG_SMS_DBD_SET_KEYS_RES = 889,
  514. MSG_SMS_DBD_PROCESS_HEADER_REQ = 890,
  515. MSG_SMS_DBD_PROCESS_HEADER_RES = 891,
  516. MSG_SMS_DBD_PROCESS_DATA_REQ = 892,
  517. MSG_SMS_DBD_PROCESS_DATA_RES = 893,
  518. MSG_SMS_DBD_PROCESS_GET_DATA_REQ = 894,
  519. MSG_SMS_DBD_PROCESS_GET_DATA_RES = 895,
  520. MSG_SMS_NSCD_OPEN_SESSION_REQ = 896,
  521. MSG_SMS_NSCD_OPEN_SESSION_RES = 897,
  522. MSG_SMS_SEND_HOST_DATA_TO_DEMUX_REQ = 898,
  523. MSG_SMS_SEND_HOST_DATA_TO_DEMUX_RES = 899,
  524. MSG_LAST_MSG_TYPE = 900,
  525. };
  526. #define SMS_INIT_MSG_EX(ptr, type, src, dst, len) do { \
  527. (ptr)->msg_type = type; \
  528. (ptr)->msg_src_id = src; \
  529. (ptr)->msg_dst_id = dst; \
  530. (ptr)->msg_length = len; \
  531. (ptr)->msg_flags = 0; \
  532. } while (0)
  533. #define SMS_INIT_MSG(ptr, type, len) \
  534. SMS_INIT_MSG_EX(ptr, type, 0, HIF_TASK, len)
  535. enum SMS_DVB3_EVENTS {
  536. DVB3_EVENT_INIT = 0,
  537. DVB3_EVENT_SLEEP,
  538. DVB3_EVENT_HOTPLUG,
  539. DVB3_EVENT_FE_LOCK,
  540. DVB3_EVENT_FE_UNLOCK,
  541. DVB3_EVENT_UNC_OK,
  542. DVB3_EVENT_UNC_ERR
  543. };
  544. enum SMS_DEVICE_MODE {
  545. DEVICE_MODE_NONE = -1,
  546. DEVICE_MODE_DVBT = 0,
  547. DEVICE_MODE_DVBH,
  548. DEVICE_MODE_DAB_TDMB,
  549. DEVICE_MODE_DAB_TDMB_DABIP,
  550. DEVICE_MODE_DVBT_BDA,
  551. DEVICE_MODE_ISDBT,
  552. DEVICE_MODE_ISDBT_BDA,
  553. DEVICE_MODE_CMMB,
  554. DEVICE_MODE_RAW_TUNER,
  555. DEVICE_MODE_FM_RADIO,
  556. DEVICE_MODE_FM_RADIO_BDA,
  557. DEVICE_MODE_ATSC,
  558. DEVICE_MODE_MAX,
  559. };
  560. struct sms_msg_hdr {
  561. u16 msg_type;
  562. u8 msg_src_id;
  563. u8 msg_dst_id;
  564. u16 msg_length; /* length of entire message, including header */
  565. u16 msg_flags;
  566. };
  567. struct sms_msg_data {
  568. struct sms_msg_hdr x_msg_header;
  569. u32 msg_data[1];
  570. };
  571. struct sms_msg_data2 {
  572. struct sms_msg_hdr x_msg_header;
  573. u32 msg_data[2];
  574. };
  575. struct sms_msg_data4 {
  576. struct sms_msg_hdr x_msg_header;
  577. u32 msg_data[4];
  578. };
  579. struct sms_data_download {
  580. struct sms_msg_hdr x_msg_header;
  581. u32 mem_addr;
  582. u8 payload[SMS_MAX_PAYLOAD_SIZE];
  583. };
  584. struct sms_version_res {
  585. struct sms_msg_hdr x_msg_header;
  586. u16 chip_model; /* e.g. 0x1102 for SMS-1102 "Nova" */
  587. u8 step; /* 0 - step A */
  588. u8 metal_fix; /* 0 - Metal 0 */
  589. /* firmware_id 0xFF if ROM, otherwise the
  590. * value indicated by SMSHOSTLIB_DEVICE_MODES_E */
  591. u8 firmware_id;
  592. /* supported_protocols Bitwise OR combination of
  593. * supported protocols */
  594. u8 supported_protocols;
  595. u8 version_major;
  596. u8 version_minor;
  597. u8 version_patch;
  598. u8 version_field_patch;
  599. u8 rom_ver_major;
  600. u8 rom_ver_minor;
  601. u8 rom_ver_patch;
  602. u8 rom_ver_field_patch;
  603. u8 TextLabel[34];
  604. };
  605. struct sms_firmware {
  606. u32 check_sum;
  607. u32 length;
  608. u32 start_address;
  609. u8 payload[1];
  610. };
  611. /* statistics information returned as response for
  612. * SmsHostApiGetstatistics_Req */
  613. struct sms_stats {
  614. u32 reserved; /* reserved */
  615. /* Common parameters */
  616. u32 is_rf_locked; /* 0 - not locked, 1 - locked */
  617. u32 is_demod_locked; /* 0 - not locked, 1 - locked */
  618. u32 is_external_lna_on; /* 0 - external LNA off, 1 - external LNA on */
  619. /* Reception quality */
  620. s32 SNR; /* dB */
  621. u32 ber; /* Post Viterbi ber [1E-5] */
  622. u32 FIB_CRC; /* CRC errors percentage, valid only for DAB */
  623. u32 ts_per; /* Transport stream PER,
  624. 0xFFFFFFFF indicate N/A, valid only for DVB-T/H */
  625. u32 MFER; /* DVB-H frame error rate in percentage,
  626. 0xFFFFFFFF indicate N/A, valid only for DVB-H */
  627. s32 RSSI; /* dBm */
  628. s32 in_band_pwr; /* In band power in dBM */
  629. s32 carrier_offset; /* Carrier Offset in bin/1024 */
  630. /* Transmission parameters */
  631. u32 frequency; /* frequency in Hz */
  632. u32 bandwidth; /* bandwidth in MHz, valid only for DVB-T/H */
  633. u32 transmission_mode; /* Transmission Mode, for DAB modes 1-4,
  634. for DVB-T/H FFT mode carriers in Kilos */
  635. u32 modem_state; /* from SMSHOSTLIB_DVB_MODEM_STATE_ET,
  636. valid only for DVB-T/H */
  637. u32 guard_interval; /* Guard Interval from
  638. SMSHOSTLIB_GUARD_INTERVALS_ET, valid only for DVB-T/H */
  639. u32 code_rate; /* Code Rate from SMSHOSTLIB_CODE_RATE_ET,
  640. valid only for DVB-T/H */
  641. u32 lp_code_rate; /* Low Priority Code Rate from
  642. SMSHOSTLIB_CODE_RATE_ET, valid only for DVB-T/H */
  643. u32 hierarchy; /* hierarchy from SMSHOSTLIB_HIERARCHY_ET,
  644. valid only for DVB-T/H */
  645. u32 constellation; /* constellation from
  646. SMSHOSTLIB_CONSTELLATION_ET, valid only for DVB-T/H */
  647. /* Burst parameters, valid only for DVB-H */
  648. u32 burst_size; /* Current burst size in bytes,
  649. valid only for DVB-H */
  650. u32 burst_duration; /* Current burst duration in mSec,
  651. valid only for DVB-H */
  652. u32 burst_cycle_time; /* Current burst cycle time in mSec,
  653. valid only for DVB-H */
  654. u32 calc_burst_cycle_time;/* Current burst cycle time in mSec,
  655. as calculated by demodulator, valid only for DVB-H */
  656. u32 num_of_rows; /* Number of rows in MPE table,
  657. valid only for DVB-H */
  658. u32 num_of_padd_cols; /* Number of padding columns in MPE table,
  659. valid only for DVB-H */
  660. u32 num_of_punct_cols; /* Number of puncturing columns in MPE table,
  661. valid only for DVB-H */
  662. u32 error_ts_packets; /* Number of erroneous
  663. transport-stream packets */
  664. u32 total_ts_packets; /* Total number of transport-stream packets */
  665. u32 num_of_valid_mpe_tlbs; /* Number of MPE tables which do not include
  666. errors after MPE RS decoding */
  667. u32 num_of_invalid_mpe_tlbs;/* Number of MPE tables which include errors
  668. after MPE RS decoding */
  669. u32 num_of_corrected_mpe_tlbs;/* Number of MPE tables which were
  670. corrected by MPE RS decoding */
  671. /* Common params */
  672. u32 ber_error_count; /* Number of errornous SYNC bits. */
  673. u32 ber_bit_count; /* Total number of SYNC bits. */
  674. /* Interface information */
  675. u32 sms_to_host_tx_errors; /* Total number of transmission errors. */
  676. /* DAB/T-DMB */
  677. u32 pre_ber; /* DAB/T-DMB only: Pre Viterbi ber [1E-5] */
  678. /* DVB-H TPS parameters */
  679. u32 cell_id; /* TPS Cell ID in bits 15..0, bits 31..16 zero;
  680. if set to 0xFFFFFFFF cell_id not yet recovered */
  681. u32 dvbh_srv_ind_hp; /* DVB-H service indication info, bit 1 -
  682. Time Slicing indicator, bit 0 - MPE-FEC indicator */
  683. u32 dvbh_srv_ind_lp; /* DVB-H service indication info, bit 1 -
  684. Time Slicing indicator, bit 0 - MPE-FEC indicator */
  685. u32 num_mpe_received; /* DVB-H, Num MPE section received */
  686. u32 reservedFields[10]; /* reserved */
  687. };
  688. struct sms_msg_statistics_info {
  689. u32 request_result;
  690. struct sms_stats stat;
  691. /* Split the calc of the SNR in DAB */
  692. u32 signal; /* dB */
  693. u32 noise; /* dB */
  694. };
  695. struct sms_isdbt_layer_stats {
  696. /* Per-layer information */
  697. u32 code_rate; /* Code Rate from SMSHOSTLIB_CODE_RATE_ET,
  698. * 255 means layer does not exist */
  699. u32 constellation; /* constellation from SMSHOSTLIB_CONSTELLATION_ET,
  700. * 255 means layer does not exist */
  701. u32 ber; /* Post Viterbi ber [1E-5], 0xFFFFFFFF indicate N/A */
  702. u32 ber_error_count; /* Post Viterbi Error Bits Count */
  703. u32 ber_bit_count; /* Post Viterbi Total Bits Count */
  704. u32 pre_ber; /* Pre Viterbi ber [1E-5], 0xFFFFFFFF indicate N/A */
  705. u32 ts_per; /* Transport stream PER [%], 0xFFFFFFFF indicate N/A */
  706. u32 error_ts_packets; /* Number of erroneous transport-stream packets */
  707. u32 total_ts_packets; /* Total number of transport-stream packets */
  708. u32 ti_ldepth_i; /* Time interleaver depth I parameter,
  709. * 255 means layer does not exist */
  710. u32 number_of_segments; /* Number of segments in layer A,
  711. * 255 means layer does not exist */
  712. u32 tmcc_errors; /* TMCC errors */
  713. };
  714. struct sms_isdbt_stats {
  715. u32 statistics_type; /* Enumerator identifying the type of the
  716. * structure. Values are the same as
  717. * SMSHOSTLIB_DEVICE_MODES_E
  718. *
  719. * This field MUST always be first in any
  720. * statistics structure */
  721. u32 full_size; /* Total size of the structure returned by the modem.
  722. * If the size requested by the host is smaller than
  723. * full_size, the struct will be truncated */
  724. /* Common parameters */
  725. u32 is_rf_locked; /* 0 - not locked, 1 - locked */
  726. u32 is_demod_locked; /* 0 - not locked, 1 - locked */
  727. u32 is_external_lna_on; /* 0 - external LNA off, 1 - external LNA on */
  728. /* Reception quality */
  729. s32 SNR; /* dB */
  730. s32 RSSI; /* dBm */
  731. s32 in_band_pwr; /* In band power in dBM */
  732. s32 carrier_offset; /* Carrier Offset in Hz */
  733. /* Transmission parameters */
  734. u32 frequency; /* frequency in Hz */
  735. u32 bandwidth; /* bandwidth in MHz */
  736. u32 transmission_mode; /* ISDB-T transmission mode */
  737. u32 modem_state; /* 0 - Acquisition, 1 - Locked */
  738. u32 guard_interval; /* Guard Interval, 1 divided by value */
  739. u32 system_type; /* ISDB-T system type (ISDB-T / ISDB-Tsb) */
  740. u32 partial_reception; /* TRUE - partial reception, FALSE otherwise */
  741. u32 num_of_layers; /* Number of ISDB-T layers in the network */
  742. /* Per-layer information */
  743. /* Layers A, B and C */
  744. struct sms_isdbt_layer_stats layer_info[3];
  745. /* Per-layer statistics, see sms_isdbt_layer_stats */
  746. /* Interface information */
  747. u32 sms_to_host_tx_errors; /* Total number of transmission errors. */
  748. };
  749. struct sms_isdbt_stats_ex {
  750. u32 statistics_type; /* Enumerator identifying the type of the
  751. * structure. Values are the same as
  752. * SMSHOSTLIB_DEVICE_MODES_E
  753. *
  754. * This field MUST always be first in any
  755. * statistics structure */
  756. u32 full_size; /* Total size of the structure returned by the modem.
  757. * If the size requested by the host is smaller than
  758. * full_size, the struct will be truncated */
  759. /* Common parameters */
  760. u32 is_rf_locked; /* 0 - not locked, 1 - locked */
  761. u32 is_demod_locked; /* 0 - not locked, 1 - locked */
  762. u32 is_external_lna_on; /* 0 - external LNA off, 1 - external LNA on */
  763. /* Reception quality */
  764. s32 SNR; /* dB */
  765. s32 RSSI; /* dBm */
  766. s32 in_band_pwr; /* In band power in dBM */
  767. s32 carrier_offset; /* Carrier Offset in Hz */
  768. /* Transmission parameters */
  769. u32 frequency; /* frequency in Hz */
  770. u32 bandwidth; /* bandwidth in MHz */
  771. u32 transmission_mode; /* ISDB-T transmission mode */
  772. u32 modem_state; /* 0 - Acquisition, 1 - Locked */
  773. u32 guard_interval; /* Guard Interval, 1 divided by value */
  774. u32 system_type; /* ISDB-T system type (ISDB-T / ISDB-Tsb) */
  775. u32 partial_reception; /* TRUE - partial reception, FALSE otherwise */
  776. u32 num_of_layers; /* Number of ISDB-T layers in the network */
  777. u32 segment_number; /* Segment number for ISDB-Tsb */
  778. u32 tune_bw; /* Tuned bandwidth - BW_ISDBT_1SEG / BW_ISDBT_3SEG */
  779. /* Per-layer information */
  780. /* Layers A, B and C */
  781. struct sms_isdbt_layer_stats layer_info[3];
  782. /* Per-layer statistics, see sms_isdbt_layer_stats */
  783. /* Interface information */
  784. u32 reserved1; /* Was sms_to_host_tx_errors - obsolete . */
  785. /* Proprietary information */
  786. u32 ext_antenna; /* Obsolete field. */
  787. u32 reception_quality;
  788. u32 ews_alert_active; /* signals if EWS alert is currently on */
  789. u32 lna_on_off; /* Internal LNA state: 0: OFF, 1: ON */
  790. u32 rf_agc_level; /* RF AGC Level [linear units], full gain = 65535 (20dB) */
  791. u32 bb_agc_level; /* Baseband AGC level [linear units], full gain = 65535 (71.5dB) */
  792. u32 fw_errors_counter; /* Application errors - should be always zero */
  793. u8 FwErrorsHistoryArr[8]; /* Last FW errors IDs - first is most recent, last is oldest */
  794. s32 MRC_SNR; /* dB */
  795. u32 snr_full_res; /* dB x 65536 */
  796. u32 reserved4[4];
  797. };
  798. struct sms_pid_stats_data {
  799. struct PID_BURST_S {
  800. u32 size;
  801. u32 padding_cols;
  802. u32 punct_cols;
  803. u32 duration;
  804. u32 cycle;
  805. u32 calc_cycle;
  806. } burst;
  807. u32 tot_tbl_cnt;
  808. u32 invalid_tbl_cnt;
  809. u32 tot_cor_tbl;
  810. };
  811. struct sms_pid_data {
  812. u32 pid;
  813. u32 num_rows;
  814. struct sms_pid_stats_data pid_statistics;
  815. };
  816. #define CORRECT_STAT_RSSI(_stat) ((_stat).RSSI *= -1)
  817. #define CORRECT_STAT_BANDWIDTH(_stat) (_stat.bandwidth = 8 - _stat.bandwidth)
  818. #define CORRECT_STAT_TRANSMISSON_MODE(_stat) \
  819. if (_stat.transmission_mode == 0) \
  820. _stat.transmission_mode = 2; \
  821. else if (_stat.transmission_mode == 1) \
  822. _stat.transmission_mode = 8; \
  823. else \
  824. _stat.transmission_mode = 4;
  825. struct sms_tx_stats {
  826. u32 frequency; /* frequency in Hz */
  827. u32 bandwidth; /* bandwidth in MHz */
  828. u32 transmission_mode; /* FFT mode carriers in Kilos */
  829. u32 guard_interval; /* Guard Interval from
  830. SMSHOSTLIB_GUARD_INTERVALS_ET */
  831. u32 code_rate; /* Code Rate from SMSHOSTLIB_CODE_RATE_ET */
  832. u32 lp_code_rate; /* Low Priority Code Rate from
  833. SMSHOSTLIB_CODE_RATE_ET */
  834. u32 hierarchy; /* hierarchy from SMSHOSTLIB_HIERARCHY_ET */
  835. u32 constellation; /* constellation from
  836. SMSHOSTLIB_CONSTELLATION_ET */
  837. /* DVB-H TPS parameters */
  838. u32 cell_id; /* TPS Cell ID in bits 15..0, bits 31..16 zero;
  839. if set to 0xFFFFFFFF cell_id not yet recovered */
  840. u32 dvbh_srv_ind_hp; /* DVB-H service indication info, bit 1 -
  841. Time Slicing indicator, bit 0 - MPE-FEC indicator */
  842. u32 dvbh_srv_ind_lp; /* DVB-H service indication info, bit 1 -
  843. Time Slicing indicator, bit 0 - MPE-FEC indicator */
  844. u32 is_demod_locked; /* 0 - not locked, 1 - locked */
  845. };
  846. struct sms_rx_stats {
  847. u32 is_rf_locked; /* 0 - not locked, 1 - locked */
  848. u32 is_demod_locked; /* 0 - not locked, 1 - locked */
  849. u32 is_external_lna_on; /* 0 - external LNA off, 1 - external LNA on */
  850. u32 modem_state; /* from SMSHOSTLIB_DVB_MODEM_STATE_ET */
  851. s32 SNR; /* dB */
  852. u32 ber; /* Post Viterbi ber [1E-5] */
  853. u32 ber_error_count; /* Number of erronous SYNC bits. */
  854. u32 ber_bit_count; /* Total number of SYNC bits. */
  855. u32 ts_per; /* Transport stream PER,
  856. 0xFFFFFFFF indicate N/A */
  857. u32 MFER; /* DVB-H frame error rate in percentage,
  858. 0xFFFFFFFF indicate N/A, valid only for DVB-H */
  859. s32 RSSI; /* dBm */
  860. s32 in_band_pwr; /* In band power in dBM */
  861. s32 carrier_offset; /* Carrier Offset in bin/1024 */
  862. u32 error_ts_packets; /* Number of erroneous
  863. transport-stream packets */
  864. u32 total_ts_packets; /* Total number of transport-stream packets */
  865. s32 MRC_SNR; /* dB */
  866. s32 MRC_RSSI; /* dBm */
  867. s32 mrc_in_band_pwr; /* In band power in dBM */
  868. };
  869. struct sms_rx_stats_ex {
  870. u32 is_rf_locked; /* 0 - not locked, 1 - locked */
  871. u32 is_demod_locked; /* 0 - not locked, 1 - locked */
  872. u32 is_external_lna_on; /* 0 - external LNA off, 1 - external LNA on */
  873. u32 modem_state; /* from SMSHOSTLIB_DVB_MODEM_STATE_ET */
  874. s32 SNR; /* dB */
  875. u32 ber; /* Post Viterbi ber [1E-5] */
  876. u32 ber_error_count; /* Number of erronous SYNC bits. */
  877. u32 ber_bit_count; /* Total number of SYNC bits. */
  878. u32 ts_per; /* Transport stream PER,
  879. 0xFFFFFFFF indicate N/A */
  880. u32 MFER; /* DVB-H frame error rate in percentage,
  881. 0xFFFFFFFF indicate N/A, valid only for DVB-H */
  882. s32 RSSI; /* dBm */
  883. s32 in_band_pwr; /* In band power in dBM */
  884. s32 carrier_offset; /* Carrier Offset in bin/1024 */
  885. u32 error_ts_packets; /* Number of erroneous
  886. transport-stream packets */
  887. u32 total_ts_packets; /* Total number of transport-stream packets */
  888. s32 ref_dev_ppm;
  889. s32 freq_dev_hz;
  890. s32 MRC_SNR; /* dB */
  891. s32 MRC_RSSI; /* dBm */
  892. s32 mrc_in_band_pwr; /* In band power in dBM */
  893. };
  894. /* statistics information returned as response for
  895. * SmsHostApiGetstatisticsEx_Req for DVB applications, SMS1100 and up */
  896. struct sms_stats_dvb {
  897. /* Reception */
  898. struct sms_rx_stats reception_data;
  899. /* Transmission parameters */
  900. struct sms_tx_stats transmission_data;
  901. /* Burst parameters, valid only for DVB-H */
  902. #define SRVM_MAX_PID_FILTERS 8
  903. struct sms_pid_data pid_data[SRVM_MAX_PID_FILTERS];
  904. };
  905. /* statistics information returned as response for
  906. * SmsHostApiGetstatisticsEx_Req for DVB applications, SMS1100 and up */
  907. struct sms_stats_dvb_ex {
  908. /* Reception */
  909. struct sms_rx_stats_ex reception_data;
  910. /* Transmission parameters */
  911. struct sms_tx_stats transmission_data;
  912. /* Burst parameters, valid only for DVB-H */
  913. #define SRVM_MAX_PID_FILTERS 8
  914. struct sms_pid_data pid_data[SRVM_MAX_PID_FILTERS];
  915. };
  916. struct sms_srvm_signal_status {
  917. u32 result;
  918. u32 snr;
  919. u32 ts_packets;
  920. u32 ets_packets;
  921. u32 constellation;
  922. u32 hp_code;
  923. u32 tps_srv_ind_lp;
  924. u32 tps_srv_ind_hp;
  925. u32 cell_id;
  926. u32 reason;
  927. s32 in_band_power;
  928. u32 request_id;
  929. };
  930. struct sms_i2c_req {
  931. u32 device_address; /* I2c device address */
  932. u32 write_count; /* number of bytes to write */
  933. u32 read_count; /* number of bytes to read */
  934. u8 Data[1];
  935. };
  936. struct sms_i2c_res {
  937. u32 status; /* non-zero value in case of failure */
  938. u32 read_count; /* number of bytes read */
  939. u8 Data[1];
  940. };
  941. struct smscore_config_gpio {
  942. #define SMS_GPIO_DIRECTION_INPUT 0
  943. #define SMS_GPIO_DIRECTION_OUTPUT 1
  944. u8 direction;
  945. #define SMS_GPIO_PULLUPDOWN_NONE 0
  946. #define SMS_GPIO_PULLUPDOWN_PULLDOWN 1
  947. #define SMS_GPIO_PULLUPDOWN_PULLUP 2
  948. #define SMS_GPIO_PULLUPDOWN_KEEPER 3
  949. u8 pullupdown;
  950. #define SMS_GPIO_INPUTCHARACTERISTICS_NORMAL 0
  951. #define SMS_GPIO_INPUTCHARACTERISTICS_SCHMITT 1
  952. u8 inputcharacteristics;
  953. /* 10xx */
  954. #define SMS_GPIO_OUTPUT_SLEW_RATE_FAST 0
  955. #define SMS_GPIO_OUTPUT_SLEW_WRATE_SLOW 1
  956. /* 11xx */
  957. #define SMS_GPIO_OUTPUT_SLEW_RATE_0_45_V_NS 0
  958. #define SMS_GPIO_OUTPUT_SLEW_RATE_0_9_V_NS 1
  959. #define SMS_GPIO_OUTPUT_SLEW_RATE_1_7_V_NS 2
  960. #define SMS_GPIO_OUTPUT_SLEW_RATE_3_3_V_NS 3
  961. u8 outputslewrate;
  962. /* 10xx */
  963. #define SMS_GPIO_OUTPUTDRIVING_S_4mA 0
  964. #define SMS_GPIO_OUTPUTDRIVING_S_8mA 1
  965. #define SMS_GPIO_OUTPUTDRIVING_S_12mA 2
  966. #define SMS_GPIO_OUTPUTDRIVING_S_16mA 3
  967. /* 11xx*/
  968. #define SMS_GPIO_OUTPUTDRIVING_1_5mA 0
  969. #define SMS_GPIO_OUTPUTDRIVING_2_8mA 1
  970. #define SMS_GPIO_OUTPUTDRIVING_4mA 2
  971. #define SMS_GPIO_OUTPUTDRIVING_7mA 3
  972. #define SMS_GPIO_OUTPUTDRIVING_10mA 4
  973. #define SMS_GPIO_OUTPUTDRIVING_11mA 5
  974. #define SMS_GPIO_OUTPUTDRIVING_14mA 6
  975. #define SMS_GPIO_OUTPUTDRIVING_16mA 7
  976. u8 outputdriving;
  977. };
  978. char *smscore_translate_msg(enum msg_types msgtype);
  979. extern int smscore_registry_getmode(char *devpath);
  980. extern int smscore_register_hotplug(hotplug_t hotplug);
  981. extern void smscore_unregister_hotplug(hotplug_t hotplug);
  982. extern int smscore_register_device(struct smsdevice_params_t *params,
  983. struct smscore_device_t **coredev);
  984. extern void smscore_unregister_device(struct smscore_device_t *coredev);
  985. extern int smscore_start_device(struct smscore_device_t *coredev);
  986. extern int smscore_load_firmware(struct smscore_device_t *coredev,
  987. char *filename,
  988. loadfirmware_t loadfirmware_handler);
  989. extern int smscore_set_device_mode(struct smscore_device_t *coredev, int mode);
  990. extern int smscore_get_device_mode(struct smscore_device_t *coredev);
  991. extern int smscore_register_client(struct smscore_device_t *coredev,
  992. struct smsclient_params_t *params,
  993. struct smscore_client_t **client);
  994. extern void smscore_unregister_client(struct smscore_client_t *client);
  995. extern int smsclient_sendrequest(struct smscore_client_t *client,
  996. void *buffer, size_t size);
  997. extern void smscore_onresponse(struct smscore_device_t *coredev,
  998. struct smscore_buffer_t *cb);
  999. extern int smscore_get_common_buffer_size(struct smscore_device_t *coredev);
  1000. extern int smscore_map_common_buffer(struct smscore_device_t *coredev,
  1001. struct vm_area_struct *vma);
  1002. extern int smscore_send_fw_file(struct smscore_device_t *coredev,
  1003. u8 *ufwbuf, int size);
  1004. extern
  1005. struct smscore_buffer_t *smscore_getbuffer(struct smscore_device_t *coredev);
  1006. extern void smscore_putbuffer(struct smscore_device_t *coredev,
  1007. struct smscore_buffer_t *cb);
  1008. /* old GPIO management */
  1009. int smscore_configure_gpio(struct smscore_device_t *coredev, u32 pin,
  1010. struct smscore_config_gpio *pinconfig);
  1011. int smscore_set_gpio(struct smscore_device_t *coredev, u32 pin, int level);
  1012. /* new GPIO management */
  1013. extern int smscore_gpio_configure(struct smscore_device_t *coredev, u8 pin_num,
  1014. struct smscore_config_gpio *p_gpio_config);
  1015. extern int smscore_gpio_set_level(struct smscore_device_t *coredev, u8 pin_num,
  1016. u8 new_level);
  1017. extern int smscore_gpio_get_level(struct smscore_device_t *coredev, u8 pin_num,
  1018. u8 *level);
  1019. void smscore_set_board_id(struct smscore_device_t *core, int id);
  1020. int smscore_get_board_id(struct smscore_device_t *core);
  1021. int smscore_led_state(struct smscore_device_t *core, int led);
  1022. /* ------------------------------------------------------------------------ */
  1023. #define DBG_INFO 1
  1024. #define DBG_ADV 2
  1025. #define sms_printk(kern, fmt, arg...) \
  1026. printk(kern "%s: " fmt "\n", __func__, ##arg)
  1027. #define dprintk(kern, lvl, fmt, arg...) do {\
  1028. if (sms_dbg & lvl) \
  1029. sms_printk(kern, fmt, ##arg); \
  1030. } while (0)
  1031. #define sms_log(fmt, arg...) sms_printk(KERN_INFO, fmt, ##arg)
  1032. #define sms_err(fmt, arg...) \
  1033. sms_printk(KERN_ERR, "line: %d: " fmt, __LINE__, ##arg)
  1034. #define sms_warn(fmt, arg...) sms_printk(KERN_WARNING, fmt, ##arg)
  1035. #define sms_info(fmt, arg...) \
  1036. dprintk(KERN_INFO, DBG_INFO, fmt, ##arg)
  1037. #define sms_debug(fmt, arg...) \
  1038. dprintk(KERN_DEBUG, DBG_ADV, fmt, ##arg)
  1039. #endif /* __SMS_CORE_API_H__ */