Searched refs:stat0 (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dcore_apecs.c128 unsigned int stat0, value; local
136 stat0 = *(vuip)APECS_IOC_DCSR;
137 *(vuip)APECS_IOC_DCSR = stat0;
139 DBGC(("conf_read: APECS DCSR was 0x%x\n", stat0));
177 stat0 = *(vuip)APECS_IOC_DCSR;
178 DBGC(("conf_read: APECS DCSR after read 0x%x\n", stat0));
181 if (stat0 & 0xffe0U) {
183 if (!(stat0 & 0x0800)) {
184 printk("apecs.c:conf_read: got stat0=%x\n", stat0);
208 unsigned int stat0; local
[all...]
H A Dcore_lca.c131 unsigned long flags, code, stat0; local
137 stat0 = *(vulp)LCA_IOC_STAT0;
138 *(vulp)LCA_IOC_STAT0 = stat0;
145 stat0 = *(vulp)LCA_IOC_STAT0;
146 if (stat0 & LCA_IOC_STAT0_ERR) {
147 code = ((stat0 >> LCA_IOC_STAT0_CODE_SHIFT)
150 printk("lca.c:conf_read: got stat0=%lx\n", stat0);
154 *(vulp)LCA_IOC_STAT0 = stat0;
169 unsigned long flags, code, stat0; local
359 ioc_error(__u32 stat0, __u32 stat1) argument
[all...]
H A Dcore_mcpcia.c91 unsigned int stat0, value, temp, cpu; local
101 stat0 = *(vuip)MCPCIA_CAP_ERR(mid);
102 *(vuip)MCPCIA_CAP_ERR(mid) = stat0;
105 DBG_CFG(("conf_read: MCPCIA_CAP_ERR(%d) was 0x%x\n", mid, stat0));
139 unsigned int stat0, temp, cpu; local
146 stat0 = *(vuip)MCPCIA_CAP_ERR(mid);
147 *(vuip)MCPCIA_CAP_ERR(mid) = stat0; mb();
149 DBG_CFG(("conf_write: MCPCIA CAP_ERR(%d) was 0x%x\n", mid, stat0));
H A Dcore_cia.c107 int stat0, value; local
114 stat0 = *(vip)CIA_IOC_CIA_ERR;
115 *(vip)CIA_IOC_CIA_ERR = stat0;
162 int stat0, cia_cfg = 0; local
168 stat0 = *(vip)CIA_IOC_CIA_ERR;
169 *(vip)CIA_IOC_CIA_ERR = stat0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dcvmx-pip.h340 union cvmx_pip_stat0_prtx stat0; local
358 stat0.u64 = cvmx_read_csr(CVMX_PIP_STAT0_PRTX(port_num));
375 status->dropped_octets = stat0.s.drp_octs;
376 status->dropped_packets = stat0.s.drp_pkts;
H A Dcvmx-spxx-defs.h82 uint64_t stat0:1; member in struct:cvmx_spxx_bist_stat::cvmx_spxx_bist_stat_s
H A Dcvmx-spi.c219 if (spxx_bist_stat.s.stat0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/common/
H A Dsa1111.c204 unsigned int stat0, stat1, i; local
208 stat0 = sa1111_readl(mapbase + SA1111_INTSTATCLR0);
211 sa1111_writel(stat0, mapbase + SA1111_INTSTATCLR0);
217 if (stat0 == 0 && stat1 == 0) {
222 for (i = 0; stat0; i++, stat0 >>= 1)
223 if (stat0 & 1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dael1002.c180 unsigned int stat0, stat1, stat2; local
182 MDIO_PMA_RXDET, &stat0);
192 *link_ok = (stat0 & stat1 & (stat2 >> 12)) & 1;
838 unsigned int stat0, stat1, stat2; local
840 MDIO_PMA_RXDET, &stat0);
850 *link_ok = (stat0 & (stat1 >> 12) & (stat2 >> 12)) & 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dt4fw_api.h979 __be64 stat0; member in struct:fw_vi_stats_cmd::fw_vi_stats::fw_vi_stats_ctl
1323 __be64 stat0; member in struct:fw_port_stats_cmd::fw_port_stats::fw_port_stats_ctl
1420 __be64 stat0; member in struct:fw_port_lb_stats_cmd::fw_port_lb_stats::fw_port_lb_stats_ctl
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Datyfb_base.c2323 u32 stat0; local
2325 stat0 = aty_ld_le32(CNFG_STAT0, par);
2326 par->bus_type = (stat0 >> 0) & 0x07;
2327 par->ram_type = (stat0 >> 3) & 0x07;
2332 dac_type = (stat0 >> 9) & 0x07;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daha152x.c2352 unsigned int stat0 = GETPORT(SSTAT0); local
2362 } else if(stat0 & SELDI && PREVSTATE==busfree) {
2364 } else if(stat0 & SELDO && CURRENT_SC && (CURRENT_SC->SCp.phase & selecting)) {
2386 if((stat0 & SELDI) && STATE!=seldi && !dataphase) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4vf/
H A Dt4vf_hw.c1169 memcpy(fwsp, &rpl.u.ctl.stat0, sizeof(__be64) * nstats);

Completed in 214 milliseconds