Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dpci_regs.h825 #define PCI_TPH_CAP_ST_MASK 0x07FF0000 macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dpci_regs.h1015 #define PCI_TPH_CAP_ST_MASK 0x07FF0000 /* st table mask */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dpci_regs.h856 #define PCI_TPH_CAP_ST_MASK 0x07FF0000 macro
/kernel/linux/linux-5.10/drivers/vfio/pci/
Dvfio_pci_config.c1402 sts = dword & PCI_TPH_CAP_ST_MASK; in vfio_ext_cap_len()