Home
last modified time | relevance | path

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

/u-boot/test/dm/
A Dpch.c21 ut_assertok(uclass_first_device_err(UCLASS_PCH, &dev)); in dm_test_pch_base()
45 ut_assertok(uclass_first_device_err(UCLASS_PCH, &dev)); in dm_test_pch_ioctl()
/u-boot/arch/x86/cpu/apollolake/
A Dpch.c35 .id = UCLASS_PCH,
/u-boot/board/intel/cougarcanyon2/
A Dcougarcanyon2.c24 ret = uclass_first_device(UCLASS_PCH, &pch); in board_early_init_f()
/u-boot/drivers/pch/
A Dpch7.c85 .id = UCLASS_PCH,
A Dpch9.c84 .id = UCLASS_PCH,
A Dsandbox_pch.c82 .id = UCLASS_PCH,
A Dpch-uclass.c65 .id = UCLASS_PCH,
/u-boot/include/dm/
A Duclass-id.h82 UCLASS_PCH, /* x86 platform controller hub */ enumerator
/u-boot/drivers/sysreset/
A Dsysreset_x86.c133 uclass_first_device(UCLASS_PCH, &plat->pch); in x86_sysreset_probe()
/u-boot/drivers/sound/
A Divybridge_sound.c44 ret = uclass_first_device_err(UCLASS_PCH, &pch); in bd82x6x_azalia_probe()
/u-boot/arch/x86/cpu/broadwell/
A Dsdram.c124 ret = uclass_first_device_err(UCLASS_PCH, &pch_dev); in dram_init()
A Dpinctrl_broadwell.c220 ret = uclass_find_first_device(UCLASS_PCH, &pch); in broadwell_pinctrl_probe()
A Dpch.c680 .id = UCLASS_PCH,
/u-boot/arch/x86/cpu/
A Dcpu.c288 uclass_first_device(UCLASS_PCH, &dev); in cpu_init_r()
/u-boot/arch/x86/cpu/ivybridge/
A Dbd82x6x.c270 .id = UCLASS_PCH,
A Dsata.c232 ret = uclass_first_device_err(UCLASS_PCH, &pch); in bd82x6x_sata_probe()
/u-boot/arch/x86/lib/
A Dpinctrl_ich6.c163 ret = uclass_first_device(UCLASS_PCH, &pch); in ich6_pinctrl_probe()
/u-boot/drivers/spi/
A Dich.c632 if (device_get_uclass_id(pch) != UCLASS_PCH) { in ich_spi_get_basics()
633 uclass_first_device(UCLASS_PCH, &pch); in ich_spi_get_basics()

Completed in 25 milliseconds