|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/kernel.h>#include <linux/init.h>#include <linux/string.h>#include <linux/serial_reg.h>#include <asm/bootinfo.h>#include <asm/mach-jz4740/base.h>Go to the source code of this file.
Macros | |
| #define | UART_REG(_reg) ((void __iomem *)CKSEG1ADDR(JZ4740_UART0_BASE_ADDR + (_reg << 2))) |
Functions | |
| void __init | prom_init (void) |
| void __init | prom_free_prom_memory (void) |
| void | prom_putchar (char c) |
| #define UART_REG | ( | _reg | ) | ((void __iomem *)CKSEG1ADDR(JZ4740_UART0_BASE_ADDR + (_reg << 2))) |
1.8.2