Home
last modified time | relevance | path

Searched refs:part_config (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/mmc/core/
Dblock.c589 card->ext_csd.part_config = value; in __mmc_blk_ioctl_cmd()
880 u8 part_config = card->ext_csd.part_config; in mmc_blk_part_switch() local
886 part_config &= ~EXT_CSD_PART_CONFIG_ACC_MASK; in mmc_blk_part_switch()
887 part_config |= part_type; in mmc_blk_part_switch()
890 EXT_CSD_PART_CONFIG, part_config, in mmc_blk_part_switch()
897 card->ext_csd.part_config = part_config; in mmc_blk_part_switch()
Dmmc.c433 card->ext_csd.part_config = ext_csd[EXT_CSD_PART_CONFIG]; in mmc_decode_ext_csd()
1766 if (card->ext_csd.part_config & EXT_CSD_PART_CONFIG_ACC_MASK) { in mmc_init_card()
1767 card->ext_csd.part_config &= ~EXT_CSD_PART_CONFIG_ACC_MASK; in mmc_init_card()
1769 card->ext_csd.part_config, in mmc_init_card()
/linux-6.1.9/include/linux/mmc/
Dcard.h52 u8 part_config; member