Searched refs:of_machine_is_compatible (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/drivers/net/ |
| H A 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()
|
| /rk3399_rockchip-uboot/board/Marvell/mvebu_armada-8k/ |
| H A D | board.c | 53 if (of_machine_is_compatible("marvell,armada7040-db")) { in board_xhci_config() 104 if (of_machine_is_compatible("marvell,armada7040-db")) { in board_xhci_enable()
|
| /rk3399_rockchip-uboot/board/Marvell/mvebu_armada-37xx/ |
| H A D | board.c | 95 if (!of_machine_is_compatible("marvell,armada-3720-db")) in board_ahci_enable() 133 if (!of_machine_is_compatible("marvell,armada-3720-db")) in board_xhci_enable() 225 if (!of_machine_is_compatible("marvell,armada-3720-espressobin")) in board_network_enable()
|
| /rk3399_rockchip-uboot/drivers/phy/marvell/ |
| H A D | comphy_core.c | 182 if (of_machine_is_compatible("marvell,armada8040")) in comphy_probe() 189 if (of_machine_is_compatible("marvell,armada8040")) in comphy_probe()
|
| /rk3399_rockchip-uboot/arch/arm/mach-mvebu/armada8k/ |
| H A D | cpu.c | 98 if (of_machine_is_compatible("marvell,armada7040")) in enable_caches()
|
| /rk3399_rockchip-uboot/board/phytec/phycore_rk3288/ |
| H A D | phycore-rk3288.c | 60 if (of_machine_is_compatible("phytec,rk3288-phycore-som")) { in rk_board_init_f()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/ |
| H A D | cpu.h | 85 if (of_machine_is_compatible("rockchip,rk3566")) in rockchip_soc_id()
|
| /rk3399_rockchip-uboot/include/dm/ |
| H A D | device.h | 590 bool of_machine_is_compatible(const char *compat);
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | device.c | 824 bool of_machine_is_compatible(const char *compat) in of_machine_is_compatible() function
|