Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/pch/
H A Dpch-uclass.c16 struct pch_ops *ops = pch_get_ops(dev); in pch_get_spi_base()
27 struct pch_ops *ops = pch_get_ops(dev); in pch_set_spi_protect()
37 struct pch_ops *ops = pch_get_ops(dev); in pch_get_gpio_base()
48 struct pch_ops *ops = pch_get_ops(dev); in pch_get_io_base()
/OK3568_Linux_fs/u-boot/include/
H A Dpch.h55 #define pch_get_ops(dev) ((struct pch_ops *)(dev)->driver->ops) macro