| .. | |||||
| boot.h | |||||
| card.h | |||||
| core.h | |||||
| dw_mmc.h | |||||
| host.h | |||||
| mmc.h | |||||
| pm.h | |||||
| sd.h | |||||
| sdhci-pci-data.h | |||||
| sdio.h | |||||
| sdio_func.h | |||||
| sdio_ids.h | |||||
| sh_mmcif.h | |||||
| sh_mobile_sdhi.h | |||||
| slot-gpio.h | |||||
| tmio.h |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.13 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/modules/3.10.0-1160.119.1.el7.x86_64/build/include/linux/mmc/ |
Upload File : |
#ifndef LINUX_MMC_SH_MOBILE_SDHI_H
#define LINUX_MMC_SH_MOBILE_SDHI_H
#include <linux/types.h>
#define SH_MOBILE_SDHI_IRQ_CARD_DETECT "card_detect"
#define SH_MOBILE_SDHI_IRQ_SDCARD "sdcard"
#define SH_MOBILE_SDHI_IRQ_SDIO "sdio"
struct sh_mobile_sdhi_info {
int dma_slave_tx;
int dma_slave_rx;
unsigned long tmio_flags;
unsigned long tmio_caps;
unsigned long tmio_caps2;
u32 tmio_ocr_mask; /* available MMC voltages */
unsigned int cd_gpio;
};
#endif /* LINUX_MMC_SH_MOBILE_SDHI_H */
| .. | |||||
| boot.h | |||||
| card.h | |||||
| core.h | |||||
| dw_mmc.h | |||||
| host.h | |||||
| mmc.h | |||||
| pm.h | |||||
| sd.h | |||||
| sdhci-pci-data.h | |||||
| sdio.h | |||||
| sdio_func.h | |||||
| sdio_ids.h | |||||
| sh_mmcif.h | |||||
| sh_mobile_sdhi.h | |||||
| slot-gpio.h | |||||
| tmio.h |