Searched defs:pch_ops (Results 1 – 1 of 1) sorted by relevance
31 struct pch_ops { struct39 int (*get_spi_base)(struct udevice *dev, ulong *sbasep);49 int (*set_spi_protect)(struct udevice *dev, bool protect);58 int (*get_gpio_base)(struct udevice *dev, u32 *gbasep);87 #define pch_get_ops(dev) ((struct pch_ops *)(dev)->driver->ops) argument