Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
exar7300.c File Reference
#include "2t3e3.h"
#include "ctrl.h"

Go to the source code of this file.

Functions

void exar7300_init (struct channel *sc)
 
void exar7300_set_loopback (struct channel *sc, u32 mode)
 
void exar7300_set_frame_type (struct channel *sc, u32 type)
 
void exar7300_transmit_all_ones_onoff (struct channel *sc, u32 mode)
 
void exar7300_receive_equalization_onoff (struct channel *sc, u32 mode)
 
void exar7300_line_build_out_onoff (struct channel *sc, u32 mode)
 
void exar7300_unipolar_onoff (struct channel *sc, u32 mode)
 

Function Documentation

void exar7300_init ( struct channel sc)

Definition at line 16 of file exar7300.c.

void exar7300_line_build_out_onoff ( struct channel sc,
u32  mode 
)

Definition at line 125 of file exar7300.c.

void exar7300_receive_equalization_onoff ( struct channel sc,
u32  mode 
)

Definition at line 104 of file exar7300.c.

void exar7300_set_frame_type ( struct channel sc,
u32  type 
)

Definition at line 48 of file exar7300.c.

void exar7300_set_loopback ( struct channel sc,
u32  mode 
)

Definition at line 28 of file exar7300.c.

void exar7300_transmit_all_ones_onoff ( struct channel sc,
u32  mode 
)

Definition at line 83 of file exar7300.c.

void exar7300_unipolar_onoff ( struct channel sc,
u32  mode 
)

Definition at line 149 of file exar7300.c.