Home
last modified time | relevance | path

Searched defs:DevTreeNode (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/coreboot/util/autoport/
H A Dmain.go244 type DevTreeNode struct { struct
245 Bus int
246 Dev int
247 Func int
248 Disabled bool
249 Registers map[string]string
250 IOs map[uint16]uint16
251 Children []DevTreeNode
252 PCISlots []PCISlot
253 PCIController bool
[all …]