Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
pcnet32_access Struct Reference

Data Fields

u16(* read_csr )(unsigned long, int)
 
void(* write_csr )(unsigned long, int, u16)
 
u16(* read_bcr )(unsigned long, int)
 
void(* write_bcr )(unsigned long, int, u16)
 
u16(* read_rap )(unsigned long)
 
void(* write_rap )(unsigned long, u16)
 
void(* reset )(unsigned long)
 

Detailed Description

Definition at line 245 of file pcnet32.c.

Field Documentation

u16(* read_bcr)(unsigned long, int)

Definition at line 248 of file pcnet32.c.

u16(* read_csr)(unsigned long, int)

Definition at line 246 of file pcnet32.c.

u16(* read_rap)(unsigned long)

Definition at line 250 of file pcnet32.c.

void(* reset)(unsigned long)

Definition at line 252 of file pcnet32.c.

void(* write_bcr)(unsigned long, int, u16)

Definition at line 249 of file pcnet32.c.

void(* write_csr)(unsigned long, int, u16)

Definition at line 247 of file pcnet32.c.

void(* write_rap)(unsigned long, u16)

Definition at line 251 of file pcnet32.c.


The documentation for this struct was generated from the following file: