mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
pci: intel: Increase TLP polling counter
Some PCIe devices require longer time to response. Increase polling counter to 20000 (~100ms). Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
This commit is contained in:
parent
feb5a02f86
commit
d0e52c6f29
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
#define TLP_COMP_STATUS(s) (((s) >> 13) & 7)
|
||||
#define TLP_BYTE_COUNT(s) (((s) >> 0) & 0xfff)
|
||||
#define TLP_HDR_SIZE 3
|
||||
#define TLP_LOOP 500
|
||||
#define TLP_LOOP 20000
|
||||
#define DWORD_MASK 3
|
||||
|
||||
#define IS_ROOT_PORT(pcie, bdf) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue