Lines Matching +defs:val +defs:host
165 static inline void IRQ_ON(struct au1xmmc_host *host, u32 mask) in IRQ_ON()
167 u32 val = __raw_readl(HOST_CONFIG(host)); in IRQ_ON() local
173 static inline void FLUSH_FIFO(struct au1xmmc_host *host) in FLUSH_FIFO()
175 u32 val = __raw_readl(HOST_CONFIG2(host)); in FLUSH_FIFO() local
188 static inline void IRQ_OFF(struct au1xmmc_host *host, u32 mask) in IRQ_OFF()
190 u32 val = __raw_readl(HOST_CONFIG(host)); in IRQ_OFF() local
196 static inline void SEND_STOP(struct au1xmmc_host *host) in SEND_STOP()
212 static void au1xmmc_set_power(struct au1xmmc_host *host, int state) in au1xmmc_set_power()
220 struct au1xmmc_host *host = mmc_priv(mmc); in au1xmmc_card_inserted() local
230 struct au1xmmc_host *host = mmc_priv(mmc); in au1xmmc_card_readonly() local
238 static void au1xmmc_finish_request(struct au1xmmc_host *host) in au1xmmc_finish_request()
259 struct au1xmmc_host *host = from_work(host, t, finish_bh_work); in au1xmmc_finish_bh_work() local
263 static int au1xmmc_send_command(struct au1xmmc_host *host, in au1xmmc_send_command()
316 static void au1xmmc_data_complete(struct au1xmmc_host *host, u32 status) in au1xmmc_data_complete()
369 struct au1xmmc_host *host = from_work(host, t, data_bh_work); in au1xmmc_data_bh_work() local
377 static void au1xmmc_send_pio(struct au1xmmc_host *host) in au1xmmc_send_pio()
381 unsigned char *sg_ptr, val; in au1xmmc_send_pio() local
433 static void au1xmmc_receive_pio(struct au1xmmc_host *host) in au1xmmc_receive_pio()
438 u32 status, val; in au1xmmc_receive_pio() local
516 static void au1xmmc_cmd_complete(struct au1xmmc_host *host, u32 status) in au1xmmc_cmd_complete()
587 static void au1xmmc_set_clock(struct au1xmmc_host *host, int rate) in au1xmmc_set_clock()
602 static int au1xmmc_prepare_data(struct au1xmmc_host *host, in au1xmmc_prepare_data()
677 struct au1xmmc_host *host = mmc_priv(mmc); in au1xmmc_request() local
707 static void au1xmmc_reset_controller(struct au1xmmc_host *host) in au1xmmc_reset_controller()
743 struct au1xmmc_host *host = mmc_priv(mmc); in au1xmmc_set_ios() local
780 struct au1xmmc_host *host = dev_id; in au1xmmc_irq() local
849 struct au1xmmc_host *host = (struct au1xmmc_host *)dev_id; in au1xmmc_dbdma_callback() local
861 static int au1xmmc_dbdma_init(struct au1xmmc_host *host) in au1xmmc_dbdma_init()
906 static void au1xmmc_dbdma_shutdown(struct au1xmmc_host *host) in au1xmmc_dbdma_shutdown()
917 struct au1xmmc_host *host = mmc_priv(mmc); in au1xmmc_enable_sdio_irq() local
936 struct au1xmmc_host *host; in au1xmmc_probe() local
1120 struct au1xmmc_host *host = platform_get_drvdata(pdev); in au1xmmc_remove() local
1162 struct au1xmmc_host *host = platform_get_drvdata(pdev); in au1xmmc_suspend() local
1175 struct au1xmmc_host *host = platform_get_drvdata(pdev); in au1xmmc_resume() local