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

Go to the source code of this file.

Functions

int ucc_set_qe_mux_mii_mng (unsigned int ucc_num)
 
 EXPORT_SYMBOL (ucc_set_qe_mux_mii_mng)
 
int ucc_set_type (unsigned int ucc_num, enum ucc_speed_type speed)
 
int ucc_mux_set_grant_tsa_bkpt (unsigned int ucc_num, int set, u32 mask)
 
int ucc_set_qe_mux_rxtx (unsigned int ucc_num, enum qe_clock clock, enum comm_dir mode)
 

Function Documentation

EXPORT_SYMBOL ( ucc_set_qe_mux_mii_mng  )
int ucc_mux_set_grant_tsa_bkpt ( unsigned int  ucc_num,
int  set,
u32  mask 
)

Definition at line 98 of file ucc.c.

int ucc_set_qe_mux_mii_mng ( unsigned int  ucc_num)

Definition at line 29 of file ucc.c.

int ucc_set_qe_mux_rxtx ( unsigned int  ucc_num,
enum qe_clock  clock,
enum comm_dir  mode 
)

Definition at line 118 of file ucc.c.

int ucc_set_type ( unsigned int  ucc_num,
enum ucc_speed_type  speed 
)

Definition at line 55 of file ucc.c.