Home
last modified time | relevance | path

Searched refs:PCI_AF_CTRL_FLR (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/vfio/pci/
H A Dvfio_pci_config.c973 if (*ctrl & PCI_AF_CTRL_FLR) { in vfio_af_config_write()
977 *ctrl &= ~PCI_AF_CTRL_FLR; in vfio_af_config_write()
1002 p_setb(perm, PCI_AF_CTRL, PCI_AF_CTRL_FLR, PCI_AF_CTRL_FLR); in init_pci_cap_af_perm()
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h364 #define PCI_AF_CTRL_FLR 0x01 macro
/linux-6.15/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c990 1, PCI_AF_CTRL_FLR); in pnv_eeh_do_af_flr()
/linux-6.15/drivers/pci/
H A Dpci.c4625 pci_write_config_byte(dev, pos + PCI_AF_CTRL, PCI_AF_CTRL_FLR); in pci_af_flr()