Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ram/
H A Dram-uclass.c17 struct ram_ops *ops = ram_get_ops(dev); in ram_get_info()
/OK3568_Linux_fs/u-boot/include/
H A Dram.h27 #define ram_get_ops(dev) ((struct ram_ops *)(dev)->driver->ops) macro