Home
last modified time | relevance | path

Searched refs:pch_get_ops (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/pch/
Dpch-uclass.c13 struct pch_ops *ops = pch_get_ops(dev); in pch_get_spi_base()
24 struct pch_ops *ops = pch_get_ops(dev); in pch_set_spi_protect()
34 struct pch_ops *ops = pch_get_ops(dev); in pch_get_gpio_base()
45 struct pch_ops *ops = pch_get_ops(dev); in pch_get_io_base()
/external/u-boot/include/
Dpch.h54 #define pch_get_ops(dev) ((struct pch_ops *)(dev)->driver->ops) macro