Linux Kernel
3.7.1
|
#include <linux/scatterlist.h>
Go to the source code of this file.
Data Structures | |
struct | dw_mci |
struct | dw_mci_dma_ops |
struct | block_settings |
struct | dw_mci_board |
Macros | |
#define | MAX_MCI_SLOTS 2 |
#define | DW_MCI_QUIRK_IDMAC_DTO BIT(0) |
#define | DW_MCI_QUIRK_RETRY_DELAY BIT(1) |
#define | DW_MCI_QUIRK_HIGHSPEED BIT(2) |
#define | DW_MCI_QUIRK_BROKEN_CARD_DETECTION BIT(3) |
#define | DW_MCI_QUIRK_NO_WRITE_PROTECT BIT(4) |
Enumerations | |
enum | dw_mci_state { STATE_IDLE = 0, STATE_SENDING_CMD, STATE_SENDING_DATA, STATE_DATA_BUSY, STATE_SENDING_STOP, STATE_DATA_ERROR } |
enum | { EVENT_CMD_COMPLETE = 0, EVENT_XFER_COMPLETE, EVENT_DATA_COMPLETE, EVENT_DATA_ERROR, EVENT_XFER_ERROR } |
anonymous enum |
enum dw_mci_state |