| /OK3568_Linux_fs/kernel/arch/mips/generic/ |
| H A D | board-sead3.c | 61 gic_off = fdt_node_offset_by_compatible(fdt, -1, "mti,gic"); in remove_gic() 73 cpu_off = fdt_node_offset_by_compatible(fdt, -1, in remove_gic() 86 uart_off = fdt_node_offset_by_compatible(fdt, -1, "ns16550a"); in remove_gic() 104 uart_off = fdt_node_offset_by_compatible(fdt, uart_off, in remove_gic() 112 eth_off = fdt_node_offset_by_compatible(fdt, -1, "smsc,lan9115"); in remove_gic() 130 ehci_off = fdt_node_offset_by_compatible(fdt, -1, "generic-ehci"); in remove_gic()
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
| H A D | fdt.c | 58 node = fdt_node_offset_by_compatible(blob, -1, "arm,psci"); in ft_fixup_cpu() 62 node = fdt_node_offset_by_compatible(blob, -1, "arm,psci-0.2"); in ft_fixup_cpu() 66 node = fdt_node_offset_by_compatible(blob, -1, "arm,psci-1.0"); in ft_fixup_cpu() 127 off = fdt_node_offset_by_compatible(blob, -1, "snps,dwc3"); in fsl_fdt_disable_usb() 130 off = fdt_node_offset_by_compatible(blob, off, in fsl_fdt_disable_usb() 360 jr_node = fdt_node_offset_by_compatible(blob, crypto_node, in fdt_fixup_remove_jr() 370 jr_node = fdt_node_offset_by_compatible(blob, jr_node, in fdt_fixup_remove_jr()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc8xxx/ |
| H A D | fdt.c | 97 int off = fdt_node_offset_by_compatible(blob, -1, "fsl,rman"); in ft_disable_rman() 108 int off = fdt_node_offset_by_compatible(blob, -1, "fsl,srio-rmu"); in ft_disable_rmu() 123 srio_off = fdt_node_offset_by_compatible(blob, -1, "fsl,srio"); in ft_srio_setup()
|
| /OK3568_Linux_fs/u-boot/drivers/net/fm/ |
| H A D | fdt.c | 29 fmnode = fdt_node_offset_by_compatible(blob, -1, "fsl,fman"); in fdt_fixup_fman_firmware() 35 if (fdt_node_offset_by_compatible(blob, -1, "fsl,fman-firmware") > 0) in fdt_fixup_fman_firmware() 116 while ((fmnode = fdt_node_offset_by_compatible(blob, fmnode, in fdt_fixup_fman_firmware()
|
| /OK3568_Linux_fs/u-boot/board/freescale/p1010rdb/ |
| H A D | p1010rdb.c | 375 while ((nodeoff = fdt_node_offset_by_compatible(blob, 0, in fdt_del_flexcan() 385 while ((nodeoff = fdt_node_offset_by_compatible(blob, 0, in fdt_del_spi_flash() 395 while ((nodeoff = fdt_node_offset_by_compatible(blob, 0, in fdt_del_spi_slic() 405 while ((nodeoff = fdt_node_offset_by_compatible(blob, 0, in fdt_del_tdm() 415 while ((nodeoff = fdt_node_offset_by_compatible(blob, 0, in fdt_del_sdhc() 425 while ((nodeoff = fdt_node_offset_by_compatible(blob, 0, in fdt_del_ifc()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | portals.c | 92 off = fdt_node_offset_by_compatible(blob, -1, compat); in fdt_portal() 247 off = fdt_node_offset_by_compatible(blob, -1, "fsl,qman-portal"); in fdt_fixup_qportals() 319 off = fdt_node_offset_by_compatible(blob, off, "fsl,qman-portal"); in fdt_fixup_qportals() 343 off = fdt_node_offset_by_compatible(blob, -1, "fsl,bman-portal"); in fdt_fixup_bportals() 353 off = fdt_node_offset_by_compatible(blob, off, "fsl,bman-portal"); in fdt_fixup_bportals()
|
| H A D | liodn.c | 233 srio_off = fdt_node_offset_by_compatible(blob, -1, "fsl,srio"); in fdt_fixup_srio_liodn() 271 off = fdt_node_offset_by_compatible(fdt, -1, compat); in fdt_fixup_pci_liodn_offsets() 274 off = fdt_node_offset_by_compatible(fdt, off, compat); in fdt_fixup_pci_liodn_offsets() 277 for (off = fdt_node_offset_by_compatible(fdt, -1, compat); in fdt_fixup_pci_liodn_offsets() 279 off = fdt_node_offset_by_compatible(fdt, off, compat)) { in fdt_fixup_pci_liodn_offsets()
|
| H A D | fdt.c | 511 off = fdt_node_offset_by_compatible(fdt, -1, "fsl,mpc85xx-usb2-mph"); in fdt_fixup_usb() 516 off = fdt_node_offset_by_compatible(fdt, -1, "fsl,mpc85xx-usb2-dr"); in fdt_fixup_usb() 577 node = fdt_node_offset_by_compatible(blob, -1, "vitesse-9953"); 826 off = fdt_node_offset_by_compatible(fdt, -1, "fsl,elbc"); 848 while ((nodeoff = fdt_node_offset_by_compatible(blob, 0,
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/ |
| H A D | gpu.c | 43 offset = fdt_node_offset_by_compatible(blob, -1, compat); in tegra_gpu_enable_node() 46 offset = fdt_node_offset_by_compatible(blob, offset, compat); in tegra_gpu_enable_node()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/phy/ |
| H A D | rockchip_usb2_phy.c | 96 node = fdt_node_offset_by_compatible(blob, -1, "snps,dwc2"); in otg_phy_parse() 114 node = fdt_node_offset_by_compatible(blob, node, in otg_phy_parse() 126 node = fdt_node_offset_by_compatible(blob, -1, in otg_phy_parse()
|
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | fsl_portals.c | 192 off = fdt_node_offset_by_compatible(blob, -1, "fsl,qman-portal"); in fdt_fixup_qportals() 267 off = fdt_node_offset_by_compatible(blob, off, in fdt_fixup_qportals() 292 off = fdt_node_offset_by_compatible(blob, -1, "fsl,bman-portal"); in fdt_fixup_bportals() 302 off = fdt_node_offset_by_compatible(blob, off, in fdt_fixup_bportals()
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8569mds/ |
| H A D | mpc8569mds.c | 376 off = fdt_node_offset_by_compatible(blob, off, "ucc_geth"); in fdt_board_fixup_qe_uart() 456 off = fdt_node_offset_by_compatible(blob, off, "fsl-i2c"); in fdt_board_fixup_esdhc() 472 off = fdt_node_offset_by_compatible(blob, -1, "fsl,esdhc"); in fdt_board_fixup_esdhc() 528 while ((nodeoff = fdt_node_offset_by_compatible(blob, nodeoff, in ft_board_setup()
|
| /OK3568_Linux_fs/u-boot/drivers/phy/marvell/ |
| H A D | comphy_a3700.c | 847 node = fdt_node_offset_by_compatible( in comphy_dedicated_phys_init() 850 node = fdt_node_offset_by_compatible( in comphy_dedicated_phys_init() 870 node = fdt_node_offset_by_compatible(blob, -1, in comphy_dedicated_phys_init() 886 node = fdt_node_offset_by_compatible(blob, -1, in comphy_dedicated_phys_init() 889 node = fdt_node_offset_by_compatible( in comphy_dedicated_phys_init()
|
| /OK3568_Linux_fs/u-boot/board/Arcturus/ucp1020/ |
| H A D | ucp1020.c | 325 int off = fdt_node_offset_by_compatible(blob, -1, in ft_board_setup() 343 usb1_off = fdt_node_offset_by_compatible(blob, -1, soc_usb_compat); in ft_board_setup() 350 fdt_node_offset_by_compatible(blob, usb1_off, soc_usb_compat); in ft_board_setup()
|
| /OK3568_Linux_fs/kernel/arch/mips/mti-malta/ |
| H A D | malta-dtshim.c | 254 gic_off = fdt_node_offset_by_compatible(fdt, -1, "mti,gic"); in remove_gic() 265 i8259_off = fdt_node_offset_by_compatible(fdt, -1, "intel,i8259"); in remove_gic() 272 cpu_off = fdt_node_offset_by_compatible(fdt, -1, in remove_gic()
|
| /OK3568_Linux_fs/u-boot/board/st/stm32f746-disco/ |
| H A D | stm32f746-disco.c | 132 node = fdt_node_offset_by_compatible(gd->fdt_blob, 0, "st,led1"); in board_late_init() 146 node = fdt_node_offset_by_compatible(gd->fdt_blob, 0, "st,button1"); in board_late_init()
|
| /OK3568_Linux_fs/u-boot/board/Marvell/mvebu_armada-37xx/ |
| H A D | board.c | 63 off = fdt_node_offset_by_compatible(blob, -1, compat); in board_early_init_f() 73 off = fdt_node_offset_by_compatible(blob, off, compat); in board_early_init_f()
|
| /OK3568_Linux_fs/u-boot/board/freescale/p1_p2_rdb_pc/ |
| H A D | p1_p2_rdb_pc.c | 465 int off = fdt_node_offset_by_compatible(blob, -1, in ft_board_setup() 484 usb1_off = fdt_node_offset_by_compatible(blob, -1, in ft_board_setup() 491 usb2_off = fdt_node_offset_by_compatible(blob, usb1_off, in ft_board_setup()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | fdt_support.c | 449 off = fdt_node_offset_by_compatible(fdt, -1, compat); in do_fixup_by_compat() 453 off = fdt_node_offset_by_compatible(fdt, off, compat); in do_fixup_by_compat() 618 nodeoffset = fdt_node_offset_by_compatible(blob, 0, name); in fdt_update_reserved_memory() 1023 noff = fdt_node_offset_by_compatible(blob, -1, ni[i].compat); in fdt_fixup_mtdparts() 1035 noff = fdt_node_offset_by_compatible(blob, noff, in fdt_fixup_mtdparts() 1412 int len, off = fdt_node_offset_by_compatible(blob, -1, compat); in fdt_node_offset_by_compat_reg() 1419 off = fdt_node_offset_by_compatible(blob, off, compat); in fdt_node_offset_by_compat_reg() 1574 noff = fdt_node_offset_by_compatible(blob, -1, compat); in fdt_add_edid()
|
| H A D | lcd_simplefb.c | 86 off = fdt_node_offset_by_compatible(blob, -1, "simple-framebuffer"); in lcd_dt_simplefb_enable_existing_node()
|
| /OK3568_Linux_fs/u-boot/board/freescale/t102xqds/ |
| H A D | t102xqds.c | 346 while ((nodeoff = fdt_node_offset_by_compatible(blob, 0, in fdt_fixup_spi_mux() 352 while ((nodeoff = fdt_node_offset_by_compatible(blob, 0, in fdt_fixup_spi_mux()
|
| /OK3568_Linux_fs/u-boot/drivers/power/charge/ |
| H A D | bq25700_charger.c | 308 node = fdt_node_offset_by_compatible(blob, 0, COMPAT_BQ25700); in bq25700_ofdata_to_platdata() 309 node1 = fdt_node_offset_by_compatible(blob, 0, COMPAT_BQ25703); in bq25700_ofdata_to_platdata()
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/cpu/ |
| H A D | state.c | 112 node = fdt_node_offset_by_compatible(blob, node, io->compat); in sandbox_read_state_nodes() 206 node = fdt_node_offset_by_compatible(blob, -1, io->compat); in sandbox_write_state_node()
|
| /OK3568_Linux_fs/u-boot/arch/microblaze/cpu/ |
| H A D | timer.c | 55 node = fdt_node_offset_by_compatible(blob, node, in timer_init()
|
| /OK3568_Linux_fs/u-boot/board/freescale/common/ |
| H A D | sgmii_riser.c | 63 mdio_node = fdt_node_offset_by_compatible(fdt, -1, in fsl_sgmii_riser_fdt_fixup()
|