Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/cavium-octeon/
Docteon-platform.c508 fdt_nop_property(initial_boot_params, eth, "phy-handle"); in octeon_fdt_set_phy()
510 fdt_nop_property(initial_boot_params, eth, "cavium,alt-phy-handle"); in octeon_fdt_set_phy()
527 fdt_nop_property(initial_boot_params, eth, "phy-handle"); in octeon_fdt_set_phy()
536 fdt_nop_property(initial_boot_params, phy, "marvell,reg-init"); in octeon_fdt_set_phy()
641 fdt_nop_property(initial_boot_params, eth, "rx-delay"); in octeon_rx_tx_delay()
642 fdt_nop_property(initial_boot_params, eth, "tx-delay"); in octeon_rx_tx_delay()
808 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()
881 fdt_nop_property(initial_boot_params, aliases, in octeon_prune_device_tree()
915 fdt_nop_property(initial_boot_params, aliases, in octeon_prune_device_tree()
[all …]
/Linux-v5.4/scripts/dtc/libfdt/
Dfdt_wip.c59 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property() function
Dlibfdt.h1361 int fdt_nop_property(void *fdt, int nodeoffset, const char *name);
/Linux-v5.4/drivers/of/
Dfdt.c1088 fdt_nop_property(initial_boot_params, node, "rng-seed"); in early_init_dt_scan_chosen()