Lines Matching refs:stat0
129 unsigned int stat0, value; in conf_read() local
137 stat0 = *(vuip)APECS_IOC_DCSR; in conf_read()
138 *(vuip)APECS_IOC_DCSR = stat0; in conf_read()
140 DBGC(("conf_read: APECS DCSR was 0x%x\n", stat0)); in conf_read()
179 stat0 = *(vuip)APECS_IOC_DCSR; in conf_read()
180 DBGC(("conf_read: APECS DCSR after read 0x%x\n", stat0)); in conf_read()
183 if (stat0 & 0xffe0U) { in conf_read()
185 if (!(stat0 & 0x0800)) { in conf_read()
186 printk("apecs.c:conf_read: got stat0=%x\n", stat0); in conf_read()
190 *(vuip)APECS_IOC_DCSR = stat0; in conf_read()
211 unsigned int stat0; in conf_write() local
217 stat0 = *(vuip)APECS_IOC_DCSR; in conf_write()
218 *(vuip)APECS_IOC_DCSR = stat0; in conf_write()
249 stat0 = *(vuip)APECS_IOC_DCSR; in conf_write()
252 if (stat0 & 0xffe0U) { in conf_write()
254 if (!(stat0 & 0x0800)) { in conf_write()
255 printk("apecs.c:conf_write: got stat0=%x\n", stat0); in conf_write()
259 *(vuip)APECS_IOC_DCSR = stat0; in conf_write()