Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pch/
H A Dpch-uclass.c48 if (!ops->get_io_base) in pch_get_io_base()
51 return ops->get_io_base(dev, iobasep); in pch_get_io_base()
H A Dpch9.c73 .get_io_base = pch9_get_io_base,
H A Dsandbox_pch.c71 .get_io_base = sandbox_pch_get_io_base,
/openbmc/u-boot/include/
H A Dpch.h67 int (*get_io_base)(struct udevice *dev, u32 *iobasep); member