iPXE
|
#include <pcnet32.h>
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) |
u16( * pcnet32_access::read_csr) (unsigned long, int) |
Definition at line 118 of file pcnet32.h.
Referenced by pcnet32_chip_detect().
void( * pcnet32_access::write_csr) (unsigned long, int, u16) |
Definition at line 119 of file pcnet32.h.
Referenced by pcnet32_chip_detect().
u16( * pcnet32_access::read_bcr) (unsigned long, int) |
Definition at line 120 of file pcnet32.h.
Referenced by pcnet32_chip_detect().
void( * pcnet32_access::write_bcr) (unsigned long, int, u16) |
Definition at line 121 of file pcnet32.h.
Referenced by pcnet32_chip_detect().