Lines Matching refs:spmmc_host

163 struct spmmc_host {
176 static inline int spmmc_wait_finish(struct spmmc_host *host)
185 static inline int spmmc_wait_sdstatus(struct spmmc_host *host, unsigned int status_bit)
198 static void spmmc_get_rsp(struct spmmc_host *host, struct mmc_command *cmd)
231 static void spmmc_set_bus_clk(struct spmmc_host *host, int clk)
251 static void spmmc_set_bus_timing(struct spmmc_host *host, unsigned int timing)
304 static void spmmc_set_bus_width(struct spmmc_host *host, int width)
328 static void spmmc_set_sdmmc_mode(struct spmmc_host *host)
337 static void spmmc_sw_reset(struct spmmc_host *host)
359 static void spmmc_prepare_cmd(struct spmmc_host *host, struct mmc_command *cmd)
401 static void spmmc_prepare_data(struct spmmc_host *host, struct mmc_data *data)
490 static inline void spmmc_trigger_transaction(struct spmmc_host *host)
498 static void spmmc_send_stop_cmd(struct spmmc_host *host)
516 static int spmmc_check_error(struct spmmc_host *host, struct mmc_request *mrq)
624 static void spmmc_xfer_data_pio(struct spmmc_host *host, struct mmc_data *data)
666 static void spmmc_controller_init(struct spmmc_host *host)
687 static void spmmc_finish_request(struct spmmc_host *host, struct mmc_request *mrq)
715 struct spmmc_host *host = dev_id;
729 struct spmmc_host *host = mmc_priv(mmc);
774 struct spmmc_host *host = (struct spmmc_host *)mmc_priv(mmc);
805 struct spmmc_host *host = mmc_priv(mmc);
852 struct spmmc_host *host = dev_id;
863 struct spmmc_host *host;
866 mmc = devm_mmc_alloc_host(&pdev->dev, sizeof(struct spmmc_host));
944 struct spmmc_host *host = platform_get_drvdata(dev);
955 struct spmmc_host *host;
965 struct spmmc_host *host;