Searched refs:ofnode_by_compatible (Results 1 – 13 of 13) sorted by relevance
/u-boot-v2022.01-rc1/drivers/net/qe/ |
A D | dm_qe_uec_phy.c | 116 node = ofnode_by_compatible(ofnode_null(), "ucc_geth"); in qe_uec_mdio_probe() 125 node = ofnode_by_compatible(node, "ucc_geth"); in qe_uec_mdio_probe() 137 node = ofnode_by_compatible(node, "ucc_geth"); in qe_uec_mdio_probe()
|
/u-boot-v2022.01-rc1/arch/arm/mach-rockchip/ |
A D | board.c | 77 node = ofnode_by_compatible(ofnode_null(), "snps,dwc2"); in board_usb_init() 85 node = ofnode_by_compatible(node, "snps,dwc2"); in board_usb_init()
|
/u-boot-v2022.01-rc1/board/sipeed/maix/ |
A D | maix.c | 25 memory = ofnode_by_compatible(ofnode_null(), "kendryte,k210-sram"); in sram_init()
|
/u-boot-v2022.01-rc1/drivers/watchdog/ |
A D | rti_wdt.c | 70 node = ofnode_by_compatible(ofnode_null(), "ti,am654-r5fss"); in rti_wdt_load_fw() 78 node = ofnode_by_compatible(node, "ti,am654-r5f"); in rti_wdt_load_fw()
|
/u-boot-v2022.01-rc1/drivers/serial/ |
A D | serial_mvebu_a3700.c | 156 nb_clk_node = ofnode_by_compatible(ofnode_null(), in mvebu_serial_probe()
|
/u-boot-v2022.01-rc1/arch/x86/lib/ |
A D | mrccache.c | 252 node = ofnode_by_compatible(ofnode_null(), "jedec,spi-nor"); in mrccache_get_region()
|
/u-boot-v2022.01-rc1/drivers/usb/mtu3/ |
A D | mtu3_plat.c | 316 node = ofnode_by_compatible(dev_ofnode(parent), "mediatek,ssusb"); in mtu3_glue_bind()
|
/u-boot-v2022.01-rc1/include/dm/ |
A D | ofnode.h | 972 ofnode ofnode_by_compatible(ofnode from, const char *compat);
|
/u-boot-v2022.01-rc1/drivers/usb/cdns3/ |
A D | core.c | 396 node = ofnode_by_compatible(dev_ofnode(parent), "cdns,usb3"); in cdns3_bind()
|
/u-boot-v2022.01-rc1/drivers/fpga/ |
A D | socfpga_arria10.c | 461 return ofnode_by_compatible(from, "altr,socfpga-a10-fpga-mgr"); in get_fpga_mgr_ofnode()
|
/u-boot-v2022.01-rc1/drivers/net/phy/ |
A D | phy.c | 957 node = ofnode_by_compatible(node, "xlnx,gmii-to-rgmii-1.0"); in phy_connect_gmii2rgmii()
|
/u-boot-v2022.01-rc1/drivers/core/ |
A D | ofnode.c | 1009 ofnode ofnode_by_compatible(ofnode from, const char *compat) in ofnode_by_compatible() function
|
/u-boot-v2022.01-rc1/drivers/clk/ |
A D | clk_stm32mp1.c | 1303 node = ofnode_by_compatible(ofnode_null(), "operating-points-v2"); in stm32mp1_get_max_opp_freq()
|
Completed in 37 milliseconds