|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/pci.h>#include <linux/platform_device.h>#include <linux/mtd/physmap.h>#include <linux/spi/flash.h>#include <linux/spi/spi.h>#include <linux/serial_reg.h>#include <mach/kirkwood.h>#include "common.h"Go to the source code of this file.
Macros | |
| #define | UART1_REG(x) (UART1_VIRT_BASE + ((UART_##x) << 2)) |
Functions | |
| void __init | qnap_tsx1x_register_flash (void) |
| void | qnap_tsx1x_power_off (void) |
Variables | |
| struct mtd_partition | qnap_tsx1x_partitions [] |
| struct flash_platform_data | qnap_tsx1x_flash |
| struct spi_board_info __initdata | qnap_tsx1x_spi_slave_info [] |
| #define UART1_REG | ( | x | ) | (UART1_VIRT_BASE + ((UART_##x) << 2)) |
Definition at line 91 of file tsx1x-common.c.
Definition at line 93 of file tsx1x-common.c.
Definition at line 79 of file tsx1x-common.c.
| struct flash_platform_data qnap_tsx1x_flash |
Definition at line 61 of file tsx1x-common.c.
| struct mtd_partition qnap_tsx1x_partitions[] |
Definition at line 32 of file tsx1x-common.c.
| struct spi_board_info __initdata qnap_tsx1x_spi_slave_info[] |
Definition at line 68 of file tsx1x-common.c.
1.8.2