Home
last modified time | relevance | path

Searched refs:sts (Results 1 – 1 of 1) sorted by relevance

/platform/zynq/
A Dfpga.c77 uint32_t sts = 0; in zynq_program_fpga() local
79 sts = readl(DEVCFG_INT_STS); in zynq_program_fpga()
82 if (last != sts) { in zynq_program_fpga()
83 printf("dsts 0x%x\n", sts); in zynq_program_fpga()
85 last = sts; in zynq_program_fpga()
87 if (sts & PCFG_DONE_INT) in zynq_program_fpga()
91 TRACEF("timeout waiting for PCFG_DONE_INT, DEVCFG_INT_STS is 0x%x\n", sts); in zynq_program_fpga()

Completed in 2 milliseconds