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