Searched refs:part_time (Results 1 – 4 of 4) sorted by relevance
52 this_card->ext_csd.part_time); in rk_emmc_set_areatype()
429 card->ext_csd.part_time = 10 * ext_csd[EXT_CSD_PART_SWITCH_TIME]; in mmc_decode_ext_csd()624 if (!card->ext_csd.part_time) in mmc_decode_ext_csd()625 card->ext_csd.part_time = card->ext_csd.generic_cmd6_time; in mmc_decode_ext_csd()627 if (card->ext_csd.part_time < MMC_MIN_PART_SWITCH_TIME) in mmc_decode_ext_csd()628 card->ext_csd.part_time = MMC_MIN_PART_SWITCH_TIME; in mmc_decode_ext_csd()1841 card->ext_csd.part_time); in mmc_init_card()
860 card->ext_csd.part_time); in mmc_blk_part_switch()1044 card->ext_csd.part_time); in mmc_blk_issue_drv_op()
59 unsigned int part_time; /* Units: ms */ member