We are having custom board with 8569 processor , one peripheral is connected with processor via PCIE. Sometimes this peripheral is not detected on pci, at the same instance we wanted to read the ltssm status value of the pci controller to check for possible link errors.
For the same we are referring the 8569 Reference Manual the LTSSM register is present in PCI Express Extended Configuration Space.
We were trying to read the same using PCI Express Configuration Address Register (PEX_CONFIG_ADDR) and PCI Express Configuration Data Register (PEX_CONFIG_DATA).
What should be the data written into PEX_CONFIG_ADDR ?