Home
last modified time | relevance | path

Searched refs:part_time (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/linux/mmc/
Dcard.h58 unsigned int part_time; /* Units: ms */ member
/kernel/linux/linux-5.10/drivers/mmc/core/
Dmmc.c425 card->ext_csd.part_time = 10 * ext_csd[EXT_CSD_PART_SWITCH_TIME]; in mmc_decode_ext_csd()
620 if (!card->ext_csd.part_time) in mmc_decode_ext_csd()
621 card->ext_csd.part_time = card->ext_csd.generic_cmd6_time; in mmc_decode_ext_csd()
623 if (card->ext_csd.part_time < MMC_MIN_PART_SWITCH_TIME) in mmc_decode_ext_csd()
624 card->ext_csd.part_time = MMC_MIN_PART_SWITCH_TIME; in mmc_decode_ext_csd()
1733 card->ext_csd.part_time); in mmc_init_card()
Dblock.c849 card->ext_csd.part_time); in mmc_blk_part_switch()
1028 card->ext_csd.part_time); in mmc_blk_issue_drv_op()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch3035 card->ext_csd.part_time = 10 * ext_csd[EXT_CSD_PART_SWITCH_TIME];
3037 + if (card->ext_csd.part_time &&
3038 + card->ext_csd.part_time < MMC_MIN_PART_SWITCH_TIME)
3039 + card->ext_csd.part_time = MMC_MIN_PART_SWITCH_TIME;
3052 - if (!card->ext_csd.part_time)
3053 - card->ext_csd.part_time = card->ext_csd.generic_cmd6_time;
3055 - if (card->ext_csd.part_time < MMC_MIN_PART_SWITCH_TIME)
3056 - card->ext_csd.part_time = MMC_MIN_PART_SWITCH_TIME;
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch48806 + card->ext_csd.part_time);
48835 + card->ext_csd.part_time);