Commit 9075be6a authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

wr_phytool: dump also LPDC registers

parent 555cf3a1
......@@ -140,7 +140,7 @@ void dump_pcs_regs(int ep, int argc, char *argv[])
{
int i;
printf("PCS registers dump for endpoint %d:\n", ep);
for(i=0;i<17;i++)
for(i=0;i<20;i++)
printf("R%d = 0x%08x\n",i,pcs_read(ep, i));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment