Searched refs:PCI_EXP_DEVCAP_PAYLOAD (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Dpci_regs.h489 #define PCI_EXP_DEVCAP_PAYLOAD 0x00000007 /* Max_Payload_Size */ macro
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-driver.c201 capa, get_payload_size(capa & PCI_EXP_DEVCAP_PAYLOAD));
/linux-master/drivers/pci/
H A Dprobe.c1555 pdev->pcie_mpss = FIELD_GET(PCI_EXP_DEVCAP_PAYLOAD, pdev->devcap);
H A Dquirks.c5458 pdev->pcie_mpss = reg16 & PCI_EXP_DEVCAP_PAYLOAD;

Completed in 197 milliseconds