Searched refs:PCI_AF_CTRL (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/arch/powerpc/platforms/powernv/ |
D | eeh-powernv.c | 987 edev->af_cap + PCI_AF_CTRL, in pnv_eeh_do_af_flr() 989 eeh_ops->write_config(edev, edev->af_cap + PCI_AF_CTRL, in pnv_eeh_do_af_flr() 994 eeh_ops->write_config(edev, edev->af_cap + PCI_AF_CTRL, 1, 0); in pnv_eeh_do_af_flr()
|
/linux-6.12.1/include/uapi/linux/ |
D | pci_regs.h | 362 #define PCI_AF_CTRL 4 macro
|
/linux-6.12.1/drivers/vfio/pci/ |
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()
|
/linux-6.12.1/drivers/pci/ |
D | pci.c | 4608 if (!pci_wait_for_pending(dev, pos + PCI_AF_CTRL, in pci_af_flr() 4612 pci_write_config_byte(dev, pos + PCI_AF_CTRL, PCI_AF_CTRL_FLR); in pci_af_flr()
|