Home
last modified time | relevance | path

Searched defs:cpu_ops (Results 1 – 1 of 1) sorted by relevance

/u-boot-v2022.01-rc1/include/
A Dcpu.h57 struct cpu_ops { struct
66 int (*get_desc)(const struct udevice *dev, char *buf, int size);
75 int (*get_info)(const struct udevice *dev, struct cpu_info *info);
105 #define cpu_get_ops(dev) ((struct cpu_ops *)(dev)->driver->ops) argument

Completed in 3 milliseconds