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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dcore_apecs.c131 unsigned int stat0, value; local
139 stat0 = *(vuip)APECS_IOC_DCSR;
140 *(vuip)APECS_IOC_DCSR = stat0;
142 DBGC(("conf_read: APECS DCSR was 0x%x\n", stat0));
180 stat0 = *(vuip)APECS_IOC_DCSR;
181 DBGC(("conf_read: APECS DCSR after read 0x%x\n", stat0));
184 if (stat0 & 0xffe0U) {
186 if (!(stat0 & 0x0800)) {
187 printk("apecs.c:conf_read: got stat0=%x\n", stat0);
211 unsigned int stat0; local
[all...]
H A Dcore_lca.c132 unsigned long flags, code, stat0; local
138 stat0 = *(vulp)LCA_IOC_STAT0;
139 *(vulp)LCA_IOC_STAT0 = stat0;
146 stat0 = *(vulp)LCA_IOC_STAT0;
147 if (stat0 & LCA_IOC_STAT0_ERR) {
148 code = ((stat0 >> LCA_IOC_STAT0_CODE_SHIFT)
151 printk("lca.c:conf_read: got stat0=%lx\n", stat0);
155 *(vulp)LCA_IOC_STAT0 = stat0;
170 unsigned long flags, code, stat0; local
387 ioc_error(__u32 stat0, __u32 stat1) argument
[all...]
H A Dcore_mcpcia.c96 unsigned int stat0, value, temp, cpu; local
106 stat0 = *(vuip)MCPCIA_CAP_ERR(mid);
107 *(vuip)MCPCIA_CAP_ERR(mid) = stat0;
110 DBG_CFG(("conf_read: MCPCIA_CAP_ERR(%d) was 0x%x\n", mid, stat0));
144 unsigned int stat0, temp, cpu; local
151 stat0 = *(vuip)MCPCIA_CAP_ERR(mid);
152 *(vuip)MCPCIA_CAP_ERR(mid) = stat0; mb();
154 DBG_CFG(("conf_write: MCPCIA CAP_ERR(%d) was 0x%x\n", mid, stat0));
H A Dcore_cia.c112 int stat0, value; local
119 stat0 = *(vip)CIA_IOC_CIA_ERR;
120 *(vip)CIA_IOC_CIA_ERR = stat0;
167 int stat0, cia_cfg = 0; local
173 stat0 = *(vip)CIA_IOC_CIA_ERR;
174 *(vip)CIA_IOC_CIA_ERR = stat0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/mach-sa1100/
H A Dsa1111.c48 unsigned long stat0, stat1; local
53 stat0 = INTSTATCLR0;
56 if (stat0 == 0 && stat1 == 0)
59 for (i = IRQ_SA1111_START; stat0; i++, stat0 >>= 1)
60 if (stat0 & 1)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/aty/
H A Datyfb_base.c1765 u32 stat0; local
1767 stat0 = aty_ld_le32(CONFIG_STAT0, info);
1768 info->bus_type = (stat0 >> 0) & 0x07;
1769 info->ram_type = (stat0 >> 3) & 0x07;
1774 dac_type = (stat0 >> 9) & 0x07;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Daha152x.c2839 unsigned int stat0 = GETPORT(SSTAT0); local
2849 } else if(stat0 & SELDI && PREVSTATE==busfree) {
2851 } else if(stat0 & SELDO && CURRENT_SC && (CURRENT_SC->SCp.phase & selecting)) {
2873 if((stat0 & SELDI) && STATE!=seldi && !dataphase) {

Completed in 200 milliseconds