Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/
H A Dtph.c186 return FIELD_GET(PCI_TPH_CAP_ST_MASK, reg) + 1; in get_st_table_size()
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h1047 #define PCI_TPH_CAP_ST_MASK 0x07FF0000 /* ST Table Size */ macro
/linux-6.15/drivers/vfio/pci/
H A Dvfio_pci_config.c1445 sts = dword & PCI_TPH_CAP_ST_MASK; in vfio_ext_cap_len()