Searched refs:part_config (Results 1 – 3 of 3) sorted by relevance
589 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() local886 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()
433 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()
52 u8 part_config; member