Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpcib_private.h71 struct pcib_window { struct
72 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 …]