Searched refs:PCI_VPD_ADDR (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/pci/
H A Dvpd.c135 ret = pci_user_read_config_word(dev, vpd->cap + PCI_VPD_ADDR,
192 ret = pci_user_write_config_word(dev, vpd->cap + PCI_VPD_ADDR,
247 ret = pci_user_write_config_word(dev, vpd->cap + PCI_VPD_ADDR,
/linux-master/drivers/xen/xen-pciback/
H A Dconf_space_capability.c80 .offset = PCI_VPD_ADDR,
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_config.c792 __le16 *paddr = (__le16 *)(vdev->vconfig + pos - offset + PCI_VPD_ADDR);
799 * of PCI_VPD_ADDR, then the PCI_VPD_ADDR_F bit is written and we
803 if (count < 0 || offset > PCI_VPD_ADDR + 1 ||
804 offset + count <= PCI_VPD_ADDR + 1)
821 * Toggle PCI_VPD_ADDR_F in the emulated PCI_VPD_ADDR register to
849 p_setw(perm, PCI_VPD_ADDR, (u16)ALL_VIRT, (u16)ALL_WRITE);
/linux-master/drivers/net/ethernet/marvell/
H A Dskge.c806 pci_write_config_word(pdev, cap + PCI_VPD_ADDR, offset);
809 pci_read_config_word(pdev, cap + PCI_VPD_ADDR, &offset);
819 pci_write_config_word(pdev, cap + PCI_VPD_ADDR,
823 pci_read_config_word(pdev, cap + PCI_VPD_ADDR, &offset);
/linux-master/include/uapi/linux/
H A Dpci_regs.h292 #define PCI_VPD_ADDR 2 /* Address to access (15 bits!) */ macro
/linux-master/drivers/scsi/csiostor/
H A Dcsio_hw.c221 pci_write_config_word(hw->pdev, base + PCI_VPD_ADDR, (uint16_t)addr);
225 pci_read_config_word(hw->pdev, base + PCI_VPD_ADDR, &val);

Completed in 311 milliseconds