Linux Kernel
3.7.1
|
#include <linux/clk.h>
#include <linux/err.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <asm/io.h>
#include <mach/smc.h>
#include "hsmc.h"
Go to the source code of this file.
Data Structures | |
struct | hsmc |
Macros | |
#define | NR_CHIP_SELECTS 6 |
#define | ns2cyc(x) ((((x) * mul) + 65535) >> 16) |
Functions | |
void | smc_set_timing (struct smc_config *config, const struct smc_timing *timing) |
EXPORT_SYMBOL (smc_set_timing) | |
int | smc_set_configuration (int cs, const struct smc_config *config) |
EXPORT_SYMBOL (smc_set_configuration) | |
core_initcall (hsmc_init) | |
core_initcall | ( | hsmc_init | ) |
EXPORT_SYMBOL | ( | smc_set_timing | ) |
EXPORT_SYMBOL | ( | smc_set_configuration | ) |
int smc_set_configuration | ( | int | cs, |
const struct smc_config * | config | ||
) |
void smc_set_timing | ( | struct smc_config * | config, |
const struct smc_timing * | timing | ||
) |