Lines Matching defs:sdhci_ops
518 struct sdhci_ops { struct
520 u32 (*read_l)(struct sdhci_host *host, int reg);
521 u16 (*read_w)(struct sdhci_host *host, int reg);
522 u8 (*read_b)(struct sdhci_host *host, int reg);
523 void (*write_l)(struct sdhci_host *host, u32 val, int reg);
524 void (*write_w)(struct sdhci_host *host, u16 val, int reg);
525 void (*write_b)(struct sdhci_host *host, u8 val, int reg);
528 void (*set_clock)(struct sdhci_host *host, unsigned int clock);
530 int (*enable_dma)(struct sdhci_host *host);
531 unsigned int (*get_max_clock)(struct sdhci_host *host);
532 unsigned int (*get_min_clock)(struct sdhci_host *host);
533 unsigned int (*get_timeout_clock)(struct sdhci_host *host);
534 unsigned int (*get_max_timeout_count)(struct sdhci_host *host);
535 void (*set_timeout)(struct sdhci_host *host,
537 void (*set_bus_width)(struct sdhci_host *host, int width);
538 void (*platform_send_init_74_clocks)(struct sdhci_host *host,
540 unsigned int (*get_ro)(struct sdhci_host *host);
541 void (*reset)(struct sdhci_host *host, u8 mask);
542 int (*platform_execute_tuning)(struct sdhci_host *host, u32 opcode);
543 void (*set_uhs_signaling)(struct sdhci_host *host, unsigned int uhs);
544 void (*hw_reset)(struct sdhci_host *host);
545 void (*adma_workaround)(struct sdhci_host *host, u32 intmask);
546 void (*platform_init)(struct sdhci_host *host);
547 void (*card_event)(struct sdhci_host *host);
548 void (*voltage_switch)(struct sdhci_host *host);
549 int (*select_drive_strength)(struct sdhci_host *host,