'\" t .\" Title: struct hsi_config .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: High Speed Synchronous Serial Interface (HSI) .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "STRUCT HSI_CONFIG" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "High Speed Synchronous Serial" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" struct_hsi_config \- Configuration for RX/TX HSI modules .SH "SYNOPSIS" .sp .nf struct hsi_config { unsigned int mode; struct hsi_channel * channels; unsigned int num_channels; unsigned int num_hw_channels; unsigned int speed; union {unnamed_union}; }; .fi .SH "MEMBERS" .PP mode .RS 4 Bit transmission mode (STREAM or FRAME) .RE .PP channels .RS 4 Channel resources used by the client .RE .PP num_channels .RS 4 Number of channel resources .RE .PP num_hw_channels .RS 4 Number of channels the transceiver is configured for [1\&.\&.16] .RE .PP speed .RS 4 Max bit transmission speed (Kbit/s) .RE .PP {unnamed_union} .RS 4 anonymous .RE .SH "COPYRIGHT" .br