Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dpci_regs.h426 #define PCI_X_STATUS_MAX_READ 0x00600000 /* Designed Max Memory Read Count */ macro
/linux-4.4.14/drivers/pci/
Dpci.c4244 return 512 << ((stat & PCI_X_STATUS_MAX_READ) >> 21); in pcix_get_max_mmrbc()
4298 if (v > (stat & PCI_X_STATUS_MAX_READ) >> 21) in pcix_set_mmrbc()