Searched refs:part_config (Results 1 – 1 of 1) sorted by relevance
114 static int mmc_send_part_switch_cmd(unsigned char part_config) in mmc_send_part_switch_cmd() argument122 EXTCSD_VALUE(part_config) | in mmc_send_part_switch_cmd()759 unsigned char part_config = mmc_ext_csd[CMD_EXTCSD_PARTITION_CONFIG]; in mmc_part_switch() local761 part_config &= ~EXT_CSD_PART_CONFIG_ACC_MASK; in mmc_part_switch()762 part_config |= part_type; in mmc_part_switch()764 return mmc_send_part_switch_cmd(part_config); in mmc_part_switch()