Searched refs:PCI_VPD_ADDR (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/pci/ |
| H A D | vpd.c | 135 ret = pci_user_read_config_word(dev, vpd->cap + PCI_VPD_ADDR, in pci_vpd_wait() 192 ret = pci_user_write_config_word(dev, vpd->cap + PCI_VPD_ADDR, in pci_vpd_read() 247 ret = pci_user_write_config_word(dev, vpd->cap + PCI_VPD_ADDR, in pci_vpd_write()
|
| /linux/drivers/xen/xen-pciback/ |
| H A D | conf_space_capability.c | 80 .offset = PCI_VPD_ADDR,
|
| /linux/drivers/vfio/pci/ |
| H A D | vfio_pci_config.c | 805 __le16 *paddr = (__le16 *)(vdev->vconfig + pos - offset + PCI_VPD_ADDR); in vfio_vpd_config_write() 816 if (count < 0 || offset > PCI_VPD_ADDR + 1 || in vfio_vpd_config_write() 817 offset + count <= PCI_VPD_ADDR + 1) in vfio_vpd_config_write() 862 p_setw(perm, PCI_VPD_ADDR, (u16)ALL_VIRT, (u16)ALL_WRITE); in init_pci_cap_vpd_perm()
|
| /linux/include/uapi/linux/ |
| H A D | pci_regs.h | 295 #define PCI_VPD_ADDR 2 /* Address to access (15 bits!) */ macro
|
| /linux/drivers/net/ethernet/marvell/ |
| H A D | skge.c | 805 pci_write_config_word(pdev, cap + PCI_VPD_ADDR, offset); in skge_vpd_read() 808 pci_read_config_word(pdev, cap + PCI_VPD_ADDR, &offset); in skge_vpd_read() 818 pci_write_config_word(pdev, cap + PCI_VPD_ADDR, in skge_vpd_write() 822 pci_read_config_word(pdev, cap + PCI_VPD_ADDR, &offset); in skge_vpd_write()
|
| /linux/drivers/scsi/csiostor/ |
| H A D | csio_hw.c | 221 pci_write_config_word(hw->pdev, base + PCI_VPD_ADDR, (uint16_t)addr); in csio_hw_seeprom_read() 225 pci_read_config_word(hw->pdev, base + PCI_VPD_ADDR, &val); in csio_hw_seeprom_read()
|