MCF52233_EPHY.h
上传用户:dongxin
上传日期:2022-06-22
资源大小:370k
文件大小:1k
源码类别:

uCOS

开发平台:

Others

  1. /* Coldfire C Header File
  2.  * Copyright Freescale Semiconductor Inc
  3.  * All rights reserved.
  4.  *
  5.  * 2007/03/19 Revision: 0.91
  6.  */
  7. #ifndef __MCF52233_EPHY_H__
  8. #define __MCF52233_EPHY_H__
  9. /*********************************************************************
  10. *
  11. * Ethernet Physical Transceiver (EPHY)
  12. *
  13. *********************************************************************/
  14. /* Register read/write macros */
  15. #define MCF_EPHY_EPHYCTL0                    (*(vuint8 *)(&__IPSBAR[0x1E0000]))
  16. #define MCF_EPHY_EPHYCTL1                    (*(vuint8 *)(&__IPSBAR[0x1E0001]))
  17. #define MCF_EPHY_EPHYSR                      (*(vuint8 *)(&__IPSBAR[0x1E0002]))
  18. /* Bit definitions and macros for MCF_EPHY_EPHYCTL0 */
  19. #define MCF_EPHY_EPHYCTL0_EPHYIEN            (0x1)
  20. #define MCF_EPHY_EPHYCTL0_EPHYWAI            (0x4)
  21. #define MCF_EPHY_EPHYCTL0_LEDEN              (0x8)
  22. #define MCF_EPHY_EPHYCTL0_DIS10              (0x10)
  23. #define MCF_EPHY_EPHYCTL0_DIS100             (0x20)
  24. #define MCF_EPHY_EPHYCTL0_ANDIS              (0x40)
  25. #define MCF_EPHY_EPHYCTL0_EPHYEN             (0x80)
  26. /* Bit definitions and macros for MCF_EPHY_EPHYCTL1 */
  27. #define MCF_EPHY_EPHYCTL1_PHYADD(x)          (((x)&0x1F)<<0)
  28. /* Bit definitions and macros for MCF_EPHY_EPHYSR */
  29. #define MCF_EPHY_EPHYSR_EPHYIF               (0x1)
  30. #define MCF_EPHY_EPHYSR_10DIS                (0x10)
  31. #define MCF_EPHY_EPHYSR_100DIS               (0x20)
  32. #endif /* __MCF52233_EPHY_H__ */