Searched defs:pci_bar_io (Results 1 – 2 of 2) sorted by relevance
111 struct pci_bar_io { struct112 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 */
926 pci_bar_io(device_t pcidev, struct pci_bar_ioreq *pbi) in pci_bar_io() function