Searched refs:stat1 (Results 1 – 5 of 5) 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;
206 unsigned int stat0, stat1, i; in sa1111_irq_handler() local212 stat1 = readl_relaxed(mapbase + SA1111_INTSTATCLR1); in sa1111_irq_handler()218 writel_relaxed(stat1, mapbase + SA1111_INTSTATCLR1); in sa1111_irq_handler()220 if (stat0 == 0 && stat1 == 0) { in sa1111_irq_handler()231 for (i = 32; stat1; i++, stat1 >>= 1) in sa1111_irq_handler()232 if (stat1 & 1) in sa1111_irq_handler()
361 ioc_error(__u32 stat0, __u32 stat1) in ioc_error() argument380 code > 3 ? "PCI" : "CPU", pci_cmd[cmd], stat1, err_name[code]); in ioc_error()
224 if (spxx_bist_stat.s.stat1) in cvmx_spi_reset_cb()