1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>struct hsi_config</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="Linux Device Drivers"><link rel="up" href="hsi.html" title="Chapter&#160;11.&#160;High Speed Synchronous Serial Interface (HSI)"><link rel="prev" href="API-struct-hsi-channel.html" title="struct hsi_channel"><link rel="next" href="API-struct-hsi-board-info.html" title="struct hsi_board_info"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">struct hsi_config</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-struct-hsi-channel.html">Prev</a>&#160;</td><th width="60%" align="center">Chapter&#160;11.&#160;High Speed Synchronous Serial Interface (HSI)</th><td width="20%" align="right">&#160;<a accesskey="n" href="API-struct-hsi-board-info.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-struct-hsi-config"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>struct hsi_config &#8212; 
2     Configuration for RX/TX HSI modules
3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting">
4struct hsi_config {
5  unsigned int mode;
6  struct hsi_channel * channels;
7  unsigned int num_channels;
8  unsigned int num_hw_channels;
9  unsigned int speed;
10  union {unnamed_union};
11};  </pre></div><div class="refsect1"><a name="idp1115580116"></a><h2>Members</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">mode</span></dt><dd><p>
12   Bit transmission mode (STREAM or FRAME)
13      </p></dd><dt><span class="term">channels</span></dt><dd><p>
14   Channel resources used by the client
15      </p></dd><dt><span class="term">num_channels</span></dt><dd><p>
16   Number of channel resources
17      </p></dd><dt><span class="term">num_hw_channels</span></dt><dd><p>
18   Number of channels the transceiver is configured for [1..16]
19      </p></dd><dt><span class="term">speed</span></dt><dd><p>
20   Max bit transmission speed (Kbit/s)
21      </p></dd><dt><span class="term">{unnamed_union}</span></dt><dd><p>
22   anonymous
23      </p></dd></dl></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-struct-hsi-channel.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="hsi.html">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="API-struct-hsi-board-info.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">struct hsi_channel</span>&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;<span class="phrase">struct hsi_board_info</span></td></tr></table></div></body></html>
24