pfs168.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:3k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  * linux/include/asm-arm/arch-sa1100/pfs168.h
  3.  *
  4.  * Created 2000/06/05 by Nicolas Pitre <nico@cam.org>
  5.  *
  6.  * This file contains the hardware specific definitions for PFS-168
  7.  *
  8.  */
  9. #ifndef __ASM_ARCH_HARDWARE_H
  10. #error "include <asm/hardware.h> instead"
  11. #endif
  12. /* GPIOs for which the generic definition doesn't say much */
  13. #define GPIO_RADIO_IRQ GPIO_GPIO (14) /* Radio interrupt request  */
  14. #define GPIO_L3_I2C_SDA GPIO_GPIO (15) /* L3 and SMB control ports */
  15. #define GPIO_PS_MODE_SYNC GPIO_GPIO (16) /* Power supply mode/sync   */
  16. #define GPIO_L3_MODE GPIO_GPIO (17) /* L3 mode signal with LED  */
  17. #define GPIO_L3_I2C_SCL GPIO_GPIO (18) /* L3 and I2C control ports */
  18. #define GPIO_STEREO_64FS_CLK GPIO_GPIO (19) /* SSP UDA1341 clock input  */
  19. #define GPIO_CF_IRQ GPIO_GPIO (21) /* CF IRQ   */
  20. #define GPIO_MBGNT GPIO_GPIO (21) /* 1111 MBGNT */
  21. #define GPIO_CF_CD GPIO_GPIO (22) /* CF CD */
  22. #define GPIO_MBREQ GPIO_GPIO (22) /* 1111 MBREQ */
  23. #define GPIO_UCB1300_IRQ GPIO_GPIO (23) /* UCB GPIO and touchscreen */
  24. #define GPIO_CF_BVD2 GPIO_GPIO (24) /* CF BVD */
  25. #define GPIO_GFX_IRQ GPIO_GPIO (24) /* Graphics IRQ */
  26. #define GPIO_CF_BVD1 GPIO_GPIO (25) /* CF BVD */
  27. #define GPIO_NEP_IRQ GPIO_GPIO (25) /* Neponset IRQ */
  28. #define GPIO_BATT_LOW GPIO_GPIO (26) /* Low battery */
  29. #define GPIO_RCLK GPIO_GPIO (26) /* CCLK/2  */
  30. #define IRQ_GPIO_CF_IRQ IRQ_GPIO21
  31. #define IRQ_GPIO_CF_CD IRQ_GPIO22
  32. #define IRQ_GPIO_MBREQ IRQ_GPIO22
  33. #define IRQ_GPIO_UCB1300_IRQ IRQ_GPIO23
  34. #define IRQ_GPIO_CF_BVD2 IRQ_GPIO24
  35. #define IRQ_GPIO_CF_BVD1 IRQ_GPIO25
  36. #define IRQ_GPIO_NEP_IRQ IRQ_GPIO25
  37. /*
  38.  * PFS-168 definitions:
  39.  */
  40. #define PFS168_SA1111_BASE (0x40000000)
  41. #ifndef __ASSEMBLY__
  42. #define machine_has_neponset() (0)
  43. #define PFS168_COM5_VBASE (*((volatile unsigned char *)(0xf0000000UL)))
  44. #define PFS168_COM6_VBASE (*((volatile unsigned char *)(0xf0001000UL)))
  45. #define PFS168_SYSC1RTS (*((volatile unsigned char *)(0xf0002000UL)))
  46. #define PFS168_SYSLED (*((volatile unsigned char *)(0xf0003000UL)))
  47. #define PFS168_SYSDTMF (*((volatile unsigned char *)(0xf0004000UL)))
  48. #define PFS168_SYSLCDDE (*((volatile unsigned char *)(0xf0005000UL)))
  49. #define PFS168_SYSC1DSR (*((volatile unsigned char *)(0xf0006000UL)))
  50. #define PFS168_SYSC3TEN (*((volatile unsigned char *)(0xf0007000UL)))
  51. #define PFS168_SYSCTLA (*((volatile unsigned char *)(0xf0008000UL)))
  52. #define PFS168_SYSCTLB (*((volatile unsigned char *)(0xf0009000UL)))
  53. #define PFS168_ETH_VBASE (*((volatile unsigned char *)(0xf000a000UL)))
  54. #endif
  55. #define PFS168_SYSLCDDE_STNDE (1<<0) /* CSTN display enable/disable (1/0) */
  56. #define PFS168_SYSLCDDE_DESEL (1<<0) /* Active/Passive (1/0) display enable mode */
  57. #define PFS168_SYSCTLA_BKLT (1<<0) /* LCD backlight invert on/off (1/0) */
  58. #define PFS168_SYSCTLA_RLY (1<<1) /* Relay on/off (1/0) */
  59. #define PFS168_SYSCTLA_PXON (1<<2) /* Opto relay connect/disconnect 1/0) */
  60. #define PFS168_SYSCTLA_IRDA_FSEL (1<<3) /* IRDA Frequency select (0 = SIR, 1 = MIR/ FIR) */
  61. #define PFS168_SYSCTLB_MG1 (1<<0) /* Motion detector gain select */
  62. #define PFS168_SYSCTLB_MG0 (1<<1) /* Motion detector gain select */
  63. #define PFS168_SYSCTLB_IRDA_MD1 (1<<2) /* Range/Power select */
  64. #define PFS168_SYSCTLB_IRDA_MD0 (1<<3) /* Range/Power select */
  65. #define PFS168_SYSCTLB_IRDA_MD_MASK (PFS168_SYSCTLB_IRDA_MD1|PFS168_SYSCTLB_IRDA_MD0)