Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/pcie/
H A Ddpc.c342 FIELD_GET(PCI_EXP_DPC_RP_PIO_LOG_SIZE, cap); in pci_dpc_init()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h1034 #define PCI_EXP_DPC_RP_PIO_LOG_SIZE 0x0F00 /* RP PIO Log Size */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h1039 #define PCI_EXP_DPC_RP_PIO_LOG_SIZE 0x0F00 /* RP PIO Log Size */ macro
/openbmc/linux/drivers/pci/
H A Dquirks.c6201 if (FIELD_GET(PCI_EXP_DPC_RP_PIO_LOG_SIZE, val) == 0) { in dpc_log_size()