Searched defs:pcib_window (Results 1 – 1 of 1) sorted by relevance
71 struct pcib_window { struct72 pci_addr_t base; /* base address */73 pci_addr_t limit; /* topmost address */74 struct rman rman;75 struct resource **res;76 int count; /* size of 'res' array */77 int reg; /* resource id from parent */78 int valid;79 int mask; /* WIN_* bitmask of this window */80 int step; /* log_2 of window granularity */[all …]