Searched refs:stat1 (Results 1 – 4 of 4) sorted by relevance
372 union cvmx_pip_stat1_prtx stat1; in cvmx_pip_get_port_status() local390 stat1.u64 = cvmx_read_csr(CVMX_PIP_STAT1_PRTX(port_num)); in cvmx_pip_get_port_status()408 status->octets = stat1.s.octs; in cvmx_pip_get_port_status()
69 uint64_t stat1:1; member73 uint64_t stat1:1;
209 unsigned int stat0, stat1, i; in sa1111_irq_handler() local215 stat1 = readl_relaxed(mapbase + SA1111_INTSTATCLR1); in sa1111_irq_handler()221 writel_relaxed(stat1, mapbase + SA1111_INTSTATCLR1); in sa1111_irq_handler()223 if (stat0 == 0 && stat1 == 0) { in sa1111_irq_handler()234 for (i = 32; stat1; i++, stat1 >>= 1) in sa1111_irq_handler()235 if (stat1 & 1) in sa1111_irq_handler()
224 if (spxx_bist_stat.s.stat1) in cvmx_spi_reset_cb()
Completed in 12 milliseconds