Lines Matching refs:offset

51 	off_t offset;  in pci_dump()  local
149 offset = cap_ptr; in pci_dump()
153 pci_config_get8(handle, offset)); in pci_dump()
155 next_ptr = pci_config_get8(handle, offset + 1); in pci_dump()
161 pci_config_get16(handle, offset + PCI_PMCAP)); in pci_dump()
164 pci_config_get16(handle, offset + PCI_PMCSR)); in pci_dump()
167 pci_config_get8(handle, offset + PCI_PMCSR_BSE)); in pci_dump()
170 pci_config_get8(handle, offset + PCI_PMDATA)); in pci_dump()
173 offset = next_ptr; in pci_dump()
177 pci_config_get8(handle, offset)); in pci_dump()
179 next_ptr = pci_config_get8(handle, offset + 1); in pci_dump()
185 pci_config_get16(handle, offset + PCI_MSI_CTRL)); in pci_dump()
188 pci_config_get32(handle, offset + PCI_MSI_ADDR_OFFSET)); in pci_dump()
191 pci_config_get32(handle, offset + 0x8)); in pci_dump()
194 pci_config_get16(handle, offset + 0xC)); in pci_dump()
197 offset = next_ptr; in pci_dump()
201 pci_config_get8(handle, offset)); in pci_dump()
203 next_ptr = pci_config_get8(handle, offset + 1); in pci_dump()
207 msix_ctrl = pci_config_get16(handle, offset + PCI_MSIX_CTRL); in pci_dump()
212 tbl_offset = pci_config_get32(handle, offset + PCI_MSIX_TBL_OFFSET); in pci_dump()
220 pba_offset = pci_config_get32(handle, offset + PCI_MSIX_PBA_OFFSET); in pci_dump()
229 offset = next_ptr; in pci_dump()
233 pci_config_get8(handle, offset + PCIE_CAP_ID)); in pci_dump()
235 next_ptr = pci_config_get8(handle, offset + PCIE_CAP_NEXT_PTR); in pci_dump()
241 pci_config_get16(handle, offset + PCIE_PCIECAP)); in pci_dump()
244 pci_config_get32(handle, offset + PCIE_DEVCAP)); in pci_dump()
247 pci_config_get16(handle, offset + PCIE_DEVCTL)); in pci_dump()
250 pci_config_get16(handle, offset + PCIE_DEVSTS)); in pci_dump()
253 pci_config_get32(handle, offset + PCIE_LINKCAP)); in pci_dump()
256 pci_config_get16(handle, offset + PCIE_LINKCTL)); in pci_dump()
259 pci_config_get16(handle, offset + PCIE_LINKSTS)); in pci_dump()