Lines Matching defs:sdhci_ops
513 struct sdhci_ops { struct
515 u32 (*read_l)(struct sdhci_host *host, int reg);
516 u16 (*read_w)(struct sdhci_host *host, int reg);
517 u8 (*read_b)(struct sdhci_host *host, int reg);
518 void (*write_l)(struct sdhci_host *host, u32 val, int reg);
519 void (*write_w)(struct sdhci_host *host, u16 val, int reg);
520 void (*write_b)(struct sdhci_host *host, u8 val, int reg);
523 void (*set_clock)(struct sdhci_host *host, unsigned int clock);
525 int (*enable_dma)(struct sdhci_host *host);
526 unsigned int (*get_max_clock)(struct sdhci_host *host);
527 unsigned int (*get_min_clock)(struct sdhci_host *host);
528 unsigned int (*get_timeout_clock)(struct sdhci_host *host);
529 unsigned int (*get_max_timeout_count)(struct sdhci_host *host);
530 void (*set_timeout)(struct sdhci_host *host,
532 void (*set_bus_width)(struct sdhci_host *host, int width);
533 void (*platform_send_init_74_clocks)(struct sdhci_host *host,
535 unsigned int (*get_ro)(struct sdhci_host *host);
536 void (*reset)(struct sdhci_host *host, u8 mask);
537 int (*platform_execute_tuning)(struct sdhci_host *host, u32 opcode);
538 void (*set_uhs_signaling)(struct sdhci_host *host, unsigned int uhs);
539 void (*hw_reset)(struct sdhci_host *host);
540 void (*adma_workaround)(struct sdhci_host *host, u32 intmask);
541 void (*platform_init)(struct sdhci_host *host);
542 void (*card_event)(struct sdhci_host *host);
543 void (*voltage_switch)(struct sdhci_host *host);