Go to the documentation of this file.
12 #include <linux/serial.h>
13 #include <linux/module.h>
14 #include <linux/netdevice.h>
19 #include <linux/slab.h>
26 #include <asm/cacheflush.h>
31 #ifdef CONFIG_SIR_BFIN_DMA
45 #ifdef CONFIG_SIR_BFIN_DMA
47 struct dma_rx_buf rx_dma_buf;
83 #define DRIVER_NAME "bfin_sir"
85 #define port_membase(port) (((struct bfin_sir_port *)(port))->membase)
86 #define get_lsr_cache(port) (((struct bfin_sir_port *)(port))->lsr)
87 #define put_lsr_cache(port, v) (((struct bfin_sir_port *)(port))->lsr = (v))
90 static const unsigned short per[][4] = {