Lines Matching defs:host

176 static inline int spmmc_wait_finish(struct spmmc_host *host)  in spmmc_wait_finish()
185 static inline int spmmc_wait_sdstatus(struct spmmc_host *host, unsigned int status_bit) in spmmc_wait_sdstatus()
194 #define spmmc_wait_rspbuf_full(host) spmmc_wait_sdstatus(host, SPMMC_SDSTATUS_RSP_BUF_FULL) argument
195 #define spmmc_wait_rxbuf_full(host) spmmc_wait_sdstatus(host, SPMMC_SDSTATUS_RX_DATA_BUF_FULL) argument
196 #define spmmc_wait_txbuf_empty(host) spmmc_wait_sdstatus(host, SPMMC_SDSTATUS_TX_DATA_BUF_EMPTY) argument
198 static void spmmc_get_rsp(struct spmmc_host *host, struct mmc_command *cmd) in spmmc_get_rsp()
231 static void spmmc_set_bus_clk(struct spmmc_host *host, int clk) in spmmc_set_bus_clk()
251 static void spmmc_set_bus_timing(struct spmmc_host *host, unsigned int timing) in spmmc_set_bus_timing()
304 static void spmmc_set_bus_width(struct spmmc_host *host, int width) in spmmc_set_bus_width()
328 static void spmmc_set_sdmmc_mode(struct spmmc_host *host) in spmmc_set_sdmmc_mode()
337 static void spmmc_sw_reset(struct spmmc_host *host) in spmmc_sw_reset()
359 static void spmmc_prepare_cmd(struct spmmc_host *host, struct mmc_command *cmd) in spmmc_prepare_cmd()
401 static void spmmc_prepare_data(struct spmmc_host *host, struct mmc_data *data) in spmmc_prepare_data()
490 static inline void spmmc_trigger_transaction(struct spmmc_host *host) in spmmc_trigger_transaction()
498 static void spmmc_send_stop_cmd(struct spmmc_host *host) in spmmc_send_stop_cmd()
516 static int spmmc_check_error(struct spmmc_host *host, struct mmc_request *mrq) in spmmc_check_error()
624 static void spmmc_xfer_data_pio(struct spmmc_host *host, struct mmc_data *data) in spmmc_xfer_data_pio()
666 static void spmmc_controller_init(struct spmmc_host *host) in spmmc_controller_init()
687 static void spmmc_finish_request(struct spmmc_host *host, struct mmc_request *mrq) in spmmc_finish_request()
715 struct spmmc_host *host = dev_id; in spmmc_irq() local
729 struct spmmc_host *host = mmc_priv(mmc); in spmmc_request() local
774 struct spmmc_host *host = (struct spmmc_host *)mmc_priv(mmc); in spmmc_set_ios() local
805 struct spmmc_host *host = mmc_priv(mmc); in spmmc_execute_tuning() local
852 struct spmmc_host *host = dev_id; in spmmc_func_finish_req() local
863 struct spmmc_host *host; in spmmc_drv_probe() local
944 struct spmmc_host *host = platform_get_drvdata(dev); in spmmc_drv_remove() local
955 struct spmmc_host *host; in spmmc_pm_runtime_suspend() local
965 struct spmmc_host *host; in spmmc_pm_runtime_resume() local