Home
last modified time | relevance | path

Searched refs:PCI_EXP_DEVCAP2_TPH_COMP_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/pci/
H A Dtph.c204 return FIELD_GET(PCI_EXP_DEVCAP2_TPH_COMP_MASK, reg); in get_rp_completer_type()
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h664 #define PCI_EXP_DEVCAP2_TPH_COMP_MASK 0x00003000 /* TPH completer support */ macro