Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/ti/
H A Dcpsw-common.c101 if (of_machine_is_compatible("ti,dm8148")) in ti_cm_get_macid()
104 if (of_machine_is_compatible("ti,am33xx")) in ti_cm_get_macid()
113 if (of_machine_is_compatible("ti,am43")) in ti_cm_get_macid()
116 if (of_machine_is_compatible("ti,dra7")) in ti_cm_get_macid()
/openbmc/u-boot/board/Marvell/mvebu_armada-37xx/
H A Dboard.c71 if (!of_machine_is_compatible("marvell,armada-3720-db")) in board_ahci_enable()
109 if (!of_machine_is_compatible("marvell,armada-3720-db")) in board_xhci_enable()
201 if (!of_machine_is_compatible("marvell,armada-3720-espressobin")) in board_network_enable()
/openbmc/u-boot/board/Marvell/mvebu_armada-8k/
H A Dboard.c52 if (of_machine_is_compatible("marvell,armada7040-db")) { in board_xhci_config()
103 if (of_machine_is_compatible("marvell,armada7040-db")) { in board_xhci_enable()
/openbmc/u-boot/drivers/phy/marvell/
H A Dcomphy_core.c161 if (of_machine_is_compatible("marvell,armada8040")) in comphy_probe()
168 if (of_machine_is_compatible("marvell,armada8040")) in comphy_probe()
/openbmc/u-boot/arch/arm/mach-mvebu/armada8k/
H A Dcpu.c99 if (of_machine_is_compatible("marvell,armada7040")) in enable_caches()
/openbmc/u-boot/arch/arm/mach-rockchip/
H A Drk3288-board-spl.c148 if (of_machine_is_compatible("phytec,rk3288-phycore-som")) { in board_init_f()
/openbmc/u-boot/include/dm/
H A Ddevice.h641 bool of_machine_is_compatible(const char *compat);
/openbmc/u-boot/drivers/core/
H A Ddevice.c818 bool of_machine_is_compatible(const char *compat) in of_machine_is_compatible() function