hpi_internal.h 42 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432
  1. /******************************************************************************
  2. AudioScience HPI driver
  3. Copyright (C) 1997-2012 AudioScience Inc. <support@audioscience.com>
  4. This program is free software; you can redistribute it and/or modify
  5. it under the terms of version 2 of the GNU General Public License as
  6. published by the Free Software Foundation;
  7. This program is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. GNU General Public License for more details.
  11. You should have received a copy of the GNU General Public License
  12. along with this program; if not, write to the Free Software
  13. Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  14. HPI internal definitions
  15. (C) Copyright AudioScience Inc. 1996-2009
  16. ******************************************************************************/
  17. #ifndef _HPI_INTERNAL_H_
  18. #define _HPI_INTERNAL_H_
  19. #include "hpi.h"
  20. /** maximum number of memory regions mapped to an adapter */
  21. #define HPI_MAX_ADAPTER_MEM_SPACES (2)
  22. /* Each OS needs its own hpios.h */
  23. #include "hpios.h"
  24. /* physical memory allocation */
  25. /** Allocate and map an area of locked memory for bus master DMA operations.
  26. On success, *pLockedMemeHandle is a valid handle, and 0 is returned
  27. On error *pLockedMemHandle marked invalid, non-zero returned.
  28. If this function succeeds, then HpiOs_LockedMem_GetVirtAddr() and
  29. HpiOs_LockedMem_GetPyhsAddr() will always succed on the returned handle.
  30. */
  31. u16 hpios_locked_mem_alloc(struct consistent_dma_area *p_locked_mem_handle,
  32. /**< memory handle */
  33. u32 size, /**< Size in bytes to allocate */
  34. struct pci_dev *p_os_reference
  35. /**< OS specific data required for memory allocation */
  36. );
  37. /** Free mapping and memory represented by LockedMemHandle
  38. Frees any resources, then invalidates the handle.
  39. Returns 0 on success, 1 if handle is invalid.
  40. */
  41. u16 hpios_locked_mem_free(struct consistent_dma_area *locked_mem_handle);
  42. /** Get the physical PCI address of memory represented by LockedMemHandle.
  43. If handle is invalid *pPhysicalAddr is set to zero and return 1
  44. */
  45. u16 hpios_locked_mem_get_phys_addr(struct consistent_dma_area
  46. *locked_mem_handle, u32 *p_physical_addr);
  47. /** Get the CPU address of of memory represented by LockedMemHandle.
  48. If handle is NULL *ppvVirtualAddr is set to NULL and return 1
  49. */
  50. u16 hpios_locked_mem_get_virt_addr(struct consistent_dma_area
  51. *locked_mem_handle, void **ppv_virtual_addr);
  52. /** Check that handle is valid
  53. i.e it represents a valid memory area
  54. */
  55. u16 hpios_locked_mem_valid(struct consistent_dma_area *locked_mem_handle);
  56. /* timing/delay */
  57. void hpios_delay_micro_seconds(u32 num_micro_sec);
  58. struct hpi_message;
  59. struct hpi_response;
  60. typedef void hpi_handler_func(struct hpi_message *, struct hpi_response *);
  61. /* If the assert fails, compiler complains
  62. something like size of array `msg' is negative.
  63. Unlike linux BUILD_BUG_ON, this works outside function scope.
  64. */
  65. #define compile_time_assert(cond, msg) \
  66. typedef char ASSERT_##msg[(cond) ? 1 : -1]
  67. /******************************************* bus types */
  68. enum HPI_BUSES {
  69. HPI_BUS_ISAPNP = 1,
  70. HPI_BUS_PCI = 2,
  71. HPI_BUS_USB = 3,
  72. HPI_BUS_NET = 4
  73. };
  74. enum HPI_SUBSYS_OPTIONS {
  75. /* 0, 256 are invalid, 1..255 reserved for global options */
  76. HPI_SUBSYS_OPT_NET_ENABLE = 257,
  77. HPI_SUBSYS_OPT_NET_BROADCAST = 258,
  78. HPI_SUBSYS_OPT_NET_UNICAST = 259,
  79. HPI_SUBSYS_OPT_NET_ADDR = 260,
  80. HPI_SUBSYS_OPT_NET_MASK = 261,
  81. HPI_SUBSYS_OPT_NET_ADAPTER_ADDRESS_ADD = 262
  82. };
  83. /** Volume flags
  84. */
  85. enum HPI_VOLUME_FLAGS {
  86. /** Set if the volume control is muted */
  87. HPI_VOLUME_FLAG_MUTED = (1 << 0),
  88. /** Set if the volume control has a mute function */
  89. HPI_VOLUME_FLAG_HAS_MUTE = (1 << 1),
  90. /** Set if volume control can do autofading */
  91. HPI_VOLUME_FLAG_HAS_AUTOFADE = (1 << 2)
  92. /* Note Flags >= (1<<8) are for DSP internal use only */
  93. };
  94. /******************************************* CONTROL ATTRIBUTES ****/
  95. /* (in order of control type ID */
  96. /* This allows for 255 control types, 256 unique attributes each */
  97. #define HPI_CTL_ATTR(ctl, ai) ((HPI_CONTROL_##ctl << 8) + ai)
  98. /* Get the sub-index of the attribute for a control type */
  99. #define HPI_CTL_ATTR_INDEX(i) (i & 0xff)
  100. /* Extract the control from the control attribute */
  101. #define HPI_CTL_ATTR_CONTROL(i) (i >> 8)
  102. /** Enable event generation for a control.
  103. 0=disable, 1=enable
  104. \note generic to all controls that can generate events
  105. */
  106. /** Unique identifiers for every control attribute
  107. */
  108. enum HPI_CONTROL_ATTRIBUTES {
  109. HPI_GENERIC_ENABLE = HPI_CTL_ATTR(GENERIC, 1),
  110. HPI_GENERIC_EVENT_ENABLE = HPI_CTL_ATTR(GENERIC, 2),
  111. HPI_VOLUME_GAIN = HPI_CTL_ATTR(VOLUME, 1),
  112. HPI_VOLUME_AUTOFADE = HPI_CTL_ATTR(VOLUME, 2),
  113. HPI_VOLUME_MUTE = HPI_CTL_ATTR(VOLUME, 3),
  114. HPI_VOLUME_GAIN_AND_FLAGS = HPI_CTL_ATTR(VOLUME, 4),
  115. HPI_VOLUME_NUM_CHANNELS = HPI_CTL_ATTR(VOLUME, 6),
  116. HPI_VOLUME_RANGE = HPI_CTL_ATTR(VOLUME, 10),
  117. HPI_METER_RMS = HPI_CTL_ATTR(METER, 1),
  118. HPI_METER_PEAK = HPI_CTL_ATTR(METER, 2),
  119. HPI_METER_RMS_BALLISTICS = HPI_CTL_ATTR(METER, 3),
  120. HPI_METER_PEAK_BALLISTICS = HPI_CTL_ATTR(METER, 4),
  121. HPI_METER_NUM_CHANNELS = HPI_CTL_ATTR(METER, 5),
  122. HPI_MULTIPLEXER_SOURCE = HPI_CTL_ATTR(MULTIPLEXER, 1),
  123. HPI_MULTIPLEXER_QUERYSOURCE = HPI_CTL_ATTR(MULTIPLEXER, 2),
  124. HPI_AESEBUTX_FORMAT = HPI_CTL_ATTR(AESEBUTX, 1),
  125. HPI_AESEBUTX_SAMPLERATE = HPI_CTL_ATTR(AESEBUTX, 3),
  126. HPI_AESEBUTX_CHANNELSTATUS = HPI_CTL_ATTR(AESEBUTX, 4),
  127. HPI_AESEBUTX_USERDATA = HPI_CTL_ATTR(AESEBUTX, 5),
  128. HPI_AESEBURX_FORMAT = HPI_CTL_ATTR(AESEBURX, 1),
  129. HPI_AESEBURX_ERRORSTATUS = HPI_CTL_ATTR(AESEBURX, 2),
  130. HPI_AESEBURX_SAMPLERATE = HPI_CTL_ATTR(AESEBURX, 3),
  131. HPI_AESEBURX_CHANNELSTATUS = HPI_CTL_ATTR(AESEBURX, 4),
  132. HPI_AESEBURX_USERDATA = HPI_CTL_ATTR(AESEBURX, 5),
  133. HPI_LEVEL_GAIN = HPI_CTL_ATTR(LEVEL, 1),
  134. HPI_LEVEL_RANGE = HPI_CTL_ATTR(LEVEL, 10),
  135. HPI_TUNER_BAND = HPI_CTL_ATTR(TUNER, 1),
  136. HPI_TUNER_FREQ = HPI_CTL_ATTR(TUNER, 2),
  137. HPI_TUNER_LEVEL_AVG = HPI_CTL_ATTR(TUNER, 3),
  138. HPI_TUNER_LEVEL_RAW = HPI_CTL_ATTR(TUNER, 4),
  139. HPI_TUNER_SNR = HPI_CTL_ATTR(TUNER, 5),
  140. HPI_TUNER_GAIN = HPI_CTL_ATTR(TUNER, 6),
  141. HPI_TUNER_STATUS = HPI_CTL_ATTR(TUNER, 7),
  142. HPI_TUNER_MODE = HPI_CTL_ATTR(TUNER, 8),
  143. HPI_TUNER_RDS = HPI_CTL_ATTR(TUNER, 9),
  144. HPI_TUNER_DEEMPHASIS = HPI_CTL_ATTR(TUNER, 10),
  145. HPI_TUNER_PROGRAM = HPI_CTL_ATTR(TUNER, 11),
  146. HPI_TUNER_HDRADIO_SIGNAL_QUALITY = HPI_CTL_ATTR(TUNER, 12),
  147. HPI_TUNER_HDRADIO_SDK_VERSION = HPI_CTL_ATTR(TUNER, 13),
  148. HPI_TUNER_HDRADIO_DSP_VERSION = HPI_CTL_ATTR(TUNER, 14),
  149. HPI_TUNER_HDRADIO_BLEND = HPI_CTL_ATTR(TUNER, 15),
  150. HPI_VOX_THRESHOLD = HPI_CTL_ATTR(VOX, 1),
  151. HPI_CHANNEL_MODE_MODE = HPI_CTL_ATTR(CHANNEL_MODE, 1),
  152. HPI_BITSTREAM_DATA_POLARITY = HPI_CTL_ATTR(BITSTREAM, 1),
  153. HPI_BITSTREAM_CLOCK_EDGE = HPI_CTL_ATTR(BITSTREAM, 2),
  154. HPI_BITSTREAM_CLOCK_SOURCE = HPI_CTL_ATTR(BITSTREAM, 3),
  155. HPI_BITSTREAM_ACTIVITY = HPI_CTL_ATTR(BITSTREAM, 4),
  156. HPI_SAMPLECLOCK_SOURCE = HPI_CTL_ATTR(SAMPLECLOCK, 1),
  157. HPI_SAMPLECLOCK_SAMPLERATE = HPI_CTL_ATTR(SAMPLECLOCK, 2),
  158. HPI_SAMPLECLOCK_SOURCE_INDEX = HPI_CTL_ATTR(SAMPLECLOCK, 3),
  159. HPI_SAMPLECLOCK_LOCAL_SAMPLERATE = HPI_CTL_ATTR(SAMPLECLOCK, 4),
  160. HPI_SAMPLECLOCK_AUTO = HPI_CTL_ATTR(SAMPLECLOCK, 5),
  161. HPI_SAMPLECLOCK_LOCAL_LOCK = HPI_CTL_ATTR(SAMPLECLOCK, 6),
  162. HPI_MICROPHONE_PHANTOM_POWER = HPI_CTL_ATTR(MICROPHONE, 1),
  163. HPI_EQUALIZER_NUM_FILTERS = HPI_CTL_ATTR(EQUALIZER, 1),
  164. HPI_EQUALIZER_FILTER = HPI_CTL_ATTR(EQUALIZER, 2),
  165. HPI_EQUALIZER_COEFFICIENTS = HPI_CTL_ATTR(EQUALIZER, 3),
  166. HPI_COMPANDER_PARAMS = HPI_CTL_ATTR(COMPANDER, 1),
  167. HPI_COMPANDER_MAKEUPGAIN = HPI_CTL_ATTR(COMPANDER, 2),
  168. HPI_COMPANDER_THRESHOLD = HPI_CTL_ATTR(COMPANDER, 3),
  169. HPI_COMPANDER_RATIO = HPI_CTL_ATTR(COMPANDER, 4),
  170. HPI_COMPANDER_ATTACK = HPI_CTL_ATTR(COMPANDER, 5),
  171. HPI_COMPANDER_DECAY = HPI_CTL_ATTR(COMPANDER, 6),
  172. HPI_COBRANET_SET = HPI_CTL_ATTR(COBRANET, 1),
  173. HPI_COBRANET_GET = HPI_CTL_ATTR(COBRANET, 2),
  174. HPI_COBRANET_GET_STATUS = HPI_CTL_ATTR(COBRANET, 5),
  175. HPI_COBRANET_SEND_PACKET = HPI_CTL_ATTR(COBRANET, 6),
  176. HPI_COBRANET_GET_PACKET = HPI_CTL_ATTR(COBRANET, 7),
  177. HPI_TONEDETECTOR_THRESHOLD = HPI_CTL_ATTR(TONEDETECTOR, 1),
  178. HPI_TONEDETECTOR_STATE = HPI_CTL_ATTR(TONEDETECTOR, 2),
  179. HPI_TONEDETECTOR_FREQUENCY = HPI_CTL_ATTR(TONEDETECTOR, 3),
  180. HPI_SILENCEDETECTOR_THRESHOLD = HPI_CTL_ATTR(SILENCEDETECTOR, 1),
  181. HPI_SILENCEDETECTOR_STATE = HPI_CTL_ATTR(SILENCEDETECTOR, 2),
  182. HPI_SILENCEDETECTOR_DELAY = HPI_CTL_ATTR(SILENCEDETECTOR, 3),
  183. HPI_PAD_CHANNEL_NAME = HPI_CTL_ATTR(PAD, 1),
  184. HPI_PAD_ARTIST = HPI_CTL_ATTR(PAD, 2),
  185. HPI_PAD_TITLE = HPI_CTL_ATTR(PAD, 3),
  186. HPI_PAD_COMMENT = HPI_CTL_ATTR(PAD, 4),
  187. HPI_PAD_PROGRAM_TYPE = HPI_CTL_ATTR(PAD, 5),
  188. HPI_PAD_PROGRAM_ID = HPI_CTL_ATTR(PAD, 6),
  189. HPI_PAD_TA_SUPPORT = HPI_CTL_ATTR(PAD, 7),
  190. HPI_PAD_TA_ACTIVE = HPI_CTL_ATTR(PAD, 8),
  191. HPI_UNIVERSAL_ENTITY = HPI_CTL_ATTR(UNIVERSAL, 1)
  192. };
  193. #define HPI_POLARITY_POSITIVE 0
  194. #define HPI_POLARITY_NEGATIVE 1
  195. /*------------------------------------------------------------
  196. Cobranet Chip Bridge - copied from HMI.H
  197. ------------------------------------------------------------*/
  198. #define HPI_COBRANET_HMI_cobra_bridge 0x20000
  199. #define HPI_COBRANET_HMI_cobra_bridge_tx_pkt_buf \
  200. (HPI_COBRANET_HMI_cobra_bridge + 0x1000)
  201. #define HPI_COBRANET_HMI_cobra_bridge_rx_pkt_buf \
  202. (HPI_COBRANET_HMI_cobra_bridge + 0x2000)
  203. #define HPI_COBRANET_HMI_cobra_if_table1 0x110000
  204. #define HPI_COBRANET_HMI_cobra_if_phy_address \
  205. (HPI_COBRANET_HMI_cobra_if_table1 + 0xd)
  206. #define HPI_COBRANET_HMI_cobra_protocolIP 0x72000
  207. #define HPI_COBRANET_HMI_cobra_ip_mon_currentIP \
  208. (HPI_COBRANET_HMI_cobra_protocolIP + 0x0)
  209. #define HPI_COBRANET_HMI_cobra_ip_mon_staticIP \
  210. (HPI_COBRANET_HMI_cobra_protocolIP + 0x2)
  211. #define HPI_COBRANET_HMI_cobra_sys 0x100000
  212. #define HPI_COBRANET_HMI_cobra_sys_desc \
  213. (HPI_COBRANET_HMI_cobra_sys + 0x0)
  214. #define HPI_COBRANET_HMI_cobra_sys_objectID \
  215. (HPI_COBRANET_HMI_cobra_sys + 0x100)
  216. #define HPI_COBRANET_HMI_cobra_sys_contact \
  217. (HPI_COBRANET_HMI_cobra_sys + 0x200)
  218. #define HPI_COBRANET_HMI_cobra_sys_name \
  219. (HPI_COBRANET_HMI_cobra_sys + 0x300)
  220. #define HPI_COBRANET_HMI_cobra_sys_location \
  221. (HPI_COBRANET_HMI_cobra_sys + 0x400)
  222. /*------------------------------------------------------------
  223. Cobranet Chip Status bits
  224. ------------------------------------------------------------*/
  225. #define HPI_COBRANET_HMI_STATUS_RXPACKET 2
  226. #define HPI_COBRANET_HMI_STATUS_TXPACKET 3
  227. /*------------------------------------------------------------
  228. Ethernet header size
  229. ------------------------------------------------------------*/
  230. #define HPI_ETHERNET_HEADER_SIZE (16)
  231. /* These defines are used to fill in protocol information for an Ethernet packet
  232. sent using HMI on CS18102 */
  233. /** ID supplied by Cirrus for ASI packets. */
  234. #define HPI_ETHERNET_PACKET_ID 0x85
  235. /** Simple packet - no special routing required */
  236. #define HPI_ETHERNET_PACKET_V1 0x01
  237. /** This packet must make its way to the host across the HPI interface */
  238. #define HPI_ETHERNET_PACKET_HOSTED_VIA_HMI 0x20
  239. /** This packet must make its way to the host across the HPI interface */
  240. #define HPI_ETHERNET_PACKET_HOSTED_VIA_HMI_V1 0x21
  241. /** This packet must make its way to the host across the HPI interface */
  242. #define HPI_ETHERNET_PACKET_HOSTED_VIA_HPI 0x40
  243. /** This packet must make its way to the host across the HPI interface */
  244. #define HPI_ETHERNET_PACKET_HOSTED_VIA_HPI_V1 0x41
  245. #define HPI_ETHERNET_UDP_PORT 44600 /**< HPI UDP service */
  246. /** Default network timeout in milli-seconds. */
  247. #define HPI_ETHERNET_TIMEOUT_MS 500
  248. /** Locked memory buffer alloc/free phases */
  249. enum HPI_BUFFER_CMDS {
  250. /** use one message to allocate or free physical memory */
  251. HPI_BUFFER_CMD_EXTERNAL = 0,
  252. /** alloc physical memory */
  253. HPI_BUFFER_CMD_INTERNAL_ALLOC = 1,
  254. /** send physical memory address to adapter */
  255. HPI_BUFFER_CMD_INTERNAL_GRANTADAPTER = 2,
  256. /** notify adapter to stop using physical buffer */
  257. HPI_BUFFER_CMD_INTERNAL_REVOKEADAPTER = 3,
  258. /** free physical buffer */
  259. HPI_BUFFER_CMD_INTERNAL_FREE = 4
  260. };
  261. /*****************************************************************************/
  262. /*****************************************************************************/
  263. /******** HPI LOW LEVEL MESSAGES *******/
  264. /*****************************************************************************/
  265. /*****************************************************************************/
  266. /** Pnp ids */
  267. /** "ASI" - actual is "ASX" - need to change */
  268. #define HPI_ID_ISAPNP_AUDIOSCIENCE 0x0669
  269. /** PCI vendor ID that AudioScience uses */
  270. #define HPI_PCI_VENDOR_ID_AUDIOSCIENCE 0x175C
  271. /** PCI vendor ID that the DSP56301 has */
  272. #define HPI_PCI_VENDOR_ID_MOTOROLA 0x1057
  273. /** PCI vendor ID that TI uses */
  274. #define HPI_PCI_VENDOR_ID_TI 0x104C
  275. #define HPI_PCI_DEV_ID_PCI2040 0xAC60
  276. /** TI's C6205 PCI interface has this ID */
  277. #define HPI_PCI_DEV_ID_DSP6205 0xA106
  278. #define HPI_USB_VENDOR_ID_AUDIOSCIENCE 0x1257
  279. #define HPI_USB_W2K_TAG 0x57495341 /* "ASIW" */
  280. #define HPI_USB_LINUX_TAG 0x4C495341 /* "ASIL" */
  281. /** Invalid Adapter index
  282. Used in HPI messages that are not addressed to a specific adapter
  283. Used in DLL to indicate device not present
  284. */
  285. #define HPI_ADAPTER_INDEX_INVALID 0xFFFF
  286. /** First 2 hex digits define the adapter family */
  287. #define HPI_ADAPTER_FAMILY_MASK 0xff00
  288. #define HPI_MODULE_FAMILY_MASK 0xfff0
  289. #define HPI_ADAPTER_FAMILY_ASI(f) (f & HPI_ADAPTER_FAMILY_MASK)
  290. #define HPI_MODULE_FAMILY_ASI(f) (f & HPI_MODULE_FAMILY_MASK)
  291. #define HPI_ADAPTER_ASI(f) (f)
  292. enum HPI_MESSAGE_TYPES {
  293. HPI_TYPE_REQUEST = 1,
  294. HPI_TYPE_RESPONSE = 2,
  295. HPI_TYPE_DATA = 3,
  296. HPI_TYPE_SSX2BYPASS_MESSAGE = 4,
  297. HPI_TYPE_COMMAND = 5,
  298. HPI_TYPE_NOTIFICATION = 6
  299. };
  300. enum HPI_OBJECT_TYPES {
  301. HPI_OBJ_SUBSYSTEM = 1,
  302. HPI_OBJ_ADAPTER = 2,
  303. HPI_OBJ_OSTREAM = 3,
  304. HPI_OBJ_ISTREAM = 4,
  305. HPI_OBJ_MIXER = 5,
  306. HPI_OBJ_NODE = 6,
  307. HPI_OBJ_CONTROL = 7,
  308. HPI_OBJ_NVMEMORY = 8,
  309. HPI_OBJ_GPIO = 9,
  310. HPI_OBJ_WATCHDOG = 10,
  311. HPI_OBJ_CLOCK = 11,
  312. HPI_OBJ_PROFILE = 12,
  313. /* HPI_ OBJ_ CONTROLEX = 13, */
  314. HPI_OBJ_ASYNCEVENT = 14
  315. #define HPI_OBJ_MAXINDEX 14
  316. };
  317. #define HPI_OBJ_FUNCTION_SPACING 0x100
  318. #define HPI_FUNC_ID(obj, i) (HPI_OBJ_##obj * HPI_OBJ_FUNCTION_SPACING + i)
  319. #define HPI_EXTRACT_INDEX(fn) (fn & 0xff)
  320. enum HPI_FUNCTION_IDS {
  321. HPI_SUBSYS_OPEN = HPI_FUNC_ID(SUBSYSTEM, 1),
  322. HPI_SUBSYS_GET_VERSION = HPI_FUNC_ID(SUBSYSTEM, 2),
  323. HPI_SUBSYS_GET_INFO = HPI_FUNC_ID(SUBSYSTEM, 3),
  324. HPI_SUBSYS_CREATE_ADAPTER = HPI_FUNC_ID(SUBSYSTEM, 5),
  325. HPI_SUBSYS_CLOSE = HPI_FUNC_ID(SUBSYSTEM, 6),
  326. HPI_SUBSYS_DRIVER_LOAD = HPI_FUNC_ID(SUBSYSTEM, 8),
  327. HPI_SUBSYS_DRIVER_UNLOAD = HPI_FUNC_ID(SUBSYSTEM, 9),
  328. HPI_SUBSYS_GET_NUM_ADAPTERS = HPI_FUNC_ID(SUBSYSTEM, 12),
  329. HPI_SUBSYS_GET_ADAPTER = HPI_FUNC_ID(SUBSYSTEM, 13),
  330. HPI_SUBSYS_SET_NETWORK_INTERFACE = HPI_FUNC_ID(SUBSYSTEM, 14),
  331. HPI_SUBSYS_OPTION_INFO = HPI_FUNC_ID(SUBSYSTEM, 15),
  332. HPI_SUBSYS_OPTION_GET = HPI_FUNC_ID(SUBSYSTEM, 16),
  333. HPI_SUBSYS_OPTION_SET = HPI_FUNC_ID(SUBSYSTEM, 17),
  334. #define HPI_SUBSYS_FUNCTION_COUNT 17
  335. HPI_ADAPTER_OPEN = HPI_FUNC_ID(ADAPTER, 1),
  336. HPI_ADAPTER_CLOSE = HPI_FUNC_ID(ADAPTER, 2),
  337. HPI_ADAPTER_GET_INFO = HPI_FUNC_ID(ADAPTER, 3),
  338. HPI_ADAPTER_GET_ASSERT = HPI_FUNC_ID(ADAPTER, 4),
  339. HPI_ADAPTER_TEST_ASSERT = HPI_FUNC_ID(ADAPTER, 5),
  340. HPI_ADAPTER_SET_MODE = HPI_FUNC_ID(ADAPTER, 6),
  341. HPI_ADAPTER_GET_MODE = HPI_FUNC_ID(ADAPTER, 7),
  342. HPI_ADAPTER_ENABLE_CAPABILITY = HPI_FUNC_ID(ADAPTER, 8),
  343. HPI_ADAPTER_SELFTEST = HPI_FUNC_ID(ADAPTER, 9),
  344. HPI_ADAPTER_FIND_OBJECT = HPI_FUNC_ID(ADAPTER, 10),
  345. HPI_ADAPTER_QUERY_FLASH = HPI_FUNC_ID(ADAPTER, 11),
  346. HPI_ADAPTER_START_FLASH = HPI_FUNC_ID(ADAPTER, 12),
  347. HPI_ADAPTER_PROGRAM_FLASH = HPI_FUNC_ID(ADAPTER, 13),
  348. HPI_ADAPTER_SET_PROPERTY = HPI_FUNC_ID(ADAPTER, 14),
  349. HPI_ADAPTER_GET_PROPERTY = HPI_FUNC_ID(ADAPTER, 15),
  350. HPI_ADAPTER_ENUM_PROPERTY = HPI_FUNC_ID(ADAPTER, 16),
  351. HPI_ADAPTER_MODULE_INFO = HPI_FUNC_ID(ADAPTER, 17),
  352. HPI_ADAPTER_DEBUG_READ = HPI_FUNC_ID(ADAPTER, 18),
  353. HPI_ADAPTER_IRQ_QUERY_AND_CLEAR = HPI_FUNC_ID(ADAPTER, 19),
  354. HPI_ADAPTER_IRQ_CALLBACK = HPI_FUNC_ID(ADAPTER, 20),
  355. HPI_ADAPTER_DELETE = HPI_FUNC_ID(ADAPTER, 21),
  356. HPI_ADAPTER_READ_FLASH = HPI_FUNC_ID(ADAPTER, 22),
  357. HPI_ADAPTER_END_FLASH = HPI_FUNC_ID(ADAPTER, 23),
  358. HPI_ADAPTER_FILESTORE_DELETE_ALL = HPI_FUNC_ID(ADAPTER, 24),
  359. #define HPI_ADAPTER_FUNCTION_COUNT 24
  360. HPI_OSTREAM_OPEN = HPI_FUNC_ID(OSTREAM, 1),
  361. HPI_OSTREAM_CLOSE = HPI_FUNC_ID(OSTREAM, 2),
  362. HPI_OSTREAM_WRITE = HPI_FUNC_ID(OSTREAM, 3),
  363. HPI_OSTREAM_START = HPI_FUNC_ID(OSTREAM, 4),
  364. HPI_OSTREAM_STOP = HPI_FUNC_ID(OSTREAM, 5),
  365. HPI_OSTREAM_RESET = HPI_FUNC_ID(OSTREAM, 6),
  366. HPI_OSTREAM_GET_INFO = HPI_FUNC_ID(OSTREAM, 7),
  367. HPI_OSTREAM_QUERY_FORMAT = HPI_FUNC_ID(OSTREAM, 8),
  368. HPI_OSTREAM_DATA = HPI_FUNC_ID(OSTREAM, 9),
  369. HPI_OSTREAM_SET_VELOCITY = HPI_FUNC_ID(OSTREAM, 10),
  370. HPI_OSTREAM_SET_PUNCHINOUT = HPI_FUNC_ID(OSTREAM, 11),
  371. HPI_OSTREAM_SINEGEN = HPI_FUNC_ID(OSTREAM, 12),
  372. HPI_OSTREAM_ANC_RESET = HPI_FUNC_ID(OSTREAM, 13),
  373. HPI_OSTREAM_ANC_GET_INFO = HPI_FUNC_ID(OSTREAM, 14),
  374. HPI_OSTREAM_ANC_READ = HPI_FUNC_ID(OSTREAM, 15),
  375. HPI_OSTREAM_SET_TIMESCALE = HPI_FUNC_ID(OSTREAM, 16),
  376. HPI_OSTREAM_SET_FORMAT = HPI_FUNC_ID(OSTREAM, 17),
  377. HPI_OSTREAM_HOSTBUFFER_ALLOC = HPI_FUNC_ID(OSTREAM, 18),
  378. HPI_OSTREAM_HOSTBUFFER_FREE = HPI_FUNC_ID(OSTREAM, 19),
  379. HPI_OSTREAM_GROUP_ADD = HPI_FUNC_ID(OSTREAM, 20),
  380. HPI_OSTREAM_GROUP_GETMAP = HPI_FUNC_ID(OSTREAM, 21),
  381. HPI_OSTREAM_GROUP_RESET = HPI_FUNC_ID(OSTREAM, 22),
  382. HPI_OSTREAM_HOSTBUFFER_GET_INFO = HPI_FUNC_ID(OSTREAM, 23),
  383. HPI_OSTREAM_WAIT_START = HPI_FUNC_ID(OSTREAM, 24),
  384. HPI_OSTREAM_WAIT = HPI_FUNC_ID(OSTREAM, 25),
  385. #define HPI_OSTREAM_FUNCTION_COUNT 25
  386. HPI_ISTREAM_OPEN = HPI_FUNC_ID(ISTREAM, 1),
  387. HPI_ISTREAM_CLOSE = HPI_FUNC_ID(ISTREAM, 2),
  388. HPI_ISTREAM_SET_FORMAT = HPI_FUNC_ID(ISTREAM, 3),
  389. HPI_ISTREAM_READ = HPI_FUNC_ID(ISTREAM, 4),
  390. HPI_ISTREAM_START = HPI_FUNC_ID(ISTREAM, 5),
  391. HPI_ISTREAM_STOP = HPI_FUNC_ID(ISTREAM, 6),
  392. HPI_ISTREAM_RESET = HPI_FUNC_ID(ISTREAM, 7),
  393. HPI_ISTREAM_GET_INFO = HPI_FUNC_ID(ISTREAM, 8),
  394. HPI_ISTREAM_QUERY_FORMAT = HPI_FUNC_ID(ISTREAM, 9),
  395. HPI_ISTREAM_ANC_RESET = HPI_FUNC_ID(ISTREAM, 10),
  396. HPI_ISTREAM_ANC_GET_INFO = HPI_FUNC_ID(ISTREAM, 11),
  397. HPI_ISTREAM_ANC_WRITE = HPI_FUNC_ID(ISTREAM, 12),
  398. HPI_ISTREAM_HOSTBUFFER_ALLOC = HPI_FUNC_ID(ISTREAM, 13),
  399. HPI_ISTREAM_HOSTBUFFER_FREE = HPI_FUNC_ID(ISTREAM, 14),
  400. HPI_ISTREAM_GROUP_ADD = HPI_FUNC_ID(ISTREAM, 15),
  401. HPI_ISTREAM_GROUP_GETMAP = HPI_FUNC_ID(ISTREAM, 16),
  402. HPI_ISTREAM_GROUP_RESET = HPI_FUNC_ID(ISTREAM, 17),
  403. HPI_ISTREAM_HOSTBUFFER_GET_INFO = HPI_FUNC_ID(ISTREAM, 18),
  404. HPI_ISTREAM_WAIT_START = HPI_FUNC_ID(ISTREAM, 19),
  405. HPI_ISTREAM_WAIT = HPI_FUNC_ID(ISTREAM, 20),
  406. #define HPI_ISTREAM_FUNCTION_COUNT 20
  407. /* NOTE:
  408. GET_NODE_INFO, SET_CONNECTION, GET_CONNECTIONS are not currently used */
  409. HPI_MIXER_OPEN = HPI_FUNC_ID(MIXER, 1),
  410. HPI_MIXER_CLOSE = HPI_FUNC_ID(MIXER, 2),
  411. HPI_MIXER_GET_INFO = HPI_FUNC_ID(MIXER, 3),
  412. HPI_MIXER_GET_NODE_INFO = HPI_FUNC_ID(MIXER, 4),
  413. HPI_MIXER_GET_CONTROL = HPI_FUNC_ID(MIXER, 5),
  414. HPI_MIXER_SET_CONNECTION = HPI_FUNC_ID(MIXER, 6),
  415. HPI_MIXER_GET_CONNECTIONS = HPI_FUNC_ID(MIXER, 7),
  416. HPI_MIXER_GET_CONTROL_BY_INDEX = HPI_FUNC_ID(MIXER, 8),
  417. HPI_MIXER_GET_CONTROL_ARRAY_BY_INDEX = HPI_FUNC_ID(MIXER, 9),
  418. HPI_MIXER_GET_CONTROL_MULTIPLE_VALUES = HPI_FUNC_ID(MIXER, 10),
  419. HPI_MIXER_STORE = HPI_FUNC_ID(MIXER, 11),
  420. HPI_MIXER_GET_CACHE_INFO = HPI_FUNC_ID(MIXER, 12),
  421. HPI_MIXER_GET_BLOCK_HANDLE = HPI_FUNC_ID(MIXER, 13),
  422. HPI_MIXER_GET_PARAMETER_HANDLE = HPI_FUNC_ID(MIXER, 14),
  423. #define HPI_MIXER_FUNCTION_COUNT 14
  424. HPI_CONTROL_GET_INFO = HPI_FUNC_ID(CONTROL, 1),
  425. HPI_CONTROL_GET_STATE = HPI_FUNC_ID(CONTROL, 2),
  426. HPI_CONTROL_SET_STATE = HPI_FUNC_ID(CONTROL, 3),
  427. #define HPI_CONTROL_FUNCTION_COUNT 3
  428. HPI_NVMEMORY_OPEN = HPI_FUNC_ID(NVMEMORY, 1),
  429. HPI_NVMEMORY_READ_BYTE = HPI_FUNC_ID(NVMEMORY, 2),
  430. HPI_NVMEMORY_WRITE_BYTE = HPI_FUNC_ID(NVMEMORY, 3),
  431. #define HPI_NVMEMORY_FUNCTION_COUNT 3
  432. HPI_GPIO_OPEN = HPI_FUNC_ID(GPIO, 1),
  433. HPI_GPIO_READ_BIT = HPI_FUNC_ID(GPIO, 2),
  434. HPI_GPIO_WRITE_BIT = HPI_FUNC_ID(GPIO, 3),
  435. HPI_GPIO_READ_ALL = HPI_FUNC_ID(GPIO, 4),
  436. HPI_GPIO_WRITE_STATUS = HPI_FUNC_ID(GPIO, 5),
  437. #define HPI_GPIO_FUNCTION_COUNT 5
  438. HPI_ASYNCEVENT_OPEN = HPI_FUNC_ID(ASYNCEVENT, 1),
  439. HPI_ASYNCEVENT_CLOSE = HPI_FUNC_ID(ASYNCEVENT, 2),
  440. HPI_ASYNCEVENT_WAIT = HPI_FUNC_ID(ASYNCEVENT, 3),
  441. HPI_ASYNCEVENT_GETCOUNT = HPI_FUNC_ID(ASYNCEVENT, 4),
  442. HPI_ASYNCEVENT_GET = HPI_FUNC_ID(ASYNCEVENT, 5),
  443. HPI_ASYNCEVENT_SENDEVENTS = HPI_FUNC_ID(ASYNCEVENT, 6),
  444. #define HPI_ASYNCEVENT_FUNCTION_COUNT 6
  445. HPI_WATCHDOG_OPEN = HPI_FUNC_ID(WATCHDOG, 1),
  446. HPI_WATCHDOG_SET_TIME = HPI_FUNC_ID(WATCHDOG, 2),
  447. HPI_WATCHDOG_PING = HPI_FUNC_ID(WATCHDOG, 3),
  448. HPI_CLOCK_OPEN = HPI_FUNC_ID(CLOCK, 1),
  449. HPI_CLOCK_SET_TIME = HPI_FUNC_ID(CLOCK, 2),
  450. HPI_CLOCK_GET_TIME = HPI_FUNC_ID(CLOCK, 3),
  451. HPI_PROFILE_OPEN_ALL = HPI_FUNC_ID(PROFILE, 1),
  452. HPI_PROFILE_START_ALL = HPI_FUNC_ID(PROFILE, 2),
  453. HPI_PROFILE_STOP_ALL = HPI_FUNC_ID(PROFILE, 3),
  454. HPI_PROFILE_GET = HPI_FUNC_ID(PROFILE, 4),
  455. HPI_PROFILE_GET_IDLECOUNT = HPI_FUNC_ID(PROFILE, 5),
  456. HPI_PROFILE_GET_NAME = HPI_FUNC_ID(PROFILE, 6),
  457. HPI_PROFILE_GET_UTILIZATION = HPI_FUNC_ID(PROFILE, 7)
  458. #define HPI_PROFILE_FUNCTION_COUNT 7
  459. };
  460. /* ////////////////////////////////////////////////////////////////////// */
  461. /* STRUCTURES */
  462. #ifndef DISABLE_PRAGMA_PACK1
  463. #pragma pack(push, 1)
  464. #endif
  465. /** PCI bus resource */
  466. struct hpi_pci {
  467. u32 __iomem *ap_mem_base[HPI_MAX_ADAPTER_MEM_SPACES];
  468. struct pci_dev *pci_dev;
  469. };
  470. struct hpi_resource {
  471. union {
  472. const struct hpi_pci *pci;
  473. const char *net_if;
  474. } r;
  475. #ifndef HPI64BIT /* keep structure size constant */
  476. u32 pad_to64;
  477. #endif
  478. u16 bus_type; /* HPI_BUS_PNPISA, _PCI, _USB etc */
  479. u16 padding;
  480. };
  481. /** Format info used inside struct hpi_message
  482. Not the same as public API struct hpi_format */
  483. struct hpi_msg_format {
  484. u32 sample_rate; /**< 11025, 32000, 44100 etc. */
  485. u32 bit_rate; /**< for MPEG */
  486. u32 attributes; /**< stereo/joint_stereo/mono */
  487. u16 channels; /**< 1,2..., (or ancillary mode or idle bit */
  488. u16 format; /**< HPI_FORMAT_PCM16, _MPEG etc. see \ref HPI_FORMATS. */
  489. };
  490. /** Buffer+format structure.
  491. Must be kept 7 * 32 bits to match public struct hpi_datastruct */
  492. struct hpi_msg_data {
  493. struct hpi_msg_format format;
  494. u8 *pb_data;
  495. #ifndef HPI64BIT
  496. u32 padding;
  497. #endif
  498. u32 data_size;
  499. };
  500. /** struct hpi_datastructure used up to 3.04 driver */
  501. struct hpi_data_legacy32 {
  502. struct hpi_format format;
  503. u32 pb_data;
  504. u32 data_size;
  505. };
  506. #ifdef HPI64BIT
  507. /* Compatibility version of struct hpi_data*/
  508. struct hpi_data_compat32 {
  509. struct hpi_msg_format format;
  510. u32 pb_data;
  511. u32 padding;
  512. u32 data_size;
  513. };
  514. #endif
  515. struct hpi_buffer {
  516. /** placeholder for backward compatibility (see dwBufferSize) */
  517. struct hpi_msg_format reserved;
  518. u32 command; /**< HPI_BUFFER_CMD_xxx*/
  519. u32 pci_address; /**< PCI physical address of buffer for DSP DMA */
  520. u32 buffer_size; /**< must line up with data_size of HPI_DATA*/
  521. };
  522. /*/////////////////////////////////////////////////////////////////////////// */
  523. /* This is used for background buffer bus mastering stream buffers. */
  524. struct hpi_hostbuffer_status {
  525. u32 samples_processed;
  526. u32 auxiliary_data_available;
  527. u32 stream_state;
  528. /* DSP index in to the host bus master buffer. */
  529. u32 dsp_index;
  530. /* Host index in to the host bus master buffer. */
  531. u32 host_index;
  532. u32 size_in_bytes;
  533. };
  534. struct hpi_streamid {
  535. u16 object_type;
  536. /**< Type of object, HPI_OBJ_OSTREAM or HPI_OBJ_ISTREAM. */
  537. u16 stream_index; /**< outstream or instream index. */
  538. };
  539. struct hpi_punchinout {
  540. u32 punch_in_sample;
  541. u32 punch_out_sample;
  542. };
  543. struct hpi_subsys_msg {
  544. struct hpi_resource resource;
  545. };
  546. struct hpi_subsys_res {
  547. u32 version;
  548. u32 data; /* extended version */
  549. u16 num_adapters;
  550. u16 adapter_index;
  551. u16 adapter_type;
  552. u16 pad16;
  553. };
  554. union hpi_adapterx_msg {
  555. struct {
  556. u32 dsp_address;
  557. u32 count_bytes;
  558. } debug_read;
  559. struct {
  560. u32 adapter_mode;
  561. u16 query_or_set;
  562. } mode;
  563. struct {
  564. u16 index;
  565. } module_info;
  566. struct {
  567. u16 index;
  568. u16 what;
  569. u16 property_index;
  570. } property_enum;
  571. struct {
  572. u16 property;
  573. u16 parameter1;
  574. u16 parameter2;
  575. } property_set;
  576. struct {
  577. u32 pad32;
  578. u16 key1;
  579. u16 key2;
  580. } restart;
  581. struct {
  582. u32 pad32;
  583. u16 value;
  584. } test_assert;
  585. struct {
  586. u32 yes;
  587. } irq_query;
  588. u32 pad[3];
  589. };
  590. struct hpi_adapter_res {
  591. u32 serial_number;
  592. u16 adapter_type;
  593. u16 adapter_index;
  594. u16 num_instreams;
  595. u16 num_outstreams;
  596. u16 num_mixers;
  597. u16 version;
  598. u8 sz_adapter_assert[HPI_STRING_LEN];
  599. };
  600. union hpi_adapterx_res {
  601. struct hpi_adapter_res info;
  602. struct {
  603. u32 p1;
  604. u16 count;
  605. u16 dsp_index;
  606. u32 p2;
  607. u32 dsp_msg_addr;
  608. char sz_message[HPI_STRING_LEN];
  609. } assert;
  610. struct {
  611. u32 adapter_mode;
  612. } mode;
  613. struct {
  614. u16 parameter1;
  615. u16 parameter2;
  616. } property_get;
  617. struct {
  618. u32 yes;
  619. } irq_query;
  620. };
  621. struct hpi_stream_msg {
  622. union {
  623. struct hpi_msg_data data;
  624. struct hpi_data_legacy32 data32;
  625. u16 velocity;
  626. struct hpi_punchinout pio;
  627. u32 time_scale;
  628. struct hpi_buffer buffer;
  629. struct hpi_streamid stream;
  630. u32 threshold_bytes;
  631. } u;
  632. };
  633. struct hpi_stream_res {
  634. union {
  635. struct {
  636. /* size of hardware buffer */
  637. u32 buffer_size;
  638. /* OutStream - data to play,
  639. InStream - data recorded */
  640. u32 data_available;
  641. /* OutStream - samples played,
  642. InStream - samples recorded */
  643. u32 samples_transferred;
  644. /* Adapter - OutStream - data to play,
  645. InStream - data recorded */
  646. u32 auxiliary_data_available;
  647. u16 state; /* HPI_STATE_PLAYING, _STATE_STOPPED */
  648. u16 padding;
  649. } stream_info;
  650. struct {
  651. u32 buffer_size;
  652. u32 data_available;
  653. u32 samples_transfered;
  654. u16 state;
  655. u16 outstream_index;
  656. u16 instream_index;
  657. u16 padding;
  658. u32 auxiliary_data_available;
  659. } legacy_stream_info;
  660. struct {
  661. /* bitmap of grouped OutStreams */
  662. u32 outstream_group_map;
  663. /* bitmap of grouped InStreams */
  664. u32 instream_group_map;
  665. } group_info;
  666. struct {
  667. /* pointer to the buffer */
  668. u8 *p_buffer;
  669. /* pointer to the hostbuffer status */
  670. struct hpi_hostbuffer_status *p_status;
  671. } hostbuffer_info;
  672. } u;
  673. };
  674. struct hpi_mixer_msg {
  675. u16 control_index;
  676. u16 control_type; /* = HPI_CONTROL_METER _VOLUME etc */
  677. u16 padding1; /* Maintain alignment of subsequent fields */
  678. u16 node_type1; /* = HPI_SOURCENODE_LINEIN etc */
  679. u16 node_index1; /* = 0..N */
  680. u16 node_type2;
  681. u16 node_index2;
  682. u16 padding2; /* round to 4 bytes */
  683. };
  684. struct hpi_mixer_res {
  685. u16 src_node_type; /* = HPI_SOURCENODE_LINEIN etc */
  686. u16 src_node_index; /* = 0..N */
  687. u16 dst_node_type;
  688. u16 dst_node_index;
  689. /* Also controlType for MixerGetControlByIndex */
  690. u16 control_index;
  691. /* may indicate which DSP the control is located on */
  692. u16 dsp_index;
  693. };
  694. union hpi_mixerx_msg {
  695. struct {
  696. u16 starting_index;
  697. u16 flags;
  698. u32 length_in_bytes; /* length in bytes of p_data */
  699. u32 p_data; /* pointer to a data array */
  700. } gcabi;
  701. struct {
  702. u16 command;
  703. u16 index;
  704. } store; /* for HPI_MIXER_STORE message */
  705. };
  706. union hpi_mixerx_res {
  707. struct {
  708. u32 bytes_returned; /* size of items returned */
  709. u32 p_data; /* pointer to data array */
  710. u16 more_to_do; /* indicates if there is more to do */
  711. } gcabi;
  712. struct {
  713. u32 total_controls; /* count of controls in the mixer */
  714. u32 cache_controls; /* count of controls in the cac */
  715. u32 cache_bytes; /* size of cache */
  716. } cache_info;
  717. };
  718. struct hpi_control_msg {
  719. u16 attribute; /* control attribute or property */
  720. u16 saved_index;
  721. u32 param1; /* generic parameter 1 */
  722. u32 param2; /* generic parameter 2 */
  723. short an_log_value[HPI_MAX_CHANNELS];
  724. };
  725. struct hpi_control_union_msg {
  726. u16 attribute; /* control attribute or property */
  727. u16 saved_index; /* only used in ctrl save/restore */
  728. union {
  729. struct {
  730. u32 param1; /* generic parameter 1 */
  731. u32 param2; /* generic parameter 2 */
  732. short an_log_value[HPI_MAX_CHANNELS];
  733. } old;
  734. union {
  735. u32 frequency;
  736. u32 gain;
  737. u32 band;
  738. u32 deemphasis;
  739. u32 program;
  740. struct {
  741. u32 mode;
  742. u32 value;
  743. } mode;
  744. u32 blend;
  745. } tuner;
  746. } u;
  747. };
  748. struct hpi_control_res {
  749. /* Could make union. dwParam, anLogValue never used in same response */
  750. u32 param1;
  751. u32 param2;
  752. short an_log_value[HPI_MAX_CHANNELS];
  753. };
  754. union hpi_control_union_res {
  755. struct {
  756. u32 param1;
  757. u32 param2;
  758. short an_log_value[HPI_MAX_CHANNELS];
  759. } old;
  760. union {
  761. u32 band;
  762. u32 frequency;
  763. u32 gain;
  764. u32 deemphasis;
  765. struct {
  766. u32 data[2];
  767. u32 bLER;
  768. } rds;
  769. short s_level;
  770. struct {
  771. u16 value;
  772. u16 mask;
  773. } status;
  774. } tuner;
  775. struct {
  776. char sz_data[8];
  777. u32 remaining_chars;
  778. } chars8;
  779. char c_data12[12];
  780. union {
  781. struct {
  782. u32 status;
  783. u32 readable_size;
  784. u32 writeable_size;
  785. } status;
  786. } cobranet;
  787. };
  788. struct hpi_nvmemory_msg {
  789. u16 address;
  790. u16 data;
  791. };
  792. struct hpi_nvmemory_res {
  793. u16 size_in_bytes;
  794. u16 data;
  795. };
  796. struct hpi_gpio_msg {
  797. u16 bit_index;
  798. u16 bit_data;
  799. };
  800. struct hpi_gpio_res {
  801. u16 number_input_bits;
  802. u16 number_output_bits;
  803. u16 bit_data[4];
  804. };
  805. struct hpi_async_msg {
  806. u32 events;
  807. u16 maximum_events;
  808. u16 padding;
  809. };
  810. struct hpi_async_res {
  811. union {
  812. struct {
  813. u16 count;
  814. } count;
  815. struct {
  816. u32 events;
  817. u16 number_returned;
  818. u16 padding;
  819. } get;
  820. struct hpi_async_event event;
  821. } u;
  822. };
  823. struct hpi_watchdog_msg {
  824. u32 time_ms;
  825. };
  826. struct hpi_watchdog_res {
  827. u32 time_ms;
  828. };
  829. struct hpi_clock_msg {
  830. u16 hours;
  831. u16 minutes;
  832. u16 seconds;
  833. u16 milli_seconds;
  834. };
  835. struct hpi_clock_res {
  836. u16 size_in_bytes;
  837. u16 hours;
  838. u16 minutes;
  839. u16 seconds;
  840. u16 milli_seconds;
  841. u16 padding;
  842. };
  843. struct hpi_profile_msg {
  844. u16 bin_index;
  845. u16 padding;
  846. };
  847. struct hpi_profile_res_open {
  848. u16 max_profiles;
  849. };
  850. struct hpi_profile_res_time {
  851. u32 total_tick_count;
  852. u32 call_count;
  853. u32 max_tick_count;
  854. u32 ticks_per_millisecond;
  855. u16 profile_interval;
  856. };
  857. struct hpi_profile_res_name {
  858. u8 sz_name[32];
  859. };
  860. struct hpi_profile_res {
  861. union {
  862. struct hpi_profile_res_open o;
  863. struct hpi_profile_res_time t;
  864. struct hpi_profile_res_name n;
  865. } u;
  866. };
  867. struct hpi_message_header {
  868. u16 size; /* total size in bytes */
  869. u8 type; /* HPI_TYPE_MESSAGE */
  870. u8 version; /* message version */
  871. u16 object; /* HPI_OBJ_* */
  872. u16 function; /* HPI_SUBSYS_xxx, HPI_ADAPTER_xxx */
  873. u16 adapter_index; /* the adapter index */
  874. u16 obj_index; /* */
  875. };
  876. struct hpi_message {
  877. /* following fields must match HPI_MESSAGE_HEADER */
  878. u16 size; /* total size in bytes */
  879. u8 type; /* HPI_TYPE_MESSAGE */
  880. u8 version; /* message version */
  881. u16 object; /* HPI_OBJ_* */
  882. u16 function; /* HPI_SUBSYS_xxx, HPI_ADAPTER_xxx */
  883. u16 adapter_index; /* the adapter index */
  884. u16 obj_index; /* */
  885. union {
  886. struct hpi_subsys_msg s;
  887. union hpi_adapterx_msg ax;
  888. struct hpi_stream_msg d;
  889. struct hpi_mixer_msg m;
  890. union hpi_mixerx_msg mx; /* extended mixer; */
  891. struct hpi_control_msg c; /* mixer control; */
  892. /* identical to struct hpi_control_msg,
  893. but field naming is improved */
  894. struct hpi_control_union_msg cu;
  895. struct hpi_nvmemory_msg n;
  896. struct hpi_gpio_msg l; /* digital i/o */
  897. struct hpi_watchdog_msg w;
  898. struct hpi_clock_msg t; /* dsp time */
  899. struct hpi_profile_msg p;
  900. struct hpi_async_msg as;
  901. char fixed_size[32];
  902. } u;
  903. };
  904. #define HPI_MESSAGE_SIZE_BY_OBJECT { \
  905. sizeof(struct hpi_message_header) , /* Default, no object type 0 */ \
  906. sizeof(struct hpi_message_header) + sizeof(struct hpi_subsys_msg),\
  907. sizeof(struct hpi_message_header) + sizeof(union hpi_adapterx_msg),\
  908. sizeof(struct hpi_message_header) + sizeof(struct hpi_stream_msg),\
  909. sizeof(struct hpi_message_header) + sizeof(struct hpi_stream_msg),\
  910. sizeof(struct hpi_message_header) + sizeof(struct hpi_mixer_msg),\
  911. sizeof(struct hpi_message_header) , /* no node message */ \
  912. sizeof(struct hpi_message_header) + sizeof(struct hpi_control_msg),\
  913. sizeof(struct hpi_message_header) + sizeof(struct hpi_nvmemory_msg),\
  914. sizeof(struct hpi_message_header) + sizeof(struct hpi_gpio_msg),\
  915. sizeof(struct hpi_message_header) + sizeof(struct hpi_watchdog_msg),\
  916. sizeof(struct hpi_message_header) + sizeof(struct hpi_clock_msg),\
  917. sizeof(struct hpi_message_header) + sizeof(struct hpi_profile_msg),\
  918. sizeof(struct hpi_message_header), /* controlx obj removed */ \
  919. sizeof(struct hpi_message_header) + sizeof(struct hpi_async_msg) \
  920. }
  921. /*
  922. Note that the wSpecificError error field should be inspected and potentially
  923. reported whenever HPI_ERROR_DSP_COMMUNICATION or HPI_ERROR_DSP_BOOTLOAD is
  924. returned in wError.
  925. */
  926. struct hpi_response_header {
  927. u16 size;
  928. u8 type; /* HPI_TYPE_RESPONSE */
  929. u8 version; /* response version */
  930. u16 object; /* HPI_OBJ_* */
  931. u16 function; /* HPI_SUBSYS_xxx, HPI_ADAPTER_xxx */
  932. u16 error; /* HPI_ERROR_xxx */
  933. u16 specific_error; /* adapter specific error */
  934. };
  935. struct hpi_response {
  936. /* following fields must match HPI_RESPONSE_HEADER */
  937. u16 size;
  938. u8 type; /* HPI_TYPE_RESPONSE */
  939. u8 version; /* response version */
  940. u16 object; /* HPI_OBJ_* */
  941. u16 function; /* HPI_SUBSYS_xxx, HPI_ADAPTER_xxx */
  942. u16 error; /* HPI_ERROR_xxx */
  943. u16 specific_error; /* adapter specific error */
  944. union {
  945. struct hpi_subsys_res s;
  946. union hpi_adapterx_res ax;
  947. struct hpi_stream_res d;
  948. struct hpi_mixer_res m;
  949. union hpi_mixerx_res mx; /* extended mixer; */
  950. struct hpi_control_res c; /* mixer control; */
  951. /* identical to hpi_control_res, but field naming is improved */
  952. union hpi_control_union_res cu;
  953. struct hpi_nvmemory_res n;
  954. struct hpi_gpio_res l; /* digital i/o */
  955. struct hpi_watchdog_res w;
  956. struct hpi_clock_res t; /* dsp time */
  957. struct hpi_profile_res p;
  958. struct hpi_async_res as;
  959. u8 bytes[52];
  960. } u;
  961. };
  962. #define HPI_RESPONSE_SIZE_BY_OBJECT { \
  963. sizeof(struct hpi_response_header) ,/* Default, no object type 0 */ \
  964. sizeof(struct hpi_response_header) + sizeof(struct hpi_subsys_res),\
  965. sizeof(struct hpi_response_header) + sizeof(union hpi_adapterx_res),\
  966. sizeof(struct hpi_response_header) + sizeof(struct hpi_stream_res),\
  967. sizeof(struct hpi_response_header) + sizeof(struct hpi_stream_res),\
  968. sizeof(struct hpi_response_header) + sizeof(struct hpi_mixer_res),\
  969. sizeof(struct hpi_response_header) , /* no node response */ \
  970. sizeof(struct hpi_response_header) + sizeof(struct hpi_control_res),\
  971. sizeof(struct hpi_response_header) + sizeof(struct hpi_nvmemory_res),\
  972. sizeof(struct hpi_response_header) + sizeof(struct hpi_gpio_res),\
  973. sizeof(struct hpi_response_header) + sizeof(struct hpi_watchdog_res),\
  974. sizeof(struct hpi_response_header) + sizeof(struct hpi_clock_res),\
  975. sizeof(struct hpi_response_header) + sizeof(struct hpi_profile_res),\
  976. sizeof(struct hpi_response_header), /* controlx obj removed */ \
  977. sizeof(struct hpi_response_header) + sizeof(struct hpi_async_res) \
  978. }
  979. /*********************** version 1 message/response **************************/
  980. #define HPINET_ETHERNET_DATA_SIZE (1500)
  981. #define HPINET_IP_HDR_SIZE (20)
  982. #define HPINET_IP_DATA_SIZE (HPINET_ETHERNET_DATA_SIZE - HPINET_IP_HDR_SIZE)
  983. #define HPINET_UDP_HDR_SIZE (8)
  984. #define HPINET_UDP_DATA_SIZE (HPINET_IP_DATA_SIZE - HPINET_UDP_HDR_SIZE)
  985. #define HPINET_ASI_HDR_SIZE (2)
  986. #define HPINET_ASI_DATA_SIZE (HPINET_UDP_DATA_SIZE - HPINET_ASI_HDR_SIZE)
  987. #define HPI_MAX_PAYLOAD_SIZE (HPINET_ASI_DATA_SIZE - 2)
  988. /* New style message/response, but still V0 compatible */
  989. struct hpi_msg_adapter_get_info {
  990. struct hpi_message_header h;
  991. };
  992. struct hpi_res_adapter_get_info {
  993. struct hpi_response_header h; /*v0 */
  994. struct hpi_adapter_res p;
  995. };
  996. struct hpi_res_adapter_debug_read {
  997. struct hpi_response_header h;
  998. u8 bytes[1024];
  999. };
  1000. struct hpi_msg_cobranet_hmi {
  1001. u16 attribute;
  1002. u16 padding;
  1003. u32 hmi_address;
  1004. u32 byte_count;
  1005. };
  1006. struct hpi_msg_cobranet_hmiwrite {
  1007. struct hpi_message_header h;
  1008. struct hpi_msg_cobranet_hmi p;
  1009. u8 bytes[256];
  1010. };
  1011. struct hpi_msg_cobranet_hmiread {
  1012. struct hpi_message_header h;
  1013. struct hpi_msg_cobranet_hmi p;
  1014. };
  1015. struct hpi_res_cobranet_hmiread {
  1016. struct hpi_response_header h;
  1017. u32 byte_count;
  1018. u8 bytes[256];
  1019. };
  1020. #if 1
  1021. #define hpi_message_header_v1 hpi_message_header
  1022. #define hpi_response_header_v1 hpi_response_header
  1023. #else
  1024. /* V1 headers in Addition to v0 headers */
  1025. struct hpi_message_header_v1 {
  1026. struct hpi_message_header h0;
  1027. /* struct {
  1028. } h1; */
  1029. };
  1030. struct hpi_response_header_v1 {
  1031. struct hpi_response_header h0;
  1032. struct {
  1033. u16 adapter_index; /* the adapter index */
  1034. u16 obj_index; /* object index */
  1035. } h1;
  1036. };
  1037. #endif
  1038. struct hpi_msg_payload_v0 {
  1039. struct hpi_message_header h;
  1040. union {
  1041. struct hpi_subsys_msg s;
  1042. union hpi_adapterx_msg ax;
  1043. struct hpi_stream_msg d;
  1044. struct hpi_mixer_msg m;
  1045. union hpi_mixerx_msg mx;
  1046. struct hpi_control_msg c;
  1047. struct hpi_control_union_msg cu;
  1048. struct hpi_nvmemory_msg n;
  1049. struct hpi_gpio_msg l;
  1050. struct hpi_watchdog_msg w;
  1051. struct hpi_clock_msg t;
  1052. struct hpi_profile_msg p;
  1053. struct hpi_async_msg as;
  1054. } u;
  1055. };
  1056. struct hpi_res_payload_v0 {
  1057. struct hpi_response_header h;
  1058. union {
  1059. struct hpi_subsys_res s;
  1060. union hpi_adapterx_res ax;
  1061. struct hpi_stream_res d;
  1062. struct hpi_mixer_res m;
  1063. union hpi_mixerx_res mx;
  1064. struct hpi_control_res c;
  1065. union hpi_control_union_res cu;
  1066. struct hpi_nvmemory_res n;
  1067. struct hpi_gpio_res l;
  1068. struct hpi_watchdog_res w;
  1069. struct hpi_clock_res t;
  1070. struct hpi_profile_res p;
  1071. struct hpi_async_res as;
  1072. } u;
  1073. };
  1074. union hpi_message_buffer_v1 {
  1075. struct hpi_message m0; /* version 0 */
  1076. struct hpi_message_header_v1 h;
  1077. u8 buf[HPI_MAX_PAYLOAD_SIZE];
  1078. };
  1079. union hpi_response_buffer_v1 {
  1080. struct hpi_response r0; /* version 0 */
  1081. struct hpi_response_header_v1 h;
  1082. u8 buf[HPI_MAX_PAYLOAD_SIZE];
  1083. };
  1084. compile_time_assert((sizeof(union hpi_message_buffer_v1) <=
  1085. HPI_MAX_PAYLOAD_SIZE), message_buffer_ok);
  1086. compile_time_assert((sizeof(union hpi_response_buffer_v1) <=
  1087. HPI_MAX_PAYLOAD_SIZE), response_buffer_ok);
  1088. /*////////////////////////////////////////////////////////////////////////// */
  1089. /* declarations for compact control calls */
  1090. struct hpi_control_defn {
  1091. u8 type;
  1092. u8 channels;
  1093. u8 src_node_type;
  1094. u8 src_node_index;
  1095. u8 dest_node_type;
  1096. u8 dest_node_index;
  1097. };
  1098. /*////////////////////////////////////////////////////////////////////////// */
  1099. /* declarations for control caching (internal to HPI<->DSP interaction) */
  1100. /** indicates a cached u16 value is invalid. */
  1101. #define HPI_CACHE_INVALID_UINT16 0xFFFF
  1102. /** indicates a cached short value is invalid. */
  1103. #define HPI_CACHE_INVALID_SHORT -32768
  1104. /** A compact representation of (part of) a controls state.
  1105. Used for efficient transfer of the control state
  1106. between DSP and host or across a network
  1107. */
  1108. struct hpi_control_cache_info {
  1109. /** one of HPI_CONTROL_* */
  1110. u8 control_type;
  1111. /** The total size of cached information in 32-bit words. */
  1112. u8 size_in32bit_words;
  1113. /** The original index of the control on the DSP */
  1114. u16 control_index;
  1115. };
  1116. struct hpi_control_cache_vol {
  1117. struct hpi_control_cache_info i;
  1118. short an_log[2];
  1119. unsigned short flags;
  1120. char padding[2];
  1121. };
  1122. struct hpi_control_cache_meter {
  1123. struct hpi_control_cache_info i;
  1124. short an_log_peak[2];
  1125. short an_logRMS[2];
  1126. };
  1127. struct hpi_control_cache_channelmode {
  1128. struct hpi_control_cache_info i;
  1129. u16 mode;
  1130. char temp_padding[6];
  1131. };
  1132. struct hpi_control_cache_mux {
  1133. struct hpi_control_cache_info i;
  1134. u16 source_node_type;
  1135. u16 source_node_index;
  1136. char temp_padding[4];
  1137. };
  1138. struct hpi_control_cache_level {
  1139. struct hpi_control_cache_info i;
  1140. short an_log[2];
  1141. char temp_padding[4];
  1142. };
  1143. struct hpi_control_cache_tuner {
  1144. struct hpi_control_cache_info i;
  1145. u32 freq_ink_hz;
  1146. u16 band;
  1147. short s_level_avg;
  1148. };
  1149. struct hpi_control_cache_aes3rx {
  1150. struct hpi_control_cache_info i;
  1151. u32 error_status;
  1152. u32 format;
  1153. };
  1154. struct hpi_control_cache_aes3tx {
  1155. struct hpi_control_cache_info i;
  1156. u32 format;
  1157. char temp_padding[4];
  1158. };
  1159. struct hpi_control_cache_tonedetector {
  1160. struct hpi_control_cache_info i;
  1161. u16 state;
  1162. char temp_padding[6];
  1163. };
  1164. struct hpi_control_cache_silencedetector {
  1165. struct hpi_control_cache_info i;
  1166. u32 state;
  1167. char temp_padding[4];
  1168. };
  1169. struct hpi_control_cache_sampleclock {
  1170. struct hpi_control_cache_info i;
  1171. u16 source;
  1172. u16 source_index;
  1173. u32 sample_rate;
  1174. };
  1175. struct hpi_control_cache_microphone {
  1176. struct hpi_control_cache_info i;
  1177. u16 phantom_state;
  1178. char temp_padding[6];
  1179. };
  1180. struct hpi_control_cache_single {
  1181. union {
  1182. struct hpi_control_cache_info i;
  1183. struct hpi_control_cache_vol vol;
  1184. struct hpi_control_cache_meter meter;
  1185. struct hpi_control_cache_channelmode mode;
  1186. struct hpi_control_cache_mux mux;
  1187. struct hpi_control_cache_level level;
  1188. struct hpi_control_cache_tuner tuner;
  1189. struct hpi_control_cache_aes3rx aes3rx;
  1190. struct hpi_control_cache_aes3tx aes3tx;
  1191. struct hpi_control_cache_tonedetector tone;
  1192. struct hpi_control_cache_silencedetector silence;
  1193. struct hpi_control_cache_sampleclock clk;
  1194. struct hpi_control_cache_microphone microphone;
  1195. } u;
  1196. };
  1197. struct hpi_control_cache_pad {
  1198. struct hpi_control_cache_info i;
  1199. u32 field_valid_flags;
  1200. u8 c_channel[8];
  1201. u8 c_artist[40];
  1202. u8 c_title[40];
  1203. u8 c_comment[200];
  1204. u32 pTY;
  1205. u32 pI;
  1206. u32 traffic_supported;
  1207. u32 traffic_anouncement;
  1208. };
  1209. /* 2^N sized FIFO buffer (internal to HPI<->DSP interaction) */
  1210. struct hpi_fifo_buffer {
  1211. u32 size;
  1212. u32 dsp_index;
  1213. u32 host_index;
  1214. };
  1215. #ifndef DISABLE_PRAGMA_PACK1
  1216. #pragma pack(pop)
  1217. #endif
  1218. /* skip host side function declarations for DSP
  1219. compile and documentation extraction */
  1220. char hpi_handle_object(const u32 handle);
  1221. void hpi_handle_to_indexes(const u32 handle, u16 *pw_adapter_index,
  1222. u16 *pw_object_index);
  1223. u32 hpi_indexes_to_handle(const char c_object, const u16 adapter_index,
  1224. const u16 object_index);
  1225. /*////////////////////////////////////////////////////////////////////////// */
  1226. /* main HPI entry point */
  1227. void hpi_send_recv(struct hpi_message *phm, struct hpi_response *phr);
  1228. /* used in PnP OS/driver */
  1229. u16 hpi_subsys_create_adapter(const struct hpi_resource *p_resource,
  1230. u16 *pw_adapter_index);
  1231. u16 hpi_outstream_host_buffer_get_info(u32 h_outstream, u8 **pp_buffer,
  1232. struct hpi_hostbuffer_status **pp_status);
  1233. u16 hpi_instream_host_buffer_get_info(u32 h_instream, u8 **pp_buffer,
  1234. struct hpi_hostbuffer_status **pp_status);
  1235. u16 hpi_adapter_restart(u16 adapter_index);
  1236. /*
  1237. The following 3 functions were last declared in header files for
  1238. driver 3.10. HPI_ControlQuery() used to be the recommended way
  1239. of getting a volume range. Declared here for binary asihpi32.dll
  1240. compatibility.
  1241. */
  1242. void hpi_format_to_msg(struct hpi_msg_format *pMF,
  1243. const struct hpi_format *pF);
  1244. void hpi_stream_response_to_legacy(struct hpi_stream_res *pSR);
  1245. /*////////////////////////////////////////////////////////////////////////// */
  1246. /* declarations for individual HPI entry points */
  1247. hpi_handler_func HPI_6000;
  1248. hpi_handler_func HPI_6205;
  1249. #endif /* _HPI_INTERNAL_H_ */