Could you please give me some suggestion to try this out.
From TRM we are on Pcie2 bridge and FPGA is the only EP.
RC->Pcie2->EP
0xcfe250000 is my virtual addr mapping for the physical offset in ccsr space for pcie2.
volatile unsigned int* pci_config = (volatile unsigned int*)0xcfe250000;
volatile unsigned int* pci_data = (volatile unsigned int*)0xcfe250004;
@404 offset we have ltssm register
right this addr in pci config for bus0/devi0/function0.
and check the value from pci_data?
Thanks
Vijay