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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/i2c/l3/
H A Duda1341.c54 #define IS_STATUS(x) ((x) == stat0 || (x) == stat1)
87 stat0, enumerator in enum:uda1341_regs_names
252 ret = snd_uda1341_update_bits(clnt, stat0, 1, 6, 1, flush); // RESET
253 ret = snd_uda1341_update_bits(clnt, stat0, 1, 6, 0, flush); // RESTORE
257 ret = snd_uda1341_update_bits(clnt, stat0, 3, 4, value, flush);
260 ret = snd_uda1341_update_bits(clnt, stat0, 7, 1, value, flush);
322 for (reg = stat0; reg < uda1341_reg_last; reg++)
328 for (reg = stat0; reg < uda1341_reg_last; reg++)
814 uda->regs[stat0] = STAT0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/common/
H A Dsa1111.c151 unsigned int stat0, stat1, i; local
154 stat0 = sa1111_readl(base + SA1111_INTSTATCLR0);
157 sa1111_writel(stat0, base + SA1111_INTSTATCLR0);
163 if (stat0 == 0 && stat1 == 0) {
168 for (i = IRQ_SA1111_START; stat0; i++, stat0 >>= 1)
169 if (stat0 & 1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/aty/
H A Datyfb_base.c2267 u32 stat0; local
2269 stat0 = aty_ld_le32(CONFIG_STAT0, par);
2270 par->bus_type = (stat0 >> 0) & 0x07;
2271 par->ram_type = (stat0 >> 3) & 0x07;
2276 dac_type = (stat0 >> 9) & 0x07;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Daha152x.c2394 unsigned int stat0 = GETPORT(SSTAT0); local
2404 } else if(stat0 & SELDI && PREVSTATE==busfree) {
2406 } else if(stat0 & SELDO && CURRENT_SC && (CURRENT_SC->SCp.phase & selecting)) {
2428 if((stat0 & SELDI) && STATE!=seldi && !dataphase) {

Completed in 168 milliseconds