Home
last modified time | relevance | path

Searched refs:of_machine_is_compatible (Results 1 – 10 of 10) sorted by relevance

/u-boot/drivers/net/ti/
A Dcpsw-common.c66 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 Dboard.c66 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 Dboard.c98 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 Dodroid-n2.c76 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 Dcomphy_core.c165 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 Dstm32mp1.c603 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 Dcpu.c100 if (of_machine_is_compatible("marvell,armada7040")) in enable_caches()
/u-boot/board/phytec/phycore_rk3288/
A Dphycore-rk3288.c113 if (of_machine_is_compatible("phytec,rk3288-phycore-som")) { in spl_board_init()
/u-boot/include/dm/
A Ddevice.h827 bool of_machine_is_compatible(const char *compat);
/u-boot/drivers/core/
A Ddevice.c1081 bool of_machine_is_compatible(const char *compat) in of_machine_is_compatible() function

Completed in 20 milliseconds