Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci/
H A Dpcie_sriov.c56 pci_set_word(cfg + PCI_SRIOV_SYS_PGSIZE, 0x1); in pcie_sriov_pf_init()
69 pci_set_word(wmask + PCI_SRIOV_SYS_PGSIZE, 0x553); in pcie_sriov_pf_init()
268 pci_set_word(dev->config + sriov_cap + PCI_SRIOV_SYS_PGSIZE, 0x1); in pcie_sriov_pf_reset()
291 pci_set_word(wmask + PCI_SRIOV_SYS_PGSIZE, sup_pgsize); in pcie_sriov_pf_add_sup_pgsize()
/openbmc/linux/drivers/pci/
H A Diov.c779 pci_write_config_dword(dev, pos + PCI_SRIOV_SYS_PGSIZE, pgsz); in sriov_init()
883 pci_write_config_dword(dev, iov->pos + PCI_SRIOV_SYS_PGSIZE, iov->pgsz); in sriov_restore_state()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h961 #define PCI_SRIOV_SYS_PGSIZE 0x20 /* System Page Size */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h964 #define PCI_SRIOV_SYS_PGSIZE 0x20 /* System Page Size */ macro