Home
last modified time | relevance | path

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

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