Lines Matching defs:host
130 #define dbg(host, channels, args...) \ argument
146 static void dbg_dumpregs(struct s3cmci_host *host, char *prefix) in dbg_dumpregs()
181 static void prepare_dbgmsg(struct s3cmci_host *host, struct mmc_command *cmd, in prepare_dbgmsg()
200 static void dbg_dumpcmd(struct s3cmci_host *host, struct mmc_command *cmd, in dbg_dumpcmd()
228 static void dbg_dumpcmd(struct s3cmci_host *host, in dbg_dumpcmd()
231 static void prepare_dbgmsg(struct s3cmci_host *host, struct mmc_command *cmd, in prepare_dbgmsg()
234 static void dbg_dumpregs(struct s3cmci_host *host, char *prefix) { } in dbg_dumpregs()
246 static inline bool s3cmci_host_usedma(struct s3cmci_host *host) in s3cmci_host_usedma()
255 static inline u32 enable_imask(struct s3cmci_host *host, u32 imask) in enable_imask()
267 static inline u32 disable_imask(struct s3cmci_host *host, u32 imask) in disable_imask()
279 static inline void clear_imask(struct s3cmci_host *host) in clear_imask()
300 static void s3cmci_check_sdio_irq(struct s3cmci_host *host) in s3cmci_check_sdio_irq()
311 static inline int get_data_buffer(struct s3cmci_host *host, in get_data_buffer()
340 static inline u32 fifo_count(struct s3cmci_host *host) in fifo_count()
348 static inline u32 fifo_free(struct s3cmci_host *host) in fifo_free()
369 static void s3cmci_enable_irq(struct s3cmci_host *host, bool more) in s3cmci_enable_irq()
393 static void s3cmci_disable_irq(struct s3cmci_host *host, bool transfer) in s3cmci_disable_irq()
411 static void do_pio_read(struct s3cmci_host *host) in do_pio_read()
494 static void do_pio_write(struct s3cmci_host *host) in do_pio_write()
545 struct s3cmci_host *host = (struct s3cmci_host *) data; in pio_tasklet() local
602 struct s3cmci_host *host = dev_id; in s3cmci_irq() local
803 struct s3cmci_host *host = arg; in s3cmci_dma_done_callback() local
821 static void finalize_request(struct s3cmci_host *host) in finalize_request()
916 static void s3cmci_send_command(struct s3cmci_host *host, in s3cmci_send_command()
948 static int s3cmci_setup_data(struct s3cmci_host *host, struct mmc_data *data) in s3cmci_setup_data()
1032 static int s3cmci_prepare_pio(struct s3cmci_host *host, struct mmc_data *data) in s3cmci_prepare_pio()
1054 static int s3cmci_prepare_dma(struct s3cmci_host *host, struct mmc_data *data) in s3cmci_prepare_dma()
1099 struct s3cmci_host *host = mmc_priv(mmc); in s3cmci_send_request() local
1151 struct s3cmci_host *host = mmc_priv(mmc); in s3cmci_request() local
1165 static void s3cmci_set_clk(struct s3cmci_host *host, struct mmc_ios *ios) in s3cmci_set_clk()
1190 struct s3cmci_host *host = mmc_priv(mmc); in s3cmci_set_ios() local
1235 static void s3cmci_reset(struct s3cmci_host *host) in s3cmci_reset()
1245 struct s3cmci_host *host = mmc_priv(mmc); in s3cmci_enable_sdio_irq() local
1296 struct s3cmci_host *host; in s3cmci_cpufreq_transition() local
1321 static inline int s3cmci_cpufreq_register(struct s3cmci_host *host) in s3cmci_cpufreq_register()
1329 static inline void s3cmci_cpufreq_deregister(struct s3cmci_host *host) in s3cmci_cpufreq_deregister()
1336 static inline int s3cmci_cpufreq_register(struct s3cmci_host *host) in s3cmci_cpufreq_register()
1341 static inline void s3cmci_cpufreq_deregister(struct s3cmci_host *host) in s3cmci_cpufreq_deregister()
1351 struct s3cmci_host *host = seq->private; in s3cmci_state_show() local
1399 struct s3cmci_host *host = seq->private; in s3cmci_regs_show() local
1413 static void s3cmci_debugfs_attach(struct s3cmci_host *host) in s3cmci_debugfs_attach()
1425 static void s3cmci_debugfs_remove(struct s3cmci_host *host) in s3cmci_debugfs_remove()
1431 static inline void s3cmci_debugfs_attach(struct s3cmci_host *host) { } in s3cmci_debugfs_attach()
1432 static inline void s3cmci_debugfs_remove(struct s3cmci_host *host) { } in s3cmci_debugfs_remove()
1436 static int s3cmci_probe_pdata(struct s3cmci_host *host) in s3cmci_probe_pdata()
1486 static int s3cmci_probe_dt(struct s3cmci_host *host) in s3cmci_probe_dt()
1510 struct s3cmci_host *host; in s3cmci_probe() local
1699 struct s3cmci_host *host = mmc_priv(mmc); in s3cmci_shutdown() local
1713 struct s3cmci_host *host = mmc_priv(mmc); in s3cmci_remove() local