Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/tty.h>
#include <linux/ioport.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/serial.h>
#include <linux/console.h>
#include <linux/sysrq.h>
#include <linux/device.h>
#include <linux/bootmem.h>
#include <linux/dma-mapping.h>
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/fs_pd.h>
#include <asm/prom.h>
#include <linux/serial_core.h>
#include <linux/kernel.h>
#include "cpm_uart.h"
Go to the source code of this file.
Functions | |
void | cpm_line_cr_cmd (struct uart_cpm_port *port, int cmd) |
void __iomem * | cpm_uart_map_pram (struct uart_cpm_port *port, struct device_node *np) |
void | cpm_uart_unmap_pram (struct uart_cpm_port *port, void __iomem *pram) |
int | cpm_uart_allocbuf (struct uart_cpm_port *pinfo, unsigned int is_con) |
void | cpm_uart_freebuf (struct uart_cpm_port *pinfo) |
void cpm_line_cr_cmd | ( | struct uart_cpm_port * | port, |
int | cmd | ||
) |
Definition at line 52 of file cpm_uart_cpm2.c.
int cpm_uart_allocbuf | ( | struct uart_cpm_port * | pinfo, |
unsigned int | is_con | ||
) |
Definition at line 111 of file cpm_uart_cpm2.c.
void cpm_uart_freebuf | ( | struct uart_cpm_port * | pinfo | ) |
Definition at line 163 of file cpm_uart_cpm2.c.
void __iomem* cpm_uart_map_pram | ( | struct uart_cpm_port * | port, |
struct device_node * | np | ||
) |
Definition at line 57 of file cpm_uart_cpm2.c.
void cpm_uart_unmap_pram | ( | struct uart_cpm_port * | port, |
void __iomem * | pram | ||
) |
Definition at line 99 of file cpm_uart_cpm2.c.