Searched defs:mmc_ops (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/arm-trusted-firmware/include/drivers/ |
H A D | mmc.h | 127 struct mmc_ops { struct 128 void (*init)(void); 129 int (*send_cmd)(struct mmc_cmd *cmd); 130 int (*set_ios)(unsigned int clk, unsigned int width); 131 int (*prepare)(int lba, uintptr_t buf, size_t size); 132 int (*read)(int lba, uintptr_t buf, size_t size); 133 int (*write)(int lba, const uintptr_t buf, size_t size);
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/drivers/ |
D | mmc.h | 134 struct mmc_ops { struct 135 void (*init)(void); 136 int (*send_cmd)(struct mmc_cmd *cmd); 137 int (*set_ios)(unsigned int clk, unsigned int width); 138 int (*prepare)(int lba, uintptr_t buf, size_t size); 139 int (*read)(int lba, uintptr_t buf, size_t size); 140 int (*write)(int lba, const uintptr_t buf, size_t size);
|