Home
last modified time | relevance | path

Searched refs:UCLASS_PCH (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/test/dm/
H A Dpch.c20 ut_assertok(uclass_first_device_err(UCLASS_PCH, &dev)); in dm_test_pch_base()
44 ut_assertok(uclass_first_device_err(UCLASS_PCH, &dev)); in dm_test_pch_ioctl()
/openbmc/u-boot/board/intel/cougarcanyon2/
H A Dcougarcanyon2.c23 ret = uclass_first_device(UCLASS_PCH, &pch); in board_early_init_f()
/openbmc/u-boot/drivers/pch/
H A Dpch9.c83 .id = UCLASS_PCH,
H A Dpch7.c84 .id = UCLASS_PCH,
H A Dsandbox_pch.c82 .id = UCLASS_PCH,
H A Dpch-uclass.c65 .id = UCLASS_PCH,
/openbmc/u-boot/include/dm/
H A Duclass-id.h70 UCLASS_PCH, /* x86 platform controller hub */ enumerator
/openbmc/u-boot/drivers/sound/
H A Divybridge_sound.c41 ret = uclass_first_device_err(UCLASS_PCH, &pch); in bd82x6x_azalia_probe()
/openbmc/u-boot/arch/x86/cpu/
H A Dcpu.c249 uclass_first_device(UCLASS_PCH, &dev); in cpu_init_r()
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dbd82x6x.c251 .id = UCLASS_PCH,
H A Dsata.c230 ret = uclass_first_device_err(UCLASS_PCH, &pch); in bd82x6x_sata_probe()
/openbmc/u-boot/arch/x86/lib/
H A Dpinctrl_ich6.c161 ret = uclass_first_device(UCLASS_PCH, &pch); in ich6_pinctrl_probe()
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dsdram.c212 ret = uclass_first_device(UCLASS_PCH, &pch_dev); in dram_init()
H A Dpinctrl_broadwell.c218 ret = uclass_find_first_device(UCLASS_PCH, &pch); in broadwell_pinctrl_probe()
H A Dpch.c646 .id = UCLASS_PCH,