Searched refs:part_config (Results 1 – 1 of 1) sorted by relevance
115 static int mmc_send_part_switch_cmd(unsigned int part_config) in mmc_send_part_switch_cmd() argument123 EXTCSD_VALUE(part_config) | in mmc_send_part_switch_cmd()765 uint8_t part_config = mmc_ext_csd[CMD_EXTCSD_PARTITION_CONFIG]; in mmc_part_switch() local767 part_config &= ~EXT_CSD_PART_CONFIG_ACC_MASK; in mmc_part_switch()768 part_config |= part_type; in mmc_part_switch()770 return mmc_send_part_switch_cmd(part_config); in mmc_part_switch()
Completed in 3 milliseconds