Searched refs:sd_type (Results 1 – 10 of 10) sorted by relevance
388 #define CHK_SD(sd_card) (((sd_card)->sd_type & 0xFF) == TYPE_SD)390 ((sd_card)->sd_type & SD_HS))392 ((sd_card)->sd_type & SD_SDR50))394 ((sd_card)->sd_type & SD_DDR50))396 ((sd_card)->sd_type & SD_SDR104))398 ((sd_card)->sd_type & SD_HCXC))407 #define SET_SD(sd_card) ((sd_card)->sd_type = TYPE_SD)408 #define SET_SD_HS(sd_card) ((sd_card)->sd_type |= SD_HS)409 #define SET_SD_SDR50(sd_card) ((sd_card)->sd_type |= SD_SDR50)410 #define SET_SD_DDR50(sd_card) ((sd_card)->sd_type |= SD_DDR50)[all …]
2010 sd_card->sd_type = 0;3125 dev_dbg(rtsx_dev(chip), "sd_card->sd_type = 0x%x\n", sd_card->sd_type);3135 sd_card->sd_type = 0;3178 __func__, sd_card->sd_type);
7 extern struct device_type sd_type;
791 struct device_type sd_type = { variable1034 card = mmc_alloc_card(host, &sd_type); in mmc_sd_init_card()
838 card->dev.type = &sd_type; in mmc_sdio_init_card()
287 u32 sd_type; member
482 info.entry_type = iwdev->sd_type; in i40iw_create_hmc_objs()1002 iwdev->sd_type = I40IW_SD_TYPE_DIRECT; in i40iw_hmc_setup()
28674 +static char *mci_get_card_type(unsigned int sd_type)28676 + if (MAX_CARD_TYPE <= sd_type)28679 + return card_type[sd_type];29217 +static char *mci_get_card_type(unsigned int sd_type)29219 + if (sd_type >= MAX_CARD_TYPE)29222 + return card_type[sd_type];
4177 struct device_type sd_type = {
314422 +static char *mci_get_card_type(unsigned int sd_type)314424 + if (MAX_CARD_TYPE <= sd_type)314427 + return card_type[sd_type];314965 +static char *mci_get_card_type(unsigned int sd_type)314967 + if (sd_type >= MAX_CARD_TYPE)314970 + return card_type[sd_type];