Lines Matching defs:sdhci_ops

681 struct sdhci_ops {  struct
683 u32 (*read_l)(struct sdhci_host *host, int reg);
684 u16 (*read_w)(struct sdhci_host *host, int reg);
685 u8 (*read_b)(struct sdhci_host *host, int reg);
686 void (*write_l)(struct sdhci_host *host, u32 val, int reg);
687 void (*write_w)(struct sdhci_host *host, u16 val, int reg);
688 void (*write_b)(struct sdhci_host *host, u8 val, int reg);
691 void (*set_clock)(struct sdhci_host *host, unsigned int clock);
692 void (*set_power)(struct sdhci_host *host, unsigned char mode,
695 u32 (*irq)(struct sdhci_host *host, u32 intmask);
697 int (*set_dma_mask)(struct sdhci_host *host);
698 int (*enable_dma)(struct sdhci_host *host);
699 unsigned int (*get_max_clock)(struct sdhci_host *host);
700 unsigned int (*get_min_clock)(struct sdhci_host *host);
702 unsigned int (*get_timeout_clock)(struct sdhci_host *host);
703 unsigned int (*get_max_timeout_count)(struct sdhci_host *host);
704 void (*set_timeout)(struct sdhci_host *host,
706 void (*set_bus_width)(struct sdhci_host *host, int width);
707 void (*platform_send_init_74_clocks)(struct sdhci_host *host,
709 unsigned int (*get_ro)(struct sdhci_host *host);
710 void (*reset)(struct sdhci_host *host, u8 mask);
711 int (*platform_execute_tuning)(struct sdhci_host *host, u32 opcode);
712 void (*set_uhs_signaling)(struct sdhci_host *host, unsigned int uhs);
713 void (*hw_reset)(struct sdhci_host *host);
714 void (*adma_workaround)(struct sdhci_host *host, u32 intmask);
715 void (*card_event)(struct sdhci_host *host);
716 void (*voltage_switch)(struct sdhci_host *host);
717 void (*adma_write_desc)(struct sdhci_host *host, void **desc,
719 void (*copy_to_bounce_buffer)(struct sdhci_host *host,
722 void (*request_done)(struct sdhci_host *host,
724 void (*dump_vendor_regs)(struct sdhci_host *host);
725 void (*dump_uhs2_regs)(struct sdhci_host *host);
726 void (*uhs2_pre_detect_init)(struct sdhci_host *host);