|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | ESDHC_DEFAULT_QUIRKS |
| #define | ESDHC_SYSTEM_CONTROL 0x2c |
| #define | ESDHC_CLOCK_MASK 0x0000fff0 |
| #define | ESDHC_PREDIV_SHIFT 8 |
| #define | ESDHC_DIVIDER_SHIFT 4 |
| #define | ESDHC_CLOCK_PEREN 0x00000004 |
| #define | ESDHC_CLOCK_HCKEN 0x00000002 |
| #define | ESDHC_CLOCK_IPGEN 0x00000001 |
| #define | ESDHC_HOST_CONTROL_LE 0x20 |
| #define | ESDHC_DMA_SYSCTL 0x40c |
| #define | ESDHC_DMA_SNOOP 0x00000040 |
| #define | ESDHC_HOST_CONTROL_RES 0x05 |
| #define ESDHC_CLOCK_HCKEN 0x00000002 |
Definition at line 33 of file sdhci-esdhc.h.
| #define ESDHC_CLOCK_IPGEN 0x00000001 |
Definition at line 34 of file sdhci-esdhc.h.
| #define ESDHC_CLOCK_MASK 0x0000fff0 |
Definition at line 29 of file sdhci-esdhc.h.
| #define ESDHC_CLOCK_PEREN 0x00000004 |
Definition at line 32 of file sdhci-esdhc.h.
| #define ESDHC_DEFAULT_QUIRKS |
Definition at line 21 of file sdhci-esdhc.h.
| #define ESDHC_DIVIDER_SHIFT 4 |
Definition at line 31 of file sdhci-esdhc.h.
| #define ESDHC_DMA_SNOOP 0x00000040 |
Definition at line 41 of file sdhci-esdhc.h.
| #define ESDHC_DMA_SYSCTL 0x40c |
Definition at line 40 of file sdhci-esdhc.h.
| #define ESDHC_HOST_CONTROL_LE 0x20 |
Definition at line 37 of file sdhci-esdhc.h.
| #define ESDHC_HOST_CONTROL_RES 0x05 |
Definition at line 43 of file sdhci-esdhc.h.
| #define ESDHC_PREDIV_SHIFT 8 |
Definition at line 30 of file sdhci-esdhc.h.
| #define ESDHC_SYSTEM_CONTROL 0x2c |
Definition at line 28 of file sdhci-esdhc.h.
1.8.2