Lines Matching defs:host
79 #define OMAP_MMC_REG(host, reg) (OMAP_MMC_REG_##reg << (host)->reg_shift) argument
80 #define OMAP_MMC_READ(host, reg) __raw_readw((host)->virt_base + OMAP_MMC_REG(host, reg)) argument
81 #define OMAP_MMC_WRITE(host, reg, val) __raw_writew((val), (host)->virt_base + OMAP_MMC_REG(host, r… argument
112 struct mmc_omap_host *host; member
182 static void mmc_omap_fclk_enable(struct mmc_omap_host *host, unsigned int enable) in mmc_omap_fclk_enable()
199 struct mmc_omap_host *host = slot->host; in mmc_omap_select_slot() local
242 struct mmc_omap_host *host = container_of(work, struct mmc_omap_host, in mmc_omap_slot_release_work() local
257 struct mmc_omap_host *host = slot->host; in mmc_omap_release_slot() local
332 mmc_omap_start_command(struct mmc_omap_host *host, struct mmc_command *cmd) in mmc_omap_start_command()
402 mmc_omap_release_dma(struct mmc_omap_host *host, struct mmc_data *data, in mmc_omap_release_dma()
429 struct mmc_omap_host *host = container_of(work, struct mmc_omap_host, in mmc_omap_send_stop_work() local
442 mmc_omap_xfer_done(struct mmc_omap_host *host, struct mmc_data *data) in mmc_omap_xfer_done()
470 mmc_omap_send_abort(struct mmc_omap_host *host, int maxloops) in mmc_omap_send_abort()
499 mmc_omap_abort_xfer(struct mmc_omap_host *host, struct mmc_data *data) in mmc_omap_abort_xfer()
511 mmc_omap_end_of_data(struct mmc_omap_host *host, struct mmc_data *data) in mmc_omap_end_of_data()
532 mmc_omap_dma_done(struct mmc_omap_host *host, struct mmc_data *data) in mmc_omap_dma_done()
549 mmc_omap_cmd_done(struct mmc_omap_host *host, struct mmc_command *cmd) in mmc_omap_cmd_done()
596 struct mmc_omap_host *host = container_of(work, struct mmc_omap_host, in mmc_omap_abort_command() local
628 struct mmc_omap_host *host = from_timer(host, t, cmd_abort_timer); in mmc_omap_cmd_timer() local
643 mmc_omap_sg_to_buf(struct mmc_omap_host *host) in mmc_omap_sg_to_buf()
657 struct mmc_omap_host *host = from_timer(host, t, clk_timer); in mmc_omap_clk_timer() local
664 mmc_omap_xfer_data(struct mmc_omap_host *host, int write) in mmc_omap_xfer_data()
696 static void mmc_omap_report_irq(struct mmc_omap_host *host, u16 status) in mmc_omap_report_irq()
713 static void mmc_omap_report_irq(struct mmc_omap_host *host, u16 status) in mmc_omap_report_irq()
721 struct mmc_omap_host * host = (struct mmc_omap_host *)dev_id; in mmc_omap_irq() local
857 struct mmc_omap_host *host = dev_get_drvdata(dev); in omap_mmc_notify_cover_event() local
903 struct mmc_omap_host *host = priv; in mmc_omap_dma_callback() local
912 static inline void set_cmd_timeout(struct mmc_omap_host *host, struct mmc_request *req) in set_cmd_timeout()
923 static inline void set_data_timeout(struct mmc_omap_host *host, struct mmc_request *req) in set_data_timeout()
944 mmc_omap_prepare_data(struct mmc_omap_host *host, struct mmc_request *req) in mmc_omap_prepare_data()
1065 static void mmc_omap_start_request(struct mmc_omap_host *host, in mmc_omap_start_request()
1086 struct mmc_omap_host *host = slot->host; in mmc_omap_request() local
1105 struct mmc_omap_host *host; in mmc_omap_set_power() local
1128 struct mmc_omap_host *host = slot->host; in mmc_omap_calc_divisor() local
1156 struct mmc_omap_host *host = slot->host; in mmc_omap_set_ios() local
1226 static int mmc_omap_new_slot(struct mmc_omap_host *host, int id) in mmc_omap_new_slot()
1326 struct mmc_omap_host *host = NULL; in mmc_omap_probe() local
1467 struct mmc_omap_host *host = platform_get_drvdata(pdev); in mmc_omap_remove() local