Searched refs:of_machine_is_compatible (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/drivers/net/ |
D | cpsw-common.c | 101 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/ |
D | board.c | 71 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/ |
D | board.c | 52 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/ |
D | comphy_core.c | 151 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/ |
D | cpu.c | 95 if (of_machine_is_compatible("marvell,armada7040")) in enable_caches()
|
/external/u-boot/arch/arm/mach-rockchip/ |
D | rk3288-board-spl.c | 193 if (of_machine_is_compatible("phytec,rk3288-phycore-som")) { in board_init_f()
|
/external/u-boot/include/dm/ |
D | device.h | 586 bool of_machine_is_compatible(const char *compat);
|
/external/u-boot/drivers/core/ |
D | device.c | 714 bool of_machine_is_compatible(const char *compat) in of_machine_is_compatible() function
|