Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
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()
/rk3399_rockchip-uboot/board/Marvell/mvebu_armada-8k/
H A Dboard.c53 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 Dboard.c95 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 Dcomphy_core.c182 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 Dcpu.c98 if (of_machine_is_compatible("marvell,armada7040")) in enable_caches()
/rk3399_rockchip-uboot/board/phytec/phycore_rk3288/
H A Dphycore-rk3288.c60 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 Dcpu.h85 if (of_machine_is_compatible("rockchip,rk3566")) in rockchip_soc_id()
/rk3399_rockchip-uboot/include/dm/
H A Ddevice.h590 bool of_machine_is_compatible(const char *compat);
/rk3399_rockchip-uboot/drivers/core/
H A Ddevice.c824 bool of_machine_is_compatible(const char *compat) in of_machine_is_compatible() function