Home
last modified time | relevance | path

Searched refs:fdt_nop_property (Results 1 – 5 of 5) sorted by relevance

/linux/arch/mips/cavium-octeon/
H A Docteon-platform.c512 fdt_nop_property(initial_boot_params, eth, "phy-handle"); in octeon_fdt_set_phy()
514 fdt_nop_property(initial_boot_params, eth, "cavium,alt-phy-handle"); in octeon_fdt_set_phy()
531 fdt_nop_property(initial_boot_params, eth, "phy-handle"); in octeon_fdt_set_phy()
540 fdt_nop_property(initial_boot_params, phy, "marvell,reg-init"); in octeon_fdt_set_phy()
645 fdt_nop_property(initial_boot_params, eth, "rx-delay"); in octeon_rx_tx_delay()
646 fdt_nop_property(initial_boot_params, eth, "tx-delay"); in octeon_rx_tx_delay()
812 fdt_nop_property(initial_boot_params, aliases, in octeon_prune_device_tree()
855 fdt_nop_property(initial_boot_params, aliases, in octeon_prune_device_tree()
885 fdt_nop_property(initial_boot_params, aliases, in octeon_prune_device_tree()
919 fdt_nop_property(initial_boot_param in octeon_prune_device_tree()
[all...]
/linux/scripts/dtc/libfdt/
H A Dfdt_wip.c59 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property() function
H A Dlibfdt.h1444 * fdt_nop_property - replace a property with nop tags
1449 * fdt_nop_property() will replace a given property's representation
1467 int fdt_nop_property(void *fdt, int nodeoffset, const char *name);
/linux/arch/powerpc/platforms/pseries/
H A Dplpks.c684 fdt_nop_property(fdt, chosen_node, "ibm,plpks-pw"); in plpks_early_init_devtree()
/linux/drivers/of/
H A Dfdt.c1077 fdt_nop_property(initial_boot_params, node, "rng-seed"); in early_init_dt_scan_chosen()