PCI_CAP_ID_REGS_OFF
(pci_config_get16(h, base + PCI_CAP_ID_REGS_OFF) &
cap_ptr, PCI_CAP_ID_REGS_OFF);
cap_ptr + PCI_CAP_ID_REGS_OFF);
reg = pci_config_get16(confhdl, cap_ptr + PCI_CAP_ID_REGS_OFF);
reg = pci_config_get16(confhdl, cap_ptr + PCI_CAP_ID_REGS_OFF);
reg = pci_config_get16(cfg_hdl, ptr + PCI_CAP_ID_REGS_OFF);
pci_config_put16(cfg_hdl, ptr + PCI_CAP_ID_REGS_OFF, reg);
if (pci_config_get8(handle, cap_id_loc + PCI_CAP_ID_REGS_OFF) &
reg = pci_config_get16(cfg_hdl, ptr + PCI_CAP_ID_REGS_OFF);
pci_config_put16(cfg_hdl, ptr + PCI_CAP_ID_REGS_OFF, reg);
cap_ptr, PCI_CAP_ID_REGS_OFF);