Searched defs:pch_ops (Results 1 – 1 of 1) sorted by relevance
50 struct pch_ops { struct58 int (*get_spi_base)(struct udevice *dev, ulong *sbasep);68 int (*set_spi_protect)(struct udevice *dev, bool protect);77 int (*get_gpio_base)(struct udevice *dev, u32 *gbasep);106 #define pch_get_ops(dev) ((struct pch_ops *)(dev)->driver->ops) argument
Completed in 3 milliseconds