Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dpciio.h142 struct pci_bar_mmap { struct
143 void *pbm_map_base; /* (sometimes IN)/OUT mmaped base */
144 size_t pbm_map_length; /* mapped length of the BAR, multiple
146 uint64_t pbm_bar_length; /* actual length of the BAR */
147 int pbm_bar_off; /* offset from the mapped base to the
149 struct pcisel pbm_sel; /* device to operate on */
150 int pbm_reg; /* starting address of BAR */
151 int pbm_flags;
152 int pbm_memattr;
/freebsd/sys/dev/pci/
H A Dpci_user.c945 pci_bar_mmap(device_t pcidev, struct pci_bar_mmap *pbm) in pci_bar_mmap() function