Lines Matching defs:host
135 #define dbg(host, channels, args...) \ argument
151 static void dbg_dumpregs(struct s3cmci_host *host, char *prefix) in dbg_dumpregs()
188 static void prepare_dbgmsg(struct s3cmci_host *host, struct mmc_command *cmd, in prepare_dbgmsg()
207 static void dbg_dumpcmd(struct s3cmci_host *host, struct mmc_command *cmd, in dbg_dumpcmd()
235 static void dbg_dumpcmd(struct s3cmci_host *host, in dbg_dumpcmd()
238 static void prepare_dbgmsg(struct s3cmci_host *host, struct mmc_command *cmd, in prepare_dbgmsg()
241 static void dbg_dumpregs(struct s3cmci_host *host, char *prefix) { } in dbg_dumpregs()
253 static inline bool s3cmci_host_usedma(struct s3cmci_host *host) in s3cmci_host_usedma()
262 static inline u32 enable_imask(struct s3cmci_host *host, u32 imask) in enable_imask()
274 static inline u32 disable_imask(struct s3cmci_host *host, u32 imask) in disable_imask()
286 static inline void clear_imask(struct s3cmci_host *host) in clear_imask()
307 static void s3cmci_check_sdio_irq(struct s3cmci_host *host) in s3cmci_check_sdio_irq()
317 static inline int get_data_buffer(struct s3cmci_host *host, in get_data_buffer()
346 static inline u32 fifo_count(struct s3cmci_host *host) in fifo_count()
354 static inline u32 fifo_free(struct s3cmci_host *host) in fifo_free()
375 static void s3cmci_enable_irq(struct s3cmci_host *host, bool more) in s3cmci_enable_irq()
402 static void s3cmci_disable_irq(struct s3cmci_host *host, bool transfer) in s3cmci_disable_irq()
420 static void do_pio_read(struct s3cmci_host *host) in do_pio_read()
503 static void do_pio_write(struct s3cmci_host *host) in do_pio_write()
554 struct s3cmci_host *host = (struct s3cmci_host *) data; in pio_tasklet() local
611 struct s3cmci_host *host = dev_id; in s3cmci_irq() local
816 struct s3cmci_host *host = (struct s3cmci_host *)dev_id; in s3cmci_irq_cd() local
827 struct s3cmci_host *host = arg; in s3cmci_dma_done_callback() local
845 static void finalize_request(struct s3cmci_host *host) in finalize_request()
940 static void s3cmci_send_command(struct s3cmci_host *host, in s3cmci_send_command()
972 static int s3cmci_setup_data(struct s3cmci_host *host, struct mmc_data *data) in s3cmci_setup_data()
1064 static int s3cmci_prepare_pio(struct s3cmci_host *host, struct mmc_data *data) in s3cmci_prepare_pio()
1086 static int s3cmci_prepare_dma(struct s3cmci_host *host, struct mmc_data *data) in s3cmci_prepare_dma()
1131 struct s3cmci_host *host = mmc_priv(mmc); in s3cmci_send_request() local
1183 struct s3cmci_host *host = mmc_priv(mmc); in s3cmci_card_present() local
1196 struct s3cmci_host *host = mmc_priv(mmc); in s3cmci_request() local
1210 static void s3cmci_set_clk(struct s3cmci_host *host, struct mmc_ios *ios) in s3cmci_set_clk()
1235 struct s3cmci_host *host = mmc_priv(mmc); in s3cmci_set_ios() local
1291 static void s3cmci_reset(struct s3cmci_host *host) in s3cmci_reset()
1301 struct s3cmci_host *host = mmc_priv(mmc); in s3cmci_get_ro() local
1316 struct s3cmci_host *host = mmc_priv(mmc); in s3cmci_enable_sdio_irq() local
1374 struct s3cmci_host *host; in s3cmci_cpufreq_transition() local
1399 static inline int s3cmci_cpufreq_register(struct s3cmci_host *host) in s3cmci_cpufreq_register()
1407 static inline void s3cmci_cpufreq_deregister(struct s3cmci_host *host) in s3cmci_cpufreq_deregister()
1414 static inline int s3cmci_cpufreq_register(struct s3cmci_host *host) in s3cmci_cpufreq_register()
1419 static inline void s3cmci_cpufreq_deregister(struct s3cmci_host *host) in s3cmci_cpufreq_deregister()
1429 struct s3cmci_host *host = seq->private; in s3cmci_state_show() local
1486 struct s3cmci_host *host = seq->private; in s3cmci_regs_show() local
1511 static void s3cmci_debugfs_attach(struct s3cmci_host *host) in s3cmci_debugfs_attach()
1536 static void s3cmci_debugfs_remove(struct s3cmci_host *host) in s3cmci_debugfs_remove()
1544 static inline void s3cmci_debugfs_attach(struct s3cmci_host *host) { } in s3cmci_debugfs_attach()
1545 static inline void s3cmci_debugfs_remove(struct s3cmci_host *host) { } in s3cmci_debugfs_remove()
1551 struct s3cmci_host *host; in s3cmci_probe() local
1813 struct s3cmci_host *host = mmc_priv(mmc); in s3cmci_shutdown() local
1827 struct s3cmci_host *host = mmc_priv(mmc); in s3cmci_remove() local