HomeSort by relevance Sort by last modified time
    Searched refs:srio_off (Results 1 - 2 of 2) sorted by null

  /external/u-boot/arch/powerpc/cpu/mpc8xxx/
fdt.c 83 static inline void ft_disable_srio_port(void *blob, int srio_off, int port)
85 int off = fdt_node_offset_by_prop_value(blob, srio_off,
120 int srio_off; local
123 srio_off = fdt_node_offset_by_compatible(blob, -1, "fsl,srio");
124 if (srio_off < 0)
138 ft_disable_srio_port(blob, srio_off, 1);
142 ft_disable_srio_port(blob, srio_off, 2);
146 fdt_setprop_string(blob, srio_off, "status", "disabled");
  /external/u-boot/arch/powerpc/cpu/mpc85xx/
liodn.c 229 int i, srio_off; local
232 srio_off = fdt_node_offset_by_compatible(blob, -1, "fsl,srio");
233 if (srio_off < 0)
239 off = fdt_node_offset_by_prop_value(blob, srio_off,

Completed in 68 milliseconds