Home
last modified time | relevance | path

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

/Linux-v6.1/arch/mips/cavium-octeon/
Docteon-platform.c511 fdt_nop_property(initial_boot_params, eth, "phy-handle"); in octeon_fdt_set_phy()
513 fdt_nop_property(initial_boot_params, eth, "cavium,alt-phy-handle"); in octeon_fdt_set_phy()
530 fdt_nop_property(initial_boot_params, eth, "phy-handle"); in octeon_fdt_set_phy()
539 fdt_nop_property(initial_boot_params, phy, "marvell,reg-init"); in octeon_fdt_set_phy()
644 fdt_nop_property(initial_boot_params, eth, "rx-delay"); in octeon_rx_tx_delay()
645 fdt_nop_property(initial_boot_params, eth, "tx-delay"); in octeon_rx_tx_delay()
811 fdt_nop_property(initial_boot_params, aliases, in octeon_prune_device_tree()
854 fdt_nop_property(initial_boot_params, aliases, in octeon_prune_device_tree()
884 fdt_nop_property(initial_boot_params, aliases, in octeon_prune_device_tree()
918 fdt_nop_property(initial_boot_params, aliases, in octeon_prune_device_tree()
[all …]
/Linux-v6.1/scripts/dtc/libfdt/
Dfdt_wip.c59 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property() function
Dlibfdt.h1399 int fdt_nop_property(void *fdt, int nodeoffset, const char *name);
/Linux-v6.1/drivers/of/
Dfdt.c1201 fdt_nop_property(initial_boot_params, node, "rng-seed"); in early_init_dt_scan_chosen()