Searched refs:phandles (Results 1 - 1 of 1) sorted by relevance

/gem5/src/python/m5/util/
H A Dfdthelper.py85 maintains a dictionary of allocated phandles."""
88 phandles = dict() variable in class:FdtState
112 if not key in FdtState.phandles:
115 return FdtState.phandles.setdefault(key, FdtState.phandle_counter)
119 FdtState.phandles = dict()

Completed in 4 milliseconds