Searched defs:pci_bar_mmap (Results 1 – 2 of 2) sorted by relevance
142 struct pci_bar_mmap { struct143 void *pbm_map_base; /* (sometimes IN)/OUT mmaped base */144 size_t pbm_map_length; /* mapped length of the BAR, multiple146 uint64_t pbm_bar_length; /* actual length of the BAR */147 int pbm_bar_off; /* offset from the mapped base to the149 struct pcisel pbm_sel; /* device to operate on */150 int pbm_reg; /* starting address of BAR */151 int pbm_flags;152 int pbm_memattr;
945 pci_bar_mmap(device_t pcidev, struct pci_bar_mmap *pbm) in pci_bar_mmap() function