bio_sdmmc_debug
sdmmcdebug = (((struct bio_sdmmc_debug *)addr)->debug) & 0xff;
sdhcdebug = (((struct bio_sdmmc_debug *)addr)->debug >> 8) & 0xff;
#define SDIOCSETDEBUG _IOWR('S',2, struct bio_sdmmc_debug)