Searched refs:fdt_nop_property (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/mips/cavium-octeon/ |
D | octeon-platform.c | 491 fdt_nop_property(initial_boot_params, eth, "phy-handle"); in octeon_fdt_set_phy() 493 fdt_nop_property(initial_boot_params, eth, "cavium,alt-phy-handle"); in octeon_fdt_set_phy() 510 fdt_nop_property(initial_boot_params, eth, "phy-handle"); in octeon_fdt_set_phy() 519 fdt_nop_property(initial_boot_params, phy, "marvell,reg-init"); in octeon_fdt_set_phy() 744 fdt_nop_property(initial_boot_params, aliases, in octeon_prune_device_tree() 787 fdt_nop_property(initial_boot_params, aliases, in octeon_prune_device_tree() 817 fdt_nop_property(initial_boot_params, aliases, in octeon_prune_device_tree() 851 fdt_nop_property(initial_boot_params, aliases, in octeon_prune_device_tree() 918 fdt_nop_property(initial_boot_params, cf, "cavium,true-ide"); in octeon_prune_device_tree() 919 fdt_nop_property(initial_boot_params, cf, "cavium,dma-engine-handle"); in octeon_prune_device_tree() [all …]
|
/Linux-v4.19/scripts/dtc/libfdt/ |
D | fdt_wip.c | 104 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property() function
|
D | libfdt.h | 1270 int fdt_nop_property(void *fdt, int nodeoffset, const char *name);
|