Linux Kernel
3.7.1
|
#include <linux/scatterlist.h>
#include <linux/compiler.h>
#include <linux/types.h>
#include <linux/io.h>
#include <linux/mmc/sdhci.h>
Go to the source code of this file.
Data Structures | |
struct | sdhci_ops |
Functions | |
struct sdhci_host * | sdhci_alloc_host (struct device *dev, size_t priv_size) |
void | sdhci_free_host (struct sdhci_host *host) |
void | sdhci_card_detect (struct sdhci_host *host) |
int | sdhci_add_host (struct sdhci_host *host) |
void | sdhci_remove_host (struct sdhci_host *host, int dead) |
#define SDHCI_ARGUMENT2 SDHCI_DMA_ADDRESS |
#define SDHCI_CTRL_HS_SDR200 0x0005 /* reserved value in SDIO spec */ |
#define SDHCI_DEFAULT_BOUNDARY_ARG (ilog2(SDHCI_DEFAULT_BOUNDARY_SIZE) - 12) |
#define SDHCI_INT_CMD_MASK |
#define SDHCI_INT_DATA_MASK |
int sdhci_add_host | ( | struct sdhci_host * | host | ) |
|
read |
void sdhci_card_detect | ( | struct sdhci_host * | host | ) |
void sdhci_free_host | ( | struct sdhci_host * | host | ) |