Searched refs:stat0 (Results 1 – 8 of 8) sorted by relevance
/arch/alpha/kernel/ |
D | core_apecs.c | 130 unsigned int stat0, value; in conf_read() local 138 stat0 = *(vuip)APECS_IOC_DCSR; in conf_read() 139 *(vuip)APECS_IOC_DCSR = stat0; in conf_read() 141 DBGC(("conf_read: APECS DCSR was 0x%x\n", stat0)); in conf_read() 180 stat0 = *(vuip)APECS_IOC_DCSR; in conf_read() 181 DBGC(("conf_read: APECS DCSR after read 0x%x\n", stat0)); in conf_read() 184 if (stat0 & 0xffe0U) { in conf_read() 186 if (!(stat0 & 0x0800)) { in conf_read() 187 printk("apecs.c:conf_read: got stat0=%x\n", stat0); in conf_read() 191 *(vuip)APECS_IOC_DCSR = stat0; in conf_read() [all …]
|
D | core_lca.c | 132 unsigned long flags, code, stat0; in conf_read() local 138 stat0 = *(vulp)LCA_IOC_STAT0; in conf_read() 139 *(vulp)LCA_IOC_STAT0 = stat0; in conf_read() 146 stat0 = *(vulp)LCA_IOC_STAT0; in conf_read() 147 if (stat0 & LCA_IOC_STAT0_ERR) { in conf_read() 148 code = ((stat0 >> LCA_IOC_STAT0_CODE_SHIFT) in conf_read() 151 printk("lca.c:conf_read: got stat0=%lx\n", stat0); in conf_read() 155 *(vulp)LCA_IOC_STAT0 = stat0; in conf_read() 170 unsigned long flags, code, stat0; in conf_write() local 175 stat0 = *(vulp)LCA_IOC_STAT0; in conf_write() [all …]
|
D | core_mcpcia.c | 92 unsigned int stat0, value, cpu; in conf_read() local 102 stat0 = *(vuip)MCPCIA_CAP_ERR(mid); in conf_read() 103 *(vuip)MCPCIA_CAP_ERR(mid) = stat0; in conf_read() 106 DBG_CFG(("conf_read: MCPCIA_CAP_ERR(%d) was 0x%x\n", mid, stat0)); in conf_read() 140 unsigned int stat0, cpu; in conf_write() local 147 stat0 = *(vuip)MCPCIA_CAP_ERR(mid); in conf_write() 148 *(vuip)MCPCIA_CAP_ERR(mid) = stat0; mb(); in conf_write() 150 DBG_CFG(("conf_write: MCPCIA CAP_ERR(%d) was 0x%x\n", mid, stat0)); in conf_write()
|
D | core_cia.c | 109 int stat0, value; in conf_read() local 116 stat0 = *(vip)CIA_IOC_CIA_ERR; in conf_read() 117 *(vip)CIA_IOC_CIA_ERR = stat0; in conf_read() 164 int stat0, cia_cfg = 0; in conf_write() local 170 stat0 = *(vip)CIA_IOC_CIA_ERR; in conf_write() 171 *(vip)CIA_IOC_CIA_ERR = stat0; in conf_write()
|
/arch/mips/include/asm/octeon/ |
D | cvmx-pip.h | 371 union cvmx_pip_stat0_prtx stat0; in cvmx_pip_get_port_status() local 389 stat0.u64 = cvmx_read_csr(CVMX_PIP_STAT0_PRTX(port_num)); in cvmx_pip_get_port_status() 406 status->dropped_octets = stat0.s.drp_octs; in cvmx_pip_get_port_status() 407 status->dropped_packets = stat0.s.drp_pkts; in cvmx_pip_get_port_status()
|
D | cvmx-spxx-defs.h | 70 uint64_t stat0:1; member 72 uint64_t stat0:1;
|
/arch/arm/common/ |
D | sa1111.c | 214 unsigned int stat0, stat1, i; in sa1111_irq_handler() local 219 stat0 = readl_relaxed(mapbase + SA1111_INTSTATCLR0); in sa1111_irq_handler() 222 writel_relaxed(stat0, mapbase + SA1111_INTSTATCLR0); in sa1111_irq_handler() 228 if (stat0 == 0 && stat1 == 0) { in sa1111_irq_handler() 235 for (i = 0; stat0; i++, stat0 >>= 1) in sa1111_irq_handler() 236 if (stat0 & 1) in sa1111_irq_handler()
|
/arch/mips/cavium-octeon/executive/ |
D | cvmx-spi.c | 220 if (spxx_bist_stat.s.stat0) in cvmx_spi_reset_cb()
|