Go to the source code of this file.
Defines | |
| #define | PHY_PREAMBLE 0xFFFFFFFF |
| #define | PHY_PREAMBLE_SIZE 32 |
| #define | PHY_SOF 0x1 |
| #define | PHY_OP_READ 0x2 |
| #define | PHY_OP_WRITE 0x1 |
| #define | PHY_TURNAROUND 0x2 |
| #define | TBI_COMPAT_ENABLED 0x1 |
| #define | TBI_SBP_ENABLED 0x2 |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER) | |
| #define PHY_PREAMBLE 0xFFFFFFFF |
Definition at line 34 of file e1000_82543.h.
Referenced by e1000_read_phy_reg_82543(), and e1000_write_phy_reg_82543().
| #define PHY_PREAMBLE_SIZE 32 |
Definition at line 35 of file e1000_82543.h.
Referenced by e1000_read_phy_reg_82543(), and e1000_write_phy_reg_82543().
| #define PHY_SOF 0x1 |
Definition at line 36 of file e1000_82543.h.
Referenced by e1000_read_phy_reg_82543(), and e1000_write_phy_reg_82543().
| #define PHY_OP_READ 0x2 |
| #define PHY_OP_WRITE 0x1 |
| #define PHY_TURNAROUND 0x2 |
| #define TBI_COMPAT_ENABLED 0x1 |
Definition at line 41 of file e1000_82543.h.
Referenced by e1000_set_tbi_compatibility_82543(), and e1000_tbi_compatibility_enabled_82543().
| #define TBI_SBP_ENABLED 0x2 |
Definition at line 43 of file e1000_82543.h.
Referenced by e1000_set_tbi_sbp_82543(), and e1000_tbi_sbp_enabled_82543().
| FILE_LICENCE | ( | GPL2_OR_LATER | ) |
1.5.7.1