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

Go to the source code of this file.

Functions

void eprom_cs (struct net_device *dev, short bit)
 
void eprom_ck_cycle (struct net_device *dev)
 
void eprom_w (struct net_device *dev, short bit)
 
short eprom_r (struct net_device *dev)
 
void eprom_send_bits_string (struct net_device *dev, short b[], int len)
 
u32 eprom_read (struct net_device *dev, u32 addr)
 

Function Documentation

void eprom_ck_cycle ( struct net_device dev)

Definition at line 38 of file r8180_93cx6.c.

void eprom_cs ( struct net_device dev,
short  bit 
)

Definition at line 23 of file r8180_93cx6.c.

short eprom_r ( struct net_device dev)

Definition at line 65 of file r8180_93cx6.c.

u32 eprom_read ( struct net_device dev,
u32  addr 
)

Definition at line 88 of file r8180_93cx6.c.

void eprom_send_bits_string ( struct net_device dev,
short  b[],
int  len 
)

Definition at line 77 of file r8180_93cx6.c.

void eprom_w ( struct net_device dev,
short  bit 
)

Definition at line 51 of file r8180_93cx6.c.