Searched refs:status0 (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/net/pcmcia/ |
D | wavelan_cs.c | 4017 int status0; local 4058 status0 = inb(LCSR(base)); 4061 printk(KERN_DEBUG "status0 0x%x [%s => 0x%x]", status0, 4062 (status0&SR0_INTERRUPT)?"int":"no int",status0&~SR0_INTERRUPT); 4063 if(status0&SR0_INTERRUPT) 4065 printk(" [%s => %d]\n", (status0 & SR0_CHNL) ? "chnl" : 4066 ((status0 & SR0_EXECUTION) ? "cmd" : 4067 ((status0 & SR0_RECEPTION) ? "recv" : "unknown")), 4068 (status0 & SR0_EVENT_MASK)); 4075 if(!(status0 & SR0_INTERRUPT)) [all …]
|
/linux-2.4.37.9/drivers/net/ |
D | amd8111e.c | 826 int status0,speed; in amd8111e_link_change() local 829 status0 = readl(lp->mmio + STAT0); in amd8111e_link_change() 831 if(status0 & LINK_STATS){ in amd8111e_link_change() 832 if(status0 & AUTONEG_COMPLETE) in amd8111e_link_change() 837 if(status0 & FULL_DPLX) in amd8111e_link_change() 841 speed = (status0 & SPEED_MASK) >> 7; in amd8111e_link_change()
|
/linux-2.4.37.9/drivers/scsi/ |
D | pci2220i.c | 610 UCHAR status0, status1; in WriteDataBoth() local 613 status0 = WaitDrq (padapter); in WriteDataBoth() 614 if ( !status0 ) in WriteDataBoth() 634 if ( status0 ) in WriteDataBoth() 683 UCHAR status0; in IdeCmdBoth() local 689 status0 = WaitReady (padapter); in IdeCmdBoth() 690 if ( !status0 ) in IdeCmdBoth() 707 if ( status0 ) in IdeCmdBoth()
|
/linux-2.4.37.9/drivers/char/ |
D | synclinkmp.c | 2490 unsigned char status, status0, status1=0; in synclinkmp_interrupt() local 2511 status0 = (unsigned char)tmp; in synclinkmp_interrupt() 2518 status0,dmastatus0,timerstatus0); in synclinkmp_interrupt() 2533 if (!status0 && !dmastatus0 && !timerstatus0 && in synclinkmp_interrupt() 2541 status = status0; in synclinkmp_interrupt()
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic79xx_core.c | 1154 u_int status0; in ahd_handle_scsiint() local 1166 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint() 1171 if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint() 1176 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint() 1188 if ((status0 & IOERR) != 0) { in ahd_handle_scsiint() 1202 } else if ((status0 & OVERRUN) != 0) { in ahd_handle_scsiint() 1272 } else if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint()
|
D | aic7xxx_core.c | 956 u_int status0; in ahc_handle_scsiint() local 970 status0 = ahc_inb(ahc, SSTAT0) & IOERR; in ahc_handle_scsiint() 972 status0 = 0; in ahc_handle_scsiint() 974 if (status == 0 && status0 == 0) { in ahc_handle_scsiint() 1000 && (status0 & IOERR) != 0) { in ahc_handle_scsiint()
|
/linux-2.4.37.9/Documentation/ |
D | devices.txt | 2257 0 = /dev/mvideo/status0 Video compression status
|