Searched refs:resource_type (Results 1 – 3 of 3) sorted by relevance
| /misc/config_tools/board_inspector/pcieparser/ |
| A D | header.py | 35 resource_type = "memory" variable in MemoryBar32 50 resource_type = "memory" variable in MemoryBar64 64 resource_type = "io_port" variable in IOBar
|
| /misc/config_tools/board_inspector/extractors/ |
| A D | 60-pci.py | 154 resource_type = bar.resource_type 163 …resource_node = add_child(device_node, "resource", None, type=resource_type, min=hex(base), max=he… 195 resource_type = bar.resource_type 202 …resource_node = add_child(device_node, "resource", None, type=resource_type, min=hex(base), max=he…
|
| /misc/config_tools/board_inspector/acpiparser/ |
| A D | rdt.py | 220 resource_type = { variable 265 '_TYP': unpack.format_table("{}", resource_type), 301 '_TYP': unpack.format_table("{}", resource_type), 337 '_TYP': unpack.format_table("{}", resource_type), 371 '_TYP': unpack.format_table("{}", resource_type),
|
Completed in 7 milliseconds