URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [arch/] [arm/] [mach-sa1100/] [sa1111.h] - Rev 1765
Compare with Previous | Blame | View Log
/* * 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);