Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/cavium-octeon/
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_params, aliases, in octeon_prune_device_tree()
[all …]
/linux-6.12.1/scripts/dtc/libfdt/
Dfdt_wip.c59 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property() function
Dlibfdt.h1467 int fdt_nop_property(void *fdt, int nodeoffset, const char *name);
/linux-6.12.1/arch/powerpc/platforms/pseries/
Dplpks.c684 fdt_nop_property(fdt, chosen_node, "ibm,plpks-pw"); in plpks_early_init_devtree()
/linux-6.12.1/drivers/of/
Dfdt.c1043 fdt_nop_property(initial_boot_params, node, "rng-seed"); in early_init_dt_scan_chosen()