PCI: brcmstb: Set RCB_{MPS,64B}_MODE bits
authorJim Quinlan <jim2101024@gmail.com>
Tue, 11 Oct 2022 18:42:10 +0000 (14:42 -0400)
committerLorenzo Pieralisi <lpieralisi@kernel.org>
Fri, 11 Nov 2022 10:42:05 +0000 (11:42 +0100)
commit602fb860945fd6dce7989fcd3727d5fe4282f785
tree64221b872a9a0b4bac0e718b912c29157a600d11
parent137b57413f569d558c1054e2a181313574eb9a87
PCI: brcmstb: Set RCB_{MPS,64B}_MODE bits

Set RCB_MPS mode bit so that data for PCIe read requests up to the size of
the Maximum Payload Size (MPS) are returned in one completion, and data for
PCIe read requests greater than the MPS are split at the specified Read
Completion Boundary setting.

Set RCB_64B so that the Read Compeletion Boundary is 64B.

Link: https://lore.kernel.org/r/20221011184211.18128-6-jim2101024@gmail.com
Signed-off-by: Jim Quinlan <jim2101024@gmail.com>
Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
drivers/pci/controller/pcie-brcmstb.c