Home
last modified time | relevance | path

Searched refs:get_io_base (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/pch/
H A Dpch-uclass.c51 if (!ops->get_io_base) in pch_get_io_base()
54 return ops->get_io_base(dev, iobasep); in pch_get_io_base()
H A Dpch9.c74 .get_io_base = pch9_get_io_base,
/OK3568_Linux_fs/u-boot/include/
H A Dpch.h52 int (*get_io_base)(struct udevice *dev, u32 *iobasep); member