Home
last modified time | relevance | path

Searched refs:emmc_ops_t (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/include/drivers/
Demmc.h107 } emmc_ops_t; typedef
159 void emmc_init(const emmc_ops_t *ops, int clk, int bus_width,
/device/linaro/bootloader/arm-trusted-firmware/drivers/emmc/
Demmc.c17 static const emmc_ops_t *ops;
343 void emmc_init(const emmc_ops_t *ops_ptr, int clk, int width, in emmc_init()
/device/linaro/bootloader/arm-trusted-firmware/drivers/synopsys/emmc/
Ddw_mmc.c126 static const emmc_ops_t dw_mmc_ops = {