Home
last modified time | relevance | path

Searched refs:mmc_get_ops (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/mmc/
Dmmc-uclass.c18 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_send_cmd()
38 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_set_ios()
52 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_send_init_stream()
66 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_wait_dat0()
81 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_get_wp()
95 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_get_cd()
110 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_execute_tuning()
290 if (!mmc_get_ops(dev)) in mmc_bind()
/external/u-boot/include/
Dmmc.h460 #define mmc_get_ops(dev) ((struct dm_mmc_ops *)(dev)->driver->ops) macro