Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
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()
/external/u-boot/board/Marvell/mvebu_armada-37xx/
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()
/external/u-boot/board/Marvell/mvebu_armada-8k/
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()
/external/u-boot/drivers/phy/marvell/
Dcomphy_core.c151 if (of_machine_is_compatible("marvell,armada8040")) in comphy_probe()
158 if (of_machine_is_compatible("marvell,armada8040")) in comphy_probe()
/external/u-boot/arch/arm/mach-mvebu/armada8k/
Dcpu.c95 if (of_machine_is_compatible("marvell,armada7040")) in enable_caches()
/external/u-boot/arch/arm/mach-rockchip/
Drk3288-board-spl.c193 if (of_machine_is_compatible("phytec,rk3288-phycore-som")) { in board_init_f()
/external/u-boot/include/dm/
Ddevice.h586 bool of_machine_is_compatible(const char *compat);
/external/u-boot/drivers/core/
Ddevice.c714 bool of_machine_is_compatible(const char *compat) in of_machine_is_compatible() function