Lines Matching defs:sdhci_ops

628 struct sdhci_ops {  struct
630 u32 (*read_l)(struct sdhci_host *host, int reg);
631 u16 (*read_w)(struct sdhci_host *host, int reg);
632 u8 (*read_b)(struct sdhci_host *host, int reg);
633 void (*write_l)(struct sdhci_host *host, u32 val, int reg);
634 void (*write_w)(struct sdhci_host *host, u16 val, int reg);
635 void (*write_b)(struct sdhci_host *host, u8 val, int reg);
638 void (*set_clock)(struct sdhci_host *host, unsigned int clock);
639 void (*set_power)(struct sdhci_host *host, unsigned char mode,
642 u32 (*irq)(struct sdhci_host *host, u32 intmask);
644 int (*set_dma_mask)(struct sdhci_host *host);
645 int (*enable_dma)(struct sdhci_host *host);
646 unsigned int (*get_max_clock)(struct sdhci_host *host);
647 unsigned int (*get_min_clock)(struct sdhci_host *host);
649 unsigned int (*get_timeout_clock)(struct sdhci_host *host);
650 unsigned int (*get_max_timeout_count)(struct sdhci_host *host);
651 void (*set_timeout)(struct sdhci_host *host,
653 void (*set_bus_width)(struct sdhci_host *host, int width);
654 void (*platform_send_init_74_clocks)(struct sdhci_host *host,
656 unsigned int (*get_ro)(struct sdhci_host *host);
657 void (*reset)(struct sdhci_host *host, u8 mask);
658 int (*platform_execute_tuning)(struct sdhci_host *host, u32 opcode);
659 void (*set_uhs_signaling)(struct sdhci_host *host, unsigned int uhs);
660 void (*hw_reset)(struct sdhci_host *host);
661 void (*adma_workaround)(struct sdhci_host *host, u32 intmask);
662 void (*card_event)(struct sdhci_host *host);
663 void (*voltage_switch)(struct sdhci_host *host);
664 void (*adma_write_desc)(struct sdhci_host *host, void **desc,
666 void (*copy_to_bounce_buffer)(struct sdhci_host *host,
669 void (*request_done)(struct sdhci_host *host,
671 void (*dump_vendor_regs)(struct sdhci_host *host);