Searched defs:mmc_ops (Results 1 – 1 of 1) sorted by relevance
121 struct mmc_ops { struct122 void (*init)(void);123 int (*send_cmd)(struct mmc_cmd *cmd);124 int (*set_ios)(unsigned int clk, unsigned int width);125 int (*prepare)(int lba, uintptr_t buf, size_t size);126 int (*read)(int lba, uintptr_t buf, size_t size);127 int (*write)(int lba, const uintptr_t buf, size_t size);