Searched defs:cpu_ops (Results 1 – 1 of 1) sorted by relevance
48 struct cpu_ops { struct57 int (*get_desc)(struct udevice *dev, char *buf, int size);87 #define cpu_get_ops(dev) ((struct cpu_ops *)(dev)->driver->ops) argument