Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ucc_fast.c File Reference
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/errno.h>
#include <linux/slab.h>
#include <linux/stddef.h>
#include <linux/interrupt.h>
#include <linux/err.h>
#include <linux/export.h>
#include <asm/io.h>
#include <asm/immap_qe.h>
#include <asm/qe.h>
#include <asm/ucc.h>
#include <asm/ucc_fast.h>

Go to the source code of this file.

Functions

void ucc_fast_dump_regs (struct ucc_fast_private *uccf)
 
 EXPORT_SYMBOL (ucc_fast_dump_regs)
 
u32 ucc_fast_get_qe_cr_subblock (int uccf_num)
 
 EXPORT_SYMBOL (ucc_fast_get_qe_cr_subblock)
 
void ucc_fast_transmit_on_demand (struct ucc_fast_private *uccf)
 
 EXPORT_SYMBOL (ucc_fast_transmit_on_demand)
 
void ucc_fast_enable (struct ucc_fast_private *uccf, enum comm_dir mode)
 
 EXPORT_SYMBOL (ucc_fast_enable)
 
void ucc_fast_disable (struct ucc_fast_private *uccf, enum comm_dir mode)
 
 EXPORT_SYMBOL (ucc_fast_disable)
 
int ucc_fast_init (struct ucc_fast_info *uf_info, struct ucc_fast_private **uccf_ret)
 
 EXPORT_SYMBOL (ucc_fast_init)
 
void ucc_fast_free (struct ucc_fast_private *uccf)
 
 EXPORT_SYMBOL (ucc_fast_free)
 

Function Documentation

EXPORT_SYMBOL ( ucc_fast_dump_regs  )
EXPORT_SYMBOL ( ucc_fast_get_qe_cr_subblock  )
EXPORT_SYMBOL ( ucc_fast_transmit_on_demand  )
EXPORT_SYMBOL ( ucc_fast_enable  )
EXPORT_SYMBOL ( ucc_fast_disable  )
EXPORT_SYMBOL ( ucc_fast_init  )
EXPORT_SYMBOL ( ucc_fast_free  )
void ucc_fast_disable ( struct ucc_fast_private uccf,
enum comm_dir  mode 
)

Definition at line 118 of file ucc_fast.c.

void ucc_fast_dump_regs ( struct ucc_fast_private uccf)

Definition at line 31 of file ucc_fast.c.

void ucc_fast_enable ( struct ucc_fast_private uccf,
enum comm_dir  mode 
)

Definition at line 97 of file ucc_fast.c.

void ucc_fast_free ( struct ucc_fast_private uccf)

Definition at line 348 of file ucc_fast.c.

u32 ucc_fast_get_qe_cr_subblock ( int  uccf_num)

Definition at line 75 of file ucc_fast.c.

int ucc_fast_init ( struct ucc_fast_info uf_info,
struct ucc_fast_private **  uccf_ret 
)

Definition at line 139 of file ucc_fast.c.

void ucc_fast_transmit_on_demand ( struct ucc_fast_private uccf)

Definition at line 91 of file ucc_fast.c.