mixcom.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  * Defines for the mixcom board
  3.  *
  4.  * Author: Gergely Madarasz <gorgo@itc.hu>
  5.  *
  6.  * Copyright (C) 1999 ITConsult-Pro Co. <info@itc.hu>
  7.  *
  8.  * This program is free software; you can redistribute it and/or
  9.  * modify it under the terms of the GNU General Public License
  10.  * as published by the Free Software Foundation; either version
  11.  * 2 of the License, or (at your option) any later version.
  12.  *
  13.  */
  14. #define MIXCOM_IO_EXTENT 0x20
  15. #define MIXCOM_DEFAULT_IO 0x180
  16. #define MIXCOM_DEFAULT_IRQ 5
  17. #define MIXCOM_ID 0x11
  18. #define MIXCOM_SERIAL_OFFSET 0x1000
  19. #define MIXCOM_CHANNEL_OFFSET 0x400
  20. #define MIXCOM_IT_OFFSET 0xc14
  21. #define MIXCOM_STATUS_OFFSET 0xc14
  22. #define MIXCOM_ID_OFFSET 0xc10
  23. #define MIXCOM_ON 0x1
  24. #define MIXCOM_OFF 0x0
  25. /* Status register bits */
  26. #define MIXCOM_CTSB 0x1
  27. #define MIXCOM_CTSA 0x2
  28. #define MIXCOM_CHANNELNO 0x20
  29. #define MIXCOM_POWERFAIL 0x40
  30. #define MIXCOM_BOOT 0x80