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.h139 struct pci_bar_mmap { struct
140 void *pbm_map_base; /* (sometimes IN)/OUT mmaped base */
141 size_t pbm_map_length; /* mapped length of the BAR, multiple
143 uint64_t pbm_bar_length; /* actual length of the BAR */
144 int pbm_bar_off; /* offset from the mapped base to the
146 struct pcisel pbm_sel; /* device to operate on */
147 int pbm_reg; /* starting address of BAR */
148 int pbm_flags;
149 int pbm_memattr;
/freebsd/sys/dev/pci/
H A Dpci_user.c849 pci_bar_mmap(device_t pcidev, struct pci_bar_mmap *pbm) in pci_bar_mmap() function