Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/pcie/
H A Ddpc.c411 FIELD_GET(PCI_EXP_DPC_RP_PIO_LOG_SIZE, cap); in pci_dpc_init()
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h1067 #define PCI_EXP_DPC_RP_PIO_LOG_SIZE 0x0F00 /* RP PIO Log Size [3:0] */ macro
/linux-6.15/drivers/pci/
H A Dquirks.c6248 if (FIELD_GET(PCI_EXP_DPC_RP_PIO_LOG_SIZE, val) == 0) { in dpc_log_size()