Searched refs:part_config (Results 1 – 3 of 3) sorted by relevance
617 card->ext_csd.part_config = value; in __mmc_blk_ioctl_cmd()928 u8 part_config = card->ext_csd.part_config; in mmc_blk_part_switch() local934 part_config &= ~EXT_CSD_PART_CONFIG_ACC_MASK; in mmc_blk_part_switch()935 part_config |= part_type; in mmc_blk_part_switch()938 EXT_CSD_PART_CONFIG, part_config, in mmc_blk_part_switch()945 card->ext_csd.part_config = part_config; in mmc_blk_part_switch()
441 card->ext_csd.part_config = ext_csd[EXT_CSD_PART_CONFIG]; in mmc_decode_ext_csd()1779 if (card->ext_csd.part_config & EXT_CSD_PART_CONFIG_ACC_MASK) { in mmc_init_card()1780 card->ext_csd.part_config &= ~EXT_CSD_PART_CONFIG_ACC_MASK; in mmc_init_card()1782 card->ext_csd.part_config, in mmc_init_card()
53 u8 part_config; member