Home
last modified time | relevance | path

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

/linux/arch/mips/cavium-octeon/
H A Docteon-platform.c513 fdt_nop_property(initial_boot_params, eth, "phy-handle"); in octeon_fdt_set_phy()
515 fdt_nop_property(initial_boot_params, eth, "cavium,alt-phy-handle"); in octeon_fdt_set_phy()
532 fdt_nop_property(initial_boot_params, eth, "phy-handle"); in octeon_fdt_set_phy()
541 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/scripts/dtc/libfdt/
H A Dfdt_wip.c59 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property() function