Searched refs:MemoryBar64 (Results 1 – 3 of 3) sorted by relevance
| /misc/config_tools/board_inspector/pcieparser/ |
| A D | header.py | 41 class MemoryBar64(cdata.Struct): class 87 bar_list.append((f"bar{idx}", MemoryBar64)) 127 bar_list.append((f"bar{idx}", MemoryBar64))
|
| A D | extcaps.py | 9 from .header import MemoryBar32, MemoryBar64, IOBar, \ 130 vf_bars_list.append((f"vf_bar{idx}", MemoryBar64))
|
| /misc/config_tools/board_inspector/extractors/ |
| A D | 60-pci.py | 12 from pcieparser.header import IOBar, MemoryBar32, MemoryBar64 168 elif isinstance(bar, MemoryBar64): 173 if isinstance(bar, MemoryBar64): 207 elif isinstance(bar, MemoryBar64): 212 if isinstance(bar, MemoryBar64):
|
Completed in 5 milliseconds