Lines Matching refs:mmc
23 int mmc_boot_partition_size_change(struct mmc *mmc, unsigned long bootsize, in mmc_boot_partition_size_change() argument
34 err = mmc_send_cmd(mmc, &cmd, NULL); in mmc_boot_partition_size_change()
45 err = mmc_send_cmd(mmc, &cmd, NULL); in mmc_boot_partition_size_change()
58 err = mmc_send_cmd(mmc, &cmd, NULL); in mmc_boot_partition_size_change()
70 err = mmc_send_cmd(mmc, &cmd, NULL); in mmc_boot_partition_size_change()
85 int mmc_set_boot_bus_width(struct mmc *mmc, u8 width, u8 reset, u8 mode) in mmc_set_boot_bus_width() argument
87 return mmc_switch(mmc, EXT_CSD_CMD_SET_NORMAL, EXT_CSD_BOOT_BUS_WIDTH, in mmc_set_boot_bus_width()
100 int mmc_set_part_conf(struct mmc *mmc, u8 ack, u8 part_num, u8 access) in mmc_set_part_conf() argument
109 ret = mmc_switch(mmc, EXT_CSD_CMD_SET_NORMAL, EXT_CSD_PART_CONF, in mmc_set_part_conf()
112 mmc->part_config = part_conf; in mmc_set_part_conf()
123 int mmc_set_rst_n_function(struct mmc *mmc, u8 enable) in mmc_set_rst_n_function() argument
125 return mmc_switch(mmc, EXT_CSD_CMD_SET_NORMAL, EXT_CSD_RST_N_FUNCTION, in mmc_set_rst_n_function()