Searched refs:part_config (Results 1 – 12 of 12) sorted by relevance
45 u8 part_config; in rk_emmc_set_areatype() local47 part_config = this_card->ext_csd.part_config; in rk_emmc_set_areatype()48 part_config &= ~EXT_CSD_PART_CONFIG_ACC_MASK; in rk_emmc_set_areatype()49 part_config |= (u8)areatype; in rk_emmc_set_areatype()51 EXT_CSD_PART_CONFIG, part_config, in rk_emmc_set_areatype()168 areatype = (enum emmc_area_type)this_card->ext_csd.part_config in rk_emmc_transfer()
30 mmc->part_config &= ~EXT_CSD_BOOT_PART_NUM(PART_ACCESS_MASK); in spl_boot_mode()31 mmc->part_config |= EXT_CSD_BOOT_PARTITION_ENABLE; in spl_boot_mode()
576 if (mmc->part_config == MMCPART_NOAVAILABLE) in do_mmc_dev()804 if (mmc->part_config == MMCPART_NOAVAILABLE) { in mmc_partconf_print()809 access = EXT_CSD_EXTRACT_PARTITION_ACCESS(mmc->part_config); in mmc_partconf_print()810 ack = EXT_CSD_EXTRACT_BOOT_ACK(mmc->part_config); in mmc_partconf_print()811 part = EXT_CSD_EXTRACT_BOOT_PART(mmc->part_config); in mmc_partconf_print()
113 mmc->part_config = part_conf; in mmc_set_part_conf()
204 if (mmc->part_config == MMCPART_NOAVAILABLE) in mmc_select_hwpartp()
330 if (mmc->part_config == MMCPART_NOAVAILABLE) in mmc_select_hwpart()
1265 (mmc->part_config & ~PART_ACCESS_MASK)1886 mmc->part_config = MMCPART_NOAVAILABLE;1947 mmc->part_config = ext_csd[EXT_CSD_PART_CONF];
582 card->ext_csd.part_config = value; in __mmc_blk_ioctl_cmd()849 u8 part_config = card->ext_csd.part_config; in mmc_blk_part_switch() local855 part_config &= ~EXT_CSD_PART_CONFIG_ACC_MASK; in mmc_blk_part_switch()856 part_config |= part_type; in mmc_blk_part_switch()859 EXT_CSD_PART_CONFIG, part_config, in mmc_blk_part_switch()866 card->ext_csd.part_config = part_config; in mmc_blk_part_switch()
426 card->ext_csd.part_config = ext_csd[EXT_CSD_PART_CONFIG]; in mmc_decode_ext_csd()1837 if (card->ext_csd.part_config & EXT_CSD_PART_CONFIG_ACC_MASK) { in mmc_init_card()1838 card->ext_csd.part_config &= ~EXT_CSD_PART_CONFIG_ACC_MASK; in mmc_init_card()1840 card->ext_csd.part_config, in mmc_init_card()
53 u8 part_config; member
324 part = (mmc->part_config >> 3) & PART_ACCESS_MASK;
583 u8 part_config; member