Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dpch.h124 int pch_get_io_base(struct udevice *dev, u32 *iobasep);
/openbmc/u-boot/test/dm/
H A Dpch.c31 ut_assertok(pch_get_io_base(dev, &iobase)); in dm_test_pch_base()
/openbmc/u-boot/drivers/pch/
H A Dpch-uclass.c43 int pch_get_io_base(struct udevice *dev, u32 *iobasep) in pch_get_io_base() function
/openbmc/u-boot/arch/x86/lib/
H A Dpinctrl_ich6.c183 ret = pch_get_io_base(pch, &iobase); in ich6_pinctrl_probe()