Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dpci_regs.h443 #define PCI_X_STATUS_MAX_READ 0x00600000 /* Designed Max Memory Read Count */ macro
/linux/drivers/pci/
H A Dpci.c5939 return 512 << FIELD_GET(PCI_X_STATUS_MAX_READ, stat); in pcix_get_max_mmrbc()
5993 if (v > FIELD_GET(PCI_X_STATUS_MAX_READ, stat)) in pcix_set_mmrbc()