Home
last modified time | relevance | path

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

/freebsd-src/sys/sys/
H A Dpciio.h111 struct pci_bar_io { struct
112 struct pcisel pbi_sel; /* device to operate on */
113 int pbi_reg; /* starting address of BAR */
114 int pbi_enabled; /* decoding enabled */
115 uint64_t pbi_base; /* current value of BAR */
116 uint64_t pbi_length; /* length of BAR */
/freebsd-src/sys/dev/pci/
H A Dpci_user.c926 pci_bar_io(device_t pcidev, struct pci_bar_ioreq *pbi) in pci_bar_io() function