Home
last modified time | relevance | path

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

/u-boot/drivers/mmc/
A Dmmc-uclass.c20 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_get_b_max()
38 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_send_cmd()
58 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_set_ios()
72 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_wait_dat0()
86 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_get_wp()
100 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_get_cd()
115 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_execute_tuning()
131 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_set_enhanced_strobe()
147 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_hs400_prepare_ddr()
162 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_host_power_cycle()
[all …]
/u-boot/include/
A Dmmc.h540 #define mmc_get_ops(dev) ((struct dm_mmc_ops *)(dev)->driver->ops) macro

Completed in 7 milliseconds