diff options
author | Wolfgang Denk <wd@denx.de> | 2007-08-14 09:53:38 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-08-14 09:53:38 +0200 |
commit | bf9583e544e867b0b49d72d74644a13486d68123 (patch) | |
tree | 9ea8eb066af58692102f9eebab6cd9f7466d37c4 /drivers/qe/uec_phy.h | |
parent | 85eb5caf6b906f7ec5b54814e8c7c74f55986bb7 (diff) | |
parent | 7f3f2bd2dc08e0b05e185662ca2e2d283757104a (diff) | |
download | u-boot-imx-bf9583e544e867b0b49d72d74644a13486d68123.zip u-boot-imx-bf9583e544e867b0b49d72d74644a13486d68123.tar.gz u-boot-imx-bf9583e544e867b0b49d72d74644a13486d68123.tar.bz2 |
Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xx
Diffstat (limited to 'drivers/qe/uec_phy.h')
-rw-r--r-- | drivers/qe/uec_phy.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/qe/uec_phy.h b/drivers/qe/uec_phy.h index 9bd926d..e59a940 100644 --- a/drivers/qe/uec_phy.h +++ b/drivers/qe/uec_phy.h @@ -249,10 +249,10 @@ struct phy_info { void (*close) (struct uec_mii_info * mii_info); }; -struct phy_info *get_phy_info (struct uec_mii_info *mii_info); -void write_phy_reg (struct eth_device *dev, int mii_id, int regnum, +struct phy_info *uec_get_phy_info (struct uec_mii_info *mii_info); +void uec_write_phy_reg (struct eth_device *dev, int mii_id, int regnum, int value); -int read_phy_reg (struct eth_device *dev, int mii_id, int regnum); +int uec_read_phy_reg (struct eth_device *dev, int mii_id, int regnum); void mii_clear_phy_interrupt (struct uec_mii_info *mii_info); void mii_configure_phy_interrupt (struct uec_mii_info *mii_info, u32 interrupts); |