Searched refs:of_machine_is_compatible (Results 1 – 10 of 10) sorted by relevance
/u-boot/drivers/net/ti/ |
A D | cpsw-common.c | 66 if (of_machine_is_compatible("ti,dm8148")) { in ti_cm_get_macid_addr() 69 } else if (of_machine_is_compatible("ti,am33xx")) { in ti_cm_get_macid_addr() 78 } else if (of_machine_is_compatible("ti,am43")) { in ti_cm_get_macid_addr() 81 } else if (of_machine_is_compatible("ti,dra7")) { in ti_cm_get_macid_addr()
|
/u-boot/board/Marvell/mvebu_armada-8k/ |
A D | board.c | 66 if (of_machine_is_compatible("marvell,armada7040-db")) { in board_xhci_config() 117 if (of_machine_is_compatible("marvell,armada7040-db")) { in board_xhci_enable() 157 if (of_machine_is_compatible("marvell,armada8040-puzzle-m801")) { in board_early_init_f()
|
/u-boot/board/Marvell/mvebu_armada-37xx/ |
A D | board.c | 98 if (!of_machine_is_compatible("globalscale,espressobin")) in board_late_init() 165 if (!of_machine_is_compatible("marvell,armada-3720-db")) in board_ahci_enable() 203 if (!of_machine_is_compatible("marvell,armada-3720-db")) in board_xhci_enable() 295 if (!of_machine_is_compatible("globalscale,espressobin")) in board_network_enable() 347 if (!of_machine_is_compatible("globalscale,espressobin")) in ft_board_setup()
|
/u-boot/board/amlogic/odroid-n2/ |
A D | odroid-n2.c | 76 if (of_machine_is_compatible("amlogic,sm1")) { in odroid_detect_variant() 79 } else if (of_machine_is_compatible("amlogic,g12b")) { in odroid_detect_variant()
|
/u-boot/drivers/phy/marvell/ |
A D | comphy_core.c | 165 if (of_machine_is_compatible("marvell,armada8040")) in comphy_probe() 172 if (of_machine_is_compatible("marvell,armada8040")) in comphy_probe()
|
/u-boot/board/st/stm32mp1/ |
A D | stm32mp1.c | 603 of_machine_is_compatible("st,stm32mp157c-dk2")) in board_is_dk2() 612 (of_machine_is_compatible("st,stm32mp157a-ev1") || in board_is_ev1() 613 of_machine_is_compatible("st,stm32mp157c-ev1") || in board_is_ev1() 614 of_machine_is_compatible("st,stm32mp157d-ev1") || in board_is_ev1() 615 of_machine_is_compatible("st,stm32mp157f-ev1"))) in board_is_ev1()
|
/u-boot/arch/arm/mach-mvebu/armada8k/ |
A D | cpu.c | 100 if (of_machine_is_compatible("marvell,armada7040")) in enable_caches()
|
/u-boot/board/phytec/phycore_rk3288/ |
A D | phycore-rk3288.c | 113 if (of_machine_is_compatible("phytec,rk3288-phycore-som")) { in spl_board_init()
|
/u-boot/include/dm/ |
A D | device.h | 827 bool of_machine_is_compatible(const char *compat);
|
/u-boot/drivers/core/ |
A D | device.c | 1081 bool of_machine_is_compatible(const char *compat) in of_machine_is_compatible() function
|
Completed in 34 milliseconds