PCI_CAP_LIST_ID
pnv_pci_cfg_read(pdn, pos + PCI_CAP_LIST_ID, 1, &id);
rtas_pci_dn_read_config(pdn, pos + PCI_CAP_LIST_ID, 1, &id);
u8 id = readb(devbase + pos + PCI_CAP_LIST_ID);
u8 id = readb(devbase + pos + PCI_CAP_LIST_ID);
id = read_pci_config_byte(bus, slot, func, pos+PCI_CAP_LIST_ID);
id = readb(info->lba_regs + pos + PCI_CAP_LIST_ID);
if (vgpu_cfg_space(vgpu)[next + PCI_CAP_LIST_ID] == PCI_CAP_ID_PM) {
[PCI_CAP_LIST_ID / 4] = {
case PCI_CAP_LIST_ID:
id = read_pci_config_byte(num, slot, func, pos+PCI_CAP_LIST_ID);
if (offset == PCI_CAP_LIST_ID && count > 1)
.offset = PCI_CAP_LIST_ID,