Searched defs:pci_bar_io (Results 1 – 2 of 2) sorted by relevance
114 struct pci_bar_io { struct115 struct pcisel pbi_sel; /* device to operate on */116 int pbi_reg; /* starting address of BAR */117 int pbi_enabled; /* decoding enabled */118 uint64_t pbi_base; /* current value of BAR */119 uint64_t pbi_length; /* length of BAR */
1022 pci_bar_io(device_t pcidev, struct pci_bar_ioreq *pbi) in pci_bar_io() function