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

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  * linux/arch/arm/mach-sa1100/sa1111.h
  3.  */
  4. /*
  5.  * These two don't really belong in here.
  6.  */
  7. extern void sa1110_mb_enable(void);
  8. extern void sa1110_mb_disable(void);
  9. /*
  10.  * Probe for a SA1111 chip.
  11.  */
  12. extern int sa1111_probe(unsigned long phys);
  13. /*
  14.  * Wake up a SA1111 chip.
  15.  */
  16. extern void sa1111_wake(void);
  17. /*
  18.  * Doze the SA1111 chip.
  19.  */
  20. extern void sa1111_doze(void);
  21. /*
  22.  * Configure the SA1111 shared memory controller.
  23.  */
  24. extern void sa1111_configure_smc(int sdram, unsigned int drac, unsigned int cas_latency);
  25. extern void sa1111_init_irq(int irq_nr);
  26. extern void sa1111_IRQ_demux(int irq, void *dev_id, struct pt_regs *regs);