Lines Matching refs:owl_mmc_host
97 struct owl_mmc_host { struct
136 struct owl_mmc_host *owl_host = devid; in owl_irq_handler() argument
155 static void owl_mmc_finish_request(struct owl_mmc_host *owl_host) in owl_mmc_finish_request()
173 static void owl_mmc_send_cmd(struct owl_mmc_host *owl_host, in owl_mmc_send_cmd()
286 struct owl_mmc_host *owl_host = param; in owl_mmc_dma_complete()
293 static int owl_mmc_prepare_data(struct owl_mmc_host *owl_host, in owl_mmc_prepare_data()
342 struct owl_mmc_host *owl_host = mmc_priv(mmc); in owl_mmc_request()
388 static int owl_mmc_set_clk_rate(struct owl_mmc_host *owl_host, in owl_mmc_set_clk_rate()
427 static void owl_mmc_set_clk(struct owl_mmc_host *owl_host, struct mmc_ios *ios) in owl_mmc_set_clk()
436 static void owl_mmc_set_bus_width(struct owl_mmc_host *owl_host, in owl_mmc_set_bus_width()
457 static void owl_mmc_ctr_reset(struct owl_mmc_host *owl_host) in owl_mmc_ctr_reset()
464 static void owl_mmc_power_on(struct owl_mmc_host *owl_host) in owl_mmc_power_on()
487 struct owl_mmc_host *owl_host = mmc_priv(mmc); in owl_mmc_set_ios()
536 struct owl_mmc_host *owl_host = mmc_priv(mmc); in owl_mmc_start_signal_voltage_switch()
565 struct owl_mmc_host *owl_host; in owl_mmc_probe()
570 mmc = mmc_alloc_host(sizeof(struct owl_mmc_host), &pdev->dev); in owl_mmc_probe()
676 struct owl_mmc_host *owl_host = mmc_priv(mmc); in owl_mmc_remove()