Searched refs:PCI_AF_CTRL (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/arch/powerpc/platforms/powernv/ |
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()
|
/linux-6.6.21/include/uapi/linux/ |
D | pci_regs.h | 361 #define PCI_AF_CTRL 4 macro
|
/linux-6.6.21/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.6.21/drivers/pci/ |
D | pci.c | 4846 if (!pci_wait_for_pending(dev, pos + PCI_AF_CTRL, in pci_af_flr() 4850 pci_write_config_byte(dev, pos + PCI_AF_CTRL, PCI_AF_CTRL_FLR); in pci_af_flr()
|