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