Searched refs:PCI_AF_CTRL (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | eeh-powernv.c | 988 edev->af_cap + PCI_AF_CTRL, in pnv_eeh_do_af_flr() 990 eeh_ops->write_config(edev, edev->af_cap + PCI_AF_CTRL, in pnv_eeh_do_af_flr() 995 eeh_ops->write_config(edev, edev->af_cap + PCI_AF_CTRL, 1, 0); in pnv_eeh_do_af_flr()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 361 #define PCI_AF_CTRL 4 macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 362 #define PCI_AF_CTRL 4 macro
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci_config.c | 957 u8 *ctrl = vdev->vconfig + pos - offset + PCI_AF_CTRL; in vfio_af_config_write() 998 p_setb(perm, PCI_AF_CTRL, PCI_AF_CTRL_FLR, PCI_AF_CTRL_FLR); in init_pci_cap_af_perm()
|
/openbmc/linux/drivers/pci/ |
H A D | pci.c | 4889 if (!pci_wait_for_pending(dev, pos + PCI_AF_CTRL, in pci_af_flr() 4893 pci_write_config_byte(dev, pos + PCI_AF_CTRL, PCI_AF_CTRL_FLR); in pci_af_flr()
|