Home
last modified time | relevance | path

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

/external/u-boot/drivers/cpu/
Dcpu-uclass.c16 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_desc()
26 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_info()
36 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_count()
46 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_vendor()
/external/u-boot/include/
Dcpu.h87 #define cpu_get_ops(dev) ((struct cpu_ops *)(dev)->driver->ops) macro