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

  /external/u-boot/include/
fdt_support.h 232 FDT_STATUS_OKAY,
239 static inline int fdt_status_okay(void *fdt, int nodeoffset) function
241 return fdt_set_node_status(fdt, nodeoffset, FDT_STATUS_OKAY, 0);
256 return fdt_set_status_by_alias(fdt, alias, FDT_STATUS_OKAY, 0);
  /external/u-boot/drivers/pci/
pcie_layerscape_fixup.c 247 fdt_set_node_status(blob, off, FDT_STATUS_OKAY, 0);
  /external/u-boot/common/
fdt_support.c     [all...]

Completed in 186 milliseconds