Home
last modified time | relevance | path

Searched refs:UCLASS_NORTHBRIDGE (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/arch/x86/lib/
H A Dnorthbridge-uclass.c12 .id = UCLASS_NORTHBRIDGE,
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dnorthbridge.c55 .id = UCLASS_NORTHBRIDGE,
H A Dsdram.c224 ret = uclass_first_device(UCLASS_NORTHBRIDGE, &dev); in dram_init()
/openbmc/u-boot/arch/x86/cpu/intel_common/
H A Dcpu.c53 uclass_first_device(UCLASS_NORTHBRIDGE, &dev); in cpu_common_init()
/openbmc/u-boot/include/dm/
H A Duclass-id.h66 UCLASS_NORTHBRIDGE, /* Intel Northbridge / SDRAM controller */ enumerator
/openbmc/u-boot/arch/x86/cpu/
H A Dcpu.c248 uclass_first_device(UCLASS_NORTHBRIDGE, &dev); in cpu_init_r()
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dnorthbridge.c258 .id = UCLASS_NORTHBRIDGE,
H A Dsdram.c467 ret = uclass_first_device_err(UCLASS_NORTHBRIDGE, &dev); in dram_init()
/openbmc/u-boot/drivers/video/
H A Divybridge_igd.c732 ret = uclass_first_device_err(UCLASS_NORTHBRIDGE, &nbridge); in gma_func0_init()