Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c969 if (*ctrl & PCI_AF_CTRL_FLR) { in vfio_af_config_write()
973 *ctrl &= ~PCI_AF_CTRL_FLR; 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/include/uapi/linux/
H A Dpci_regs.h362 #define PCI_AF_CTRL_FLR 0x01 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h363 #define PCI_AF_CTRL_FLR 0x01 macro
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c991 1, PCI_AF_CTRL_FLR); in pnv_eeh_do_af_flr()
/openbmc/linux/drivers/pci/
H A Dpci.c4893 pci_write_config_byte(dev, pos + PCI_AF_CTRL, PCI_AF_CTRL_FLR); in pci_af_flr()