Searched defs:cqhci_host_ops (Results 1 – 1 of 1) sorted by relevance
279 struct cqhci_host_ops { struct280 void (*dumpregs)(struct mmc_host *mmc);281 void (*write_l)(struct cqhci_host *host, u32 val, int reg);282 u32 (*read_l)(struct cqhci_host *host, int reg);283 void (*enable)(struct mmc_host *mmc);284 void (*disable)(struct mmc_host *mmc, bool recovery);285 void (*update_dcmd_desc)(struct mmc_host *mmc, struct mmc_request *mrq,287 void (*pre_enable)(struct mmc_host *mmc);288 void (*post_disable)(struct mmc_host *mmc);290 int (*program_key)(struct cqhci_host *cq_host,