sa1111.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
- /*
- * linux/arch/arm/mach-sa1100/sa1111.h
- */
- /*
- * These two don't really belong in here.
- */
- extern void sa1110_mb_enable(void);
- extern void sa1110_mb_disable(void);
- /*
- * Probe for a SA1111 chip.
- */
- extern int sa1111_probe(unsigned long phys);
- /*
- * Wake up a SA1111 chip.
- */
- extern void sa1111_wake(void);
- /*
- * Doze the SA1111 chip.
- */
- extern void sa1111_doze(void);
- /*
- * Configure the SA1111 shared memory controller.
- */
- extern void sa1111_configure_smc(int sdram, unsigned int drac, unsigned int cas_latency);
- extern void sa1111_init_irq(int irq_nr);
- extern void sa1111_IRQ_demux(int irq, void *dev_id, struct pt_regs *regs);