Lines Matching defs:sdhci_ops

611 struct sdhci_ops {  struct
613 u32 (*read_l)(struct sdhci_host *host, int reg);
614 u16 (*read_w)(struct sdhci_host *host, int reg);
615 u8 (*read_b)(struct sdhci_host *host, int reg);
616 void (*write_l)(struct sdhci_host *host, u32 val, int reg);
617 void (*write_w)(struct sdhci_host *host, u16 val, int reg);
618 void (*write_b)(struct sdhci_host *host, u8 val, int reg);
621 void (*set_clock)(struct sdhci_host *host, unsigned int clock);
622 void (*set_power)(struct sdhci_host *host, unsigned char mode,
625 u32 (*irq)(struct sdhci_host *host, u32 intmask);
627 int (*set_dma_mask)(struct sdhci_host *host);
628 int (*enable_dma)(struct sdhci_host *host);
629 unsigned int (*get_max_clock)(struct sdhci_host *host);
630 unsigned int (*get_min_clock)(struct sdhci_host *host);
632 unsigned int (*get_timeout_clock)(struct sdhci_host *host);
633 unsigned int (*get_max_timeout_count)(struct sdhci_host *host);
634 void (*set_timeout)(struct sdhci_host *host,
636 void (*set_bus_width)(struct sdhci_host *host, int width);
637 void (*platform_send_init_74_clocks)(struct sdhci_host *host,
639 unsigned int (*get_ro)(struct sdhci_host *host);
640 void (*reset)(struct sdhci_host *host, u8 mask);
641 int (*platform_execute_tuning)(struct sdhci_host *host, u32 opcode);
642 void (*set_uhs_signaling)(struct sdhci_host *host, unsigned int uhs);
643 void (*hw_reset)(struct sdhci_host *host);
644 void (*adma_workaround)(struct sdhci_host *host, u32 intmask);
645 void (*card_event)(struct sdhci_host *host);
646 void (*voltage_switch)(struct sdhci_host *host);
647 void (*adma_write_desc)(struct sdhci_host *host, void **desc,
649 void (*copy_to_bounce_buffer)(struct sdhci_host *host,
652 void (*request_done)(struct sdhci_host *host,
654 void (*dump_vendor_regs)(struct sdhci_host *host);