hpi_internal.h 42 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436
  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. /** Adapter specification resource */
  471. struct hpi_adapter_specification {
  472. u32 type;
  473. u8 modules[4];
  474. };
  475. struct hpi_resource {
  476. union {
  477. const struct hpi_pci *pci;
  478. const char *net_if;
  479. struct hpi_adapter_specification adapter_spec;
  480. const void *sw_if;
  481. } r;
  482. u16 bus_type; /* HPI_BUS_PNPISA, _PCI, _USB etc */
  483. u16 padding;
  484. };
  485. /** Format info used inside struct hpi_message
  486. Not the same as public API struct hpi_format */
  487. struct hpi_msg_format {
  488. u32 sample_rate; /**< 11025, 32000, 44100 etc. */
  489. u32 bit_rate; /**< for MPEG */
  490. u32 attributes; /**< stereo/joint_stereo/mono */
  491. u16 channels; /**< 1,2..., (or ancillary mode or idle bit */
  492. u16 format; /**< HPI_FORMAT_PCM16, _MPEG etc. see \ref HPI_FORMATS. */
  493. };
  494. /** Buffer+format structure.
  495. Must be kept 7 * 32 bits to match public struct hpi_datastruct */
  496. struct hpi_msg_data {
  497. struct hpi_msg_format format;
  498. u8 *pb_data;
  499. #ifndef CONFIG_64BIT
  500. u32 padding;
  501. #endif
  502. u32 data_size;
  503. };
  504. /** struct hpi_datastructure used up to 3.04 driver */
  505. struct hpi_data_legacy32 {
  506. struct hpi_format format;
  507. u32 pb_data;
  508. u32 data_size;
  509. };
  510. #ifdef CONFIG_64BIT
  511. /* Compatibility version of struct hpi_data*/
  512. struct hpi_data_compat32 {
  513. struct hpi_msg_format format;
  514. u32 pb_data;
  515. u32 padding;
  516. u32 data_size;
  517. };
  518. #endif
  519. struct hpi_buffer {
  520. /** placeholder for backward compatibility (see dwBufferSize) */
  521. struct hpi_msg_format reserved;
  522. u32 command; /**< HPI_BUFFER_CMD_xxx*/
  523. u32 pci_address; /**< PCI physical address of buffer for DSP DMA */
  524. u32 buffer_size; /**< must line up with data_size of HPI_DATA*/
  525. };
  526. /*/////////////////////////////////////////////////////////////////////////// */
  527. /* This is used for background buffer bus mastering stream buffers. */
  528. struct hpi_hostbuffer_status {
  529. u32 samples_processed;
  530. u32 auxiliary_data_available;
  531. u32 stream_state;
  532. /* DSP index in to the host bus master buffer. */
  533. u32 dsp_index;
  534. /* Host index in to the host bus master buffer. */
  535. u32 host_index;
  536. u32 size_in_bytes;
  537. };
  538. struct hpi_streamid {
  539. u16 object_type;
  540. /**< Type of object, HPI_OBJ_OSTREAM or HPI_OBJ_ISTREAM. */
  541. u16 stream_index; /**< outstream or instream index. */
  542. };
  543. struct hpi_punchinout {
  544. u32 punch_in_sample;
  545. u32 punch_out_sample;
  546. };
  547. struct hpi_subsys_msg {
  548. struct hpi_resource resource;
  549. };
  550. struct hpi_subsys_res {
  551. u32 version;
  552. u32 data; /* extended version */
  553. u16 num_adapters;
  554. u16 adapter_index;
  555. u16 adapter_type;
  556. u16 pad16;
  557. };
  558. union hpi_adapterx_msg {
  559. struct {
  560. u32 dsp_address;
  561. u32 count_bytes;
  562. } debug_read;
  563. struct {
  564. u32 adapter_mode;
  565. u16 query_or_set;
  566. } mode;
  567. struct {
  568. u16 index;
  569. } module_info;
  570. struct {
  571. u16 index;
  572. u16 what;
  573. u16 property_index;
  574. } property_enum;
  575. struct {
  576. u16 property;
  577. u16 parameter1;
  578. u16 parameter2;
  579. } property_set;
  580. struct {
  581. u32 pad32;
  582. u16 key1;
  583. u16 key2;
  584. } restart;
  585. struct {
  586. u32 pad32;
  587. u16 value;
  588. } test_assert;
  589. struct {
  590. u32 message;
  591. } irq;
  592. u32 pad[3];
  593. };
  594. struct hpi_adapter_res {
  595. u32 serial_number;
  596. u16 adapter_type;
  597. u16 adapter_index;
  598. u16 num_instreams;
  599. u16 num_outstreams;
  600. u16 num_mixers;
  601. u16 version;
  602. u8 sz_adapter_assert[HPI_STRING_LEN];
  603. };
  604. union hpi_adapterx_res {
  605. struct hpi_adapter_res info;
  606. struct {
  607. u32 p1;
  608. u16 count;
  609. u16 dsp_index;
  610. u32 p2;
  611. u32 dsp_msg_addr;
  612. char sz_message[HPI_STRING_LEN];
  613. } assert;
  614. struct {
  615. u32 adapter_mode;
  616. } mode;
  617. struct {
  618. u16 parameter1;
  619. u16 parameter2;
  620. } property_get;
  621. struct {
  622. u32 yes;
  623. } irq_query;
  624. };
  625. struct hpi_stream_msg {
  626. union {
  627. struct hpi_msg_data data;
  628. struct hpi_data_legacy32 data32;
  629. u16 velocity;
  630. struct hpi_punchinout pio;
  631. u32 time_scale;
  632. struct hpi_buffer buffer;
  633. struct hpi_streamid stream;
  634. u32 threshold_bytes;
  635. } u;
  636. };
  637. struct hpi_stream_res {
  638. union {
  639. struct {
  640. /* size of hardware buffer */
  641. u32 buffer_size;
  642. /* OutStream - data to play,
  643. InStream - data recorded */
  644. u32 data_available;
  645. /* OutStream - samples played,
  646. InStream - samples recorded */
  647. u32 samples_transferred;
  648. /* Adapter - OutStream - data to play,
  649. InStream - data recorded */
  650. u32 auxiliary_data_available;
  651. u16 state; /* HPI_STATE_PLAYING, _STATE_STOPPED */
  652. u16 padding;
  653. } stream_info;
  654. struct {
  655. u32 buffer_size;
  656. u32 data_available;
  657. u32 samples_transfered;
  658. u16 state;
  659. u16 outstream_index;
  660. u16 instream_index;
  661. u16 padding;
  662. u32 auxiliary_data_available;
  663. } legacy_stream_info;
  664. struct {
  665. /* bitmap of grouped OutStreams */
  666. u32 outstream_group_map;
  667. /* bitmap of grouped InStreams */
  668. u32 instream_group_map;
  669. } group_info;
  670. struct {
  671. /* pointer to the buffer */
  672. u8 *p_buffer;
  673. /* pointer to the hostbuffer status */
  674. struct hpi_hostbuffer_status *p_status;
  675. } hostbuffer_info;
  676. } u;
  677. };
  678. struct hpi_mixer_msg {
  679. u16 control_index;
  680. u16 control_type; /* = HPI_CONTROL_METER _VOLUME etc */
  681. u16 padding1; /* Maintain alignment of subsequent fields */
  682. u16 node_type1; /* = HPI_SOURCENODE_LINEIN etc */
  683. u16 node_index1; /* = 0..N */
  684. u16 node_type2;
  685. u16 node_index2;
  686. u16 padding2; /* round to 4 bytes */
  687. };
  688. struct hpi_mixer_res {
  689. u16 src_node_type; /* = HPI_SOURCENODE_LINEIN etc */
  690. u16 src_node_index; /* = 0..N */
  691. u16 dst_node_type;
  692. u16 dst_node_index;
  693. /* Also controlType for MixerGetControlByIndex */
  694. u16 control_index;
  695. /* may indicate which DSP the control is located on */
  696. u16 dsp_index;
  697. };
  698. union hpi_mixerx_msg {
  699. struct {
  700. u16 starting_index;
  701. u16 flags;
  702. u32 length_in_bytes; /* length in bytes of p_data */
  703. u32 p_data; /* pointer to a data array */
  704. } gcabi;
  705. struct {
  706. u16 command;
  707. u16 index;
  708. } store; /* for HPI_MIXER_STORE message */
  709. };
  710. union hpi_mixerx_res {
  711. struct {
  712. u32 bytes_returned; /* size of items returned */
  713. u32 p_data; /* pointer to data array */
  714. u16 more_to_do; /* indicates if there is more to do */
  715. } gcabi;
  716. struct {
  717. u32 total_controls; /* count of controls in the mixer */
  718. u32 cache_controls; /* count of controls in the cac */
  719. u32 cache_bytes; /* size of cache */
  720. } cache_info;
  721. };
  722. struct hpi_control_msg {
  723. u16 attribute; /* control attribute or property */
  724. u16 saved_index;
  725. u32 param1; /* generic parameter 1 */
  726. u32 param2; /* generic parameter 2 */
  727. short an_log_value[HPI_MAX_CHANNELS];
  728. };
  729. struct hpi_control_union_msg {
  730. u16 attribute; /* control attribute or property */
  731. u16 saved_index; /* only used in ctrl save/restore */
  732. union {
  733. struct {
  734. u32 param1; /* generic parameter 1 */
  735. u32 param2; /* generic parameter 2 */
  736. short an_log_value[HPI_MAX_CHANNELS];
  737. } old;
  738. union {
  739. u32 frequency;
  740. u32 gain;
  741. u32 band;
  742. u32 deemphasis;
  743. u32 program;
  744. struct {
  745. u32 mode;
  746. u32 value;
  747. } mode;
  748. u32 blend;
  749. } tuner;
  750. } u;
  751. };
  752. struct hpi_control_res {
  753. /* Could make union. dwParam, anLogValue never used in same response */
  754. u32 param1;
  755. u32 param2;
  756. short an_log_value[HPI_MAX_CHANNELS];
  757. };
  758. union hpi_control_union_res {
  759. struct {
  760. u32 param1;
  761. u32 param2;
  762. short an_log_value[HPI_MAX_CHANNELS];
  763. } old;
  764. union {
  765. u32 band;
  766. u32 frequency;
  767. u32 gain;
  768. u32 deemphasis;
  769. struct {
  770. u32 data[2];
  771. u32 bLER;
  772. } rds;
  773. short s_level;
  774. struct {
  775. u16 value;
  776. u16 mask;
  777. } status;
  778. } tuner;
  779. struct {
  780. char sz_data[8];
  781. u32 remaining_chars;
  782. } chars8;
  783. char c_data12[12];
  784. union {
  785. struct {
  786. u32 status;
  787. u32 readable_size;
  788. u32 writeable_size;
  789. } status;
  790. } cobranet;
  791. };
  792. struct hpi_nvmemory_msg {
  793. u16 address;
  794. u16 data;
  795. };
  796. struct hpi_nvmemory_res {
  797. u16 size_in_bytes;
  798. u16 data;
  799. };
  800. struct hpi_gpio_msg {
  801. u16 bit_index;
  802. u16 bit_data;
  803. };
  804. struct hpi_gpio_res {
  805. u16 number_input_bits;
  806. u16 number_output_bits;
  807. u16 bit_data[4];
  808. };
  809. struct hpi_async_msg {
  810. u32 events;
  811. u16 maximum_events;
  812. u16 padding;
  813. };
  814. struct hpi_async_res {
  815. union {
  816. struct {
  817. u16 count;
  818. } count;
  819. struct {
  820. u32 events;
  821. u16 number_returned;
  822. u16 padding;
  823. } get;
  824. struct hpi_async_event event;
  825. } u;
  826. };
  827. struct hpi_watchdog_msg {
  828. u32 time_ms;
  829. };
  830. struct hpi_watchdog_res {
  831. u32 time_ms;
  832. };
  833. struct hpi_clock_msg {
  834. u16 hours;
  835. u16 minutes;
  836. u16 seconds;
  837. u16 milli_seconds;
  838. };
  839. struct hpi_clock_res {
  840. u16 size_in_bytes;
  841. u16 hours;
  842. u16 minutes;
  843. u16 seconds;
  844. u16 milli_seconds;
  845. u16 padding;
  846. };
  847. struct hpi_profile_msg {
  848. u16 bin_index;
  849. u16 padding;
  850. };
  851. struct hpi_profile_res_open {
  852. u16 max_profiles;
  853. };
  854. struct hpi_profile_res_time {
  855. u32 total_tick_count;
  856. u32 call_count;
  857. u32 max_tick_count;
  858. u32 ticks_per_millisecond;
  859. u16 profile_interval;
  860. };
  861. struct hpi_profile_res_name {
  862. u8 sz_name[32];
  863. };
  864. struct hpi_profile_res {
  865. union {
  866. struct hpi_profile_res_open o;
  867. struct hpi_profile_res_time t;
  868. struct hpi_profile_res_name n;
  869. } u;
  870. };
  871. struct hpi_message_header {
  872. u16 size; /* total size in bytes */
  873. u8 type; /* HPI_TYPE_MESSAGE */
  874. u8 version; /* message version */
  875. u16 object; /* HPI_OBJ_* */
  876. u16 function; /* HPI_SUBSYS_xxx, HPI_ADAPTER_xxx */
  877. u16 adapter_index; /* the adapter index */
  878. u16 obj_index; /* */
  879. };
  880. struct hpi_message {
  881. /* following fields must match HPI_MESSAGE_HEADER */
  882. u16 size; /* total size in bytes */
  883. u8 type; /* HPI_TYPE_MESSAGE */
  884. u8 version; /* message version */
  885. u16 object; /* HPI_OBJ_* */
  886. u16 function; /* HPI_SUBSYS_xxx, HPI_ADAPTER_xxx */
  887. u16 adapter_index; /* the adapter index */
  888. u16 obj_index; /* */
  889. union {
  890. struct hpi_subsys_msg s;
  891. union hpi_adapterx_msg ax;
  892. struct hpi_stream_msg d;
  893. struct hpi_mixer_msg m;
  894. union hpi_mixerx_msg mx; /* extended mixer; */
  895. struct hpi_control_msg c; /* mixer control; */
  896. /* identical to struct hpi_control_msg,
  897. but field naming is improved */
  898. struct hpi_control_union_msg cu;
  899. struct hpi_nvmemory_msg n;
  900. struct hpi_gpio_msg l; /* digital i/o */
  901. struct hpi_watchdog_msg w;
  902. struct hpi_clock_msg t; /* dsp time */
  903. struct hpi_profile_msg p;
  904. struct hpi_async_msg as;
  905. char fixed_size[32];
  906. } u;
  907. };
  908. #define HPI_MESSAGE_SIZE_BY_OBJECT { \
  909. sizeof(struct hpi_message_header) , /* Default, no object type 0 */ \
  910. sizeof(struct hpi_message_header) + sizeof(struct hpi_subsys_msg),\
  911. sizeof(struct hpi_message_header) + sizeof(union hpi_adapterx_msg),\
  912. sizeof(struct hpi_message_header) + sizeof(struct hpi_stream_msg),\
  913. sizeof(struct hpi_message_header) + sizeof(struct hpi_stream_msg),\
  914. sizeof(struct hpi_message_header) + sizeof(struct hpi_mixer_msg),\
  915. sizeof(struct hpi_message_header) , /* no node message */ \
  916. sizeof(struct hpi_message_header) + sizeof(struct hpi_control_msg),\
  917. sizeof(struct hpi_message_header) + sizeof(struct hpi_nvmemory_msg),\
  918. sizeof(struct hpi_message_header) + sizeof(struct hpi_gpio_msg),\
  919. sizeof(struct hpi_message_header) + sizeof(struct hpi_watchdog_msg),\
  920. sizeof(struct hpi_message_header) + sizeof(struct hpi_clock_msg),\
  921. sizeof(struct hpi_message_header) + sizeof(struct hpi_profile_msg),\
  922. sizeof(struct hpi_message_header), /* controlx obj removed */ \
  923. sizeof(struct hpi_message_header) + sizeof(struct hpi_async_msg) \
  924. }
  925. /*
  926. Note that the wSpecificError error field should be inspected and potentially
  927. reported whenever HPI_ERROR_DSP_COMMUNICATION or HPI_ERROR_DSP_BOOTLOAD is
  928. returned in wError.
  929. */
  930. struct hpi_response_header {
  931. u16 size;
  932. u8 type; /* HPI_TYPE_RESPONSE */
  933. u8 version; /* response version */
  934. u16 object; /* HPI_OBJ_* */
  935. u16 function; /* HPI_SUBSYS_xxx, HPI_ADAPTER_xxx */
  936. u16 error; /* HPI_ERROR_xxx */
  937. u16 specific_error; /* adapter specific error */
  938. };
  939. struct hpi_response {
  940. /* following fields must match HPI_RESPONSE_HEADER */
  941. u16 size;
  942. u8 type; /* HPI_TYPE_RESPONSE */
  943. u8 version; /* response version */
  944. u16 object; /* HPI_OBJ_* */
  945. u16 function; /* HPI_SUBSYS_xxx, HPI_ADAPTER_xxx */
  946. u16 error; /* HPI_ERROR_xxx */
  947. u16 specific_error; /* adapter specific error */
  948. union {
  949. struct hpi_subsys_res s;
  950. union hpi_adapterx_res ax;
  951. struct hpi_stream_res d;
  952. struct hpi_mixer_res m;
  953. union hpi_mixerx_res mx; /* extended mixer; */
  954. struct hpi_control_res c; /* mixer control; */
  955. /* identical to hpi_control_res, but field naming is improved */
  956. union hpi_control_union_res cu;
  957. struct hpi_nvmemory_res n;
  958. struct hpi_gpio_res l; /* digital i/o */
  959. struct hpi_watchdog_res w;
  960. struct hpi_clock_res t; /* dsp time */
  961. struct hpi_profile_res p;
  962. struct hpi_async_res as;
  963. u8 bytes[52];
  964. } u;
  965. };
  966. #define HPI_RESPONSE_SIZE_BY_OBJECT { \
  967. sizeof(struct hpi_response_header) ,/* Default, no object type 0 */ \
  968. sizeof(struct hpi_response_header) + sizeof(struct hpi_subsys_res),\
  969. sizeof(struct hpi_response_header) + sizeof(union hpi_adapterx_res),\
  970. sizeof(struct hpi_response_header) + sizeof(struct hpi_stream_res),\
  971. sizeof(struct hpi_response_header) + sizeof(struct hpi_stream_res),\
  972. sizeof(struct hpi_response_header) + sizeof(struct hpi_mixer_res),\
  973. sizeof(struct hpi_response_header) , /* no node response */ \
  974. sizeof(struct hpi_response_header) + sizeof(struct hpi_control_res),\
  975. sizeof(struct hpi_response_header) + sizeof(struct hpi_nvmemory_res),\
  976. sizeof(struct hpi_response_header) + sizeof(struct hpi_gpio_res),\
  977. sizeof(struct hpi_response_header) + sizeof(struct hpi_watchdog_res),\
  978. sizeof(struct hpi_response_header) + sizeof(struct hpi_clock_res),\
  979. sizeof(struct hpi_response_header) + sizeof(struct hpi_profile_res),\
  980. sizeof(struct hpi_response_header), /* controlx obj removed */ \
  981. sizeof(struct hpi_response_header) + sizeof(struct hpi_async_res) \
  982. }
  983. /*********************** version 1 message/response **************************/
  984. #define HPINET_ETHERNET_DATA_SIZE (1500)
  985. #define HPINET_IP_HDR_SIZE (20)
  986. #define HPINET_IP_DATA_SIZE (HPINET_ETHERNET_DATA_SIZE - HPINET_IP_HDR_SIZE)
  987. #define HPINET_UDP_HDR_SIZE (8)
  988. #define HPINET_UDP_DATA_SIZE (HPINET_IP_DATA_SIZE - HPINET_UDP_HDR_SIZE)
  989. #define HPINET_ASI_HDR_SIZE (2)
  990. #define HPINET_ASI_DATA_SIZE (HPINET_UDP_DATA_SIZE - HPINET_ASI_HDR_SIZE)
  991. #define HPI_MAX_PAYLOAD_SIZE (HPINET_ASI_DATA_SIZE - 2)
  992. /* New style message/response, but still V0 compatible */
  993. struct hpi_msg_adapter_get_info {
  994. struct hpi_message_header h;
  995. };
  996. struct hpi_res_adapter_get_info {
  997. struct hpi_response_header h; /*v0 */
  998. struct hpi_adapter_res p;
  999. };
  1000. struct hpi_res_adapter_debug_read {
  1001. struct hpi_response_header h;
  1002. u8 bytes[1024];
  1003. };
  1004. struct hpi_msg_cobranet_hmi {
  1005. u16 attribute;
  1006. u16 padding;
  1007. u32 hmi_address;
  1008. u32 byte_count;
  1009. };
  1010. struct hpi_msg_cobranet_hmiwrite {
  1011. struct hpi_message_header h;
  1012. struct hpi_msg_cobranet_hmi p;
  1013. u8 bytes[256];
  1014. };
  1015. struct hpi_msg_cobranet_hmiread {
  1016. struct hpi_message_header h;
  1017. struct hpi_msg_cobranet_hmi p;
  1018. };
  1019. struct hpi_res_cobranet_hmiread {
  1020. struct hpi_response_header h;
  1021. u32 byte_count;
  1022. u8 bytes[256];
  1023. };
  1024. #if 1
  1025. #define hpi_message_header_v1 hpi_message_header
  1026. #define hpi_response_header_v1 hpi_response_header
  1027. #else
  1028. /* V1 headers in Addition to v0 headers */
  1029. struct hpi_message_header_v1 {
  1030. struct hpi_message_header h0;
  1031. /* struct {
  1032. } h1; */
  1033. };
  1034. struct hpi_response_header_v1 {
  1035. struct hpi_response_header h0;
  1036. struct {
  1037. u16 adapter_index; /* the adapter index */
  1038. u16 obj_index; /* object index */
  1039. } h1;
  1040. };
  1041. #endif
  1042. struct hpi_msg_payload_v0 {
  1043. struct hpi_message_header h;
  1044. union {
  1045. struct hpi_subsys_msg s;
  1046. union hpi_adapterx_msg ax;
  1047. struct hpi_stream_msg d;
  1048. struct hpi_mixer_msg m;
  1049. union hpi_mixerx_msg mx;
  1050. struct hpi_control_msg c;
  1051. struct hpi_control_union_msg cu;
  1052. struct hpi_nvmemory_msg n;
  1053. struct hpi_gpio_msg l;
  1054. struct hpi_watchdog_msg w;
  1055. struct hpi_clock_msg t;
  1056. struct hpi_profile_msg p;
  1057. struct hpi_async_msg as;
  1058. } u;
  1059. };
  1060. struct hpi_res_payload_v0 {
  1061. struct hpi_response_header h;
  1062. union {
  1063. struct hpi_subsys_res s;
  1064. union hpi_adapterx_res ax;
  1065. struct hpi_stream_res d;
  1066. struct hpi_mixer_res m;
  1067. union hpi_mixerx_res mx;
  1068. struct hpi_control_res c;
  1069. union hpi_control_union_res cu;
  1070. struct hpi_nvmemory_res n;
  1071. struct hpi_gpio_res l;
  1072. struct hpi_watchdog_res w;
  1073. struct hpi_clock_res t;
  1074. struct hpi_profile_res p;
  1075. struct hpi_async_res as;
  1076. } u;
  1077. };
  1078. union hpi_message_buffer_v1 {
  1079. struct hpi_message m0; /* version 0 */
  1080. struct hpi_message_header_v1 h;
  1081. u8 buf[HPI_MAX_PAYLOAD_SIZE];
  1082. };
  1083. union hpi_response_buffer_v1 {
  1084. struct hpi_response r0; /* version 0 */
  1085. struct hpi_response_header_v1 h;
  1086. u8 buf[HPI_MAX_PAYLOAD_SIZE];
  1087. };
  1088. compile_time_assert((sizeof(union hpi_message_buffer_v1) <=
  1089. HPI_MAX_PAYLOAD_SIZE), message_buffer_ok);
  1090. compile_time_assert((sizeof(union hpi_response_buffer_v1) <=
  1091. HPI_MAX_PAYLOAD_SIZE), response_buffer_ok);
  1092. /*////////////////////////////////////////////////////////////////////////// */
  1093. /* declarations for compact control calls */
  1094. struct hpi_control_defn {
  1095. u8 type;
  1096. u8 channels;
  1097. u8 src_node_type;
  1098. u8 src_node_index;
  1099. u8 dest_node_type;
  1100. u8 dest_node_index;
  1101. };
  1102. /*////////////////////////////////////////////////////////////////////////// */
  1103. /* declarations for control caching (internal to HPI<->DSP interaction) */
  1104. /** indicates a cached u16 value is invalid. */
  1105. #define HPI_CACHE_INVALID_UINT16 0xFFFF
  1106. /** indicates a cached short value is invalid. */
  1107. #define HPI_CACHE_INVALID_SHORT -32768
  1108. /** A compact representation of (part of) a controls state.
  1109. Used for efficient transfer of the control state
  1110. between DSP and host or across a network
  1111. */
  1112. struct hpi_control_cache_info {
  1113. /** one of HPI_CONTROL_* */
  1114. u8 control_type;
  1115. /** The total size of cached information in 32-bit words. */
  1116. u8 size_in32bit_words;
  1117. /** The original index of the control on the DSP */
  1118. u16 control_index;
  1119. };
  1120. struct hpi_control_cache_vol {
  1121. struct hpi_control_cache_info i;
  1122. short an_log[2];
  1123. unsigned short flags;
  1124. char padding[2];
  1125. };
  1126. struct hpi_control_cache_meter {
  1127. struct hpi_control_cache_info i;
  1128. short an_log_peak[2];
  1129. short an_logRMS[2];
  1130. };
  1131. struct hpi_control_cache_channelmode {
  1132. struct hpi_control_cache_info i;
  1133. u16 mode;
  1134. char temp_padding[6];
  1135. };
  1136. struct hpi_control_cache_mux {
  1137. struct hpi_control_cache_info i;
  1138. u16 source_node_type;
  1139. u16 source_node_index;
  1140. char temp_padding[4];
  1141. };
  1142. struct hpi_control_cache_level {
  1143. struct hpi_control_cache_info i;
  1144. short an_log[2];
  1145. char temp_padding[4];
  1146. };
  1147. struct hpi_control_cache_tuner {
  1148. struct hpi_control_cache_info i;
  1149. u32 freq_ink_hz;
  1150. u16 band;
  1151. short s_level_avg;
  1152. };
  1153. struct hpi_control_cache_aes3rx {
  1154. struct hpi_control_cache_info i;
  1155. u32 error_status;
  1156. u32 format;
  1157. };
  1158. struct hpi_control_cache_aes3tx {
  1159. struct hpi_control_cache_info i;
  1160. u32 format;
  1161. char temp_padding[4];
  1162. };
  1163. struct hpi_control_cache_tonedetector {
  1164. struct hpi_control_cache_info i;
  1165. u16 state;
  1166. char temp_padding[6];
  1167. };
  1168. struct hpi_control_cache_silencedetector {
  1169. struct hpi_control_cache_info i;
  1170. u32 state;
  1171. char temp_padding[4];
  1172. };
  1173. struct hpi_control_cache_sampleclock {
  1174. struct hpi_control_cache_info i;
  1175. u16 source;
  1176. u16 source_index;
  1177. u32 sample_rate;
  1178. };
  1179. struct hpi_control_cache_microphone {
  1180. struct hpi_control_cache_info i;
  1181. u16 phantom_state;
  1182. char temp_padding[6];
  1183. };
  1184. struct hpi_control_cache_single {
  1185. union {
  1186. struct hpi_control_cache_info i;
  1187. struct hpi_control_cache_vol vol;
  1188. struct hpi_control_cache_meter meter;
  1189. struct hpi_control_cache_channelmode mode;
  1190. struct hpi_control_cache_mux mux;
  1191. struct hpi_control_cache_level level;
  1192. struct hpi_control_cache_tuner tuner;
  1193. struct hpi_control_cache_aes3rx aes3rx;
  1194. struct hpi_control_cache_aes3tx aes3tx;
  1195. struct hpi_control_cache_tonedetector tone;
  1196. struct hpi_control_cache_silencedetector silence;
  1197. struct hpi_control_cache_sampleclock clk;
  1198. struct hpi_control_cache_microphone microphone;
  1199. } u;
  1200. };
  1201. struct hpi_control_cache_pad {
  1202. struct hpi_control_cache_info i;
  1203. u32 field_valid_flags;
  1204. u8 c_channel[40];
  1205. u8 c_artist[100];
  1206. u8 c_title[100];
  1207. u8 c_comment[200];
  1208. u32 pTY;
  1209. u32 pI;
  1210. u32 traffic_supported;
  1211. u32 traffic_anouncement;
  1212. };
  1213. /* 2^N sized FIFO buffer (internal to HPI<->DSP interaction) */
  1214. struct hpi_fifo_buffer {
  1215. u32 size;
  1216. u32 dsp_index;
  1217. u32 host_index;
  1218. };
  1219. #ifndef DISABLE_PRAGMA_PACK1
  1220. #pragma pack(pop)
  1221. #endif
  1222. /* skip host side function declarations for DSP
  1223. compile and documentation extraction */
  1224. char hpi_handle_object(const u32 handle);
  1225. void hpi_handle_to_indexes(const u32 handle, u16 *pw_adapter_index,
  1226. u16 *pw_object_index);
  1227. u32 hpi_indexes_to_handle(const char c_object, const u16 adapter_index,
  1228. const u16 object_index);
  1229. /*////////////////////////////////////////////////////////////////////////// */
  1230. /* main HPI entry point */
  1231. void hpi_send_recv(struct hpi_message *phm, struct hpi_response *phr);
  1232. /* used in PnP OS/driver */
  1233. u16 hpi_subsys_create_adapter(const struct hpi_resource *p_resource,
  1234. u16 *pw_adapter_index);
  1235. u16 hpi_outstream_host_buffer_get_info(u32 h_outstream, u8 **pp_buffer,
  1236. struct hpi_hostbuffer_status **pp_status);
  1237. u16 hpi_instream_host_buffer_get_info(u32 h_instream, u8 **pp_buffer,
  1238. struct hpi_hostbuffer_status **pp_status);
  1239. u16 hpi_adapter_restart(u16 adapter_index);
  1240. /*
  1241. The following 3 functions were last declared in header files for
  1242. driver 3.10. HPI_ControlQuery() used to be the recommended way
  1243. of getting a volume range. Declared here for binary asihpi32.dll
  1244. compatibility.
  1245. */
  1246. void hpi_format_to_msg(struct hpi_msg_format *pMF,
  1247. const struct hpi_format *pF);
  1248. void hpi_stream_response_to_legacy(struct hpi_stream_res *pSR);
  1249. /*////////////////////////////////////////////////////////////////////////// */
  1250. /* declarations for individual HPI entry points */
  1251. hpi_handler_func HPI_6000;
  1252. hpi_handler_func HPI_6205;
  1253. #endif /* _HPI_INTERNAL_H_ */