/linux-2.4.37.9/arch/arm/kernel/ |
D | time-acorn.c | 28 unsigned int count1, count2, status1, status2; in ioctime_gettimeoffset() local 31 status1 = ioc_readb(IOC_IRQREQA); in ioctime_gettimeoffset()
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_pci.c | 1256 u_int status1; in ahc_pci_test_register_access() local 1296 status1 = ahc_pci_read_config(ahc->dev_softc, in ahc_pci_test_register_access() 1299 status1, /*bytes*/1); in ahc_pci_test_register_access() 1308 status1 = ahc_pci_read_config(ahc->dev_softc, in ahc_pci_test_register_access() 1310 if ((status1 & STA) != 0) in ahc_pci_test_register_access() 1317 status1 = ahc_pci_read_config(ahc->dev_softc, in ahc_pci_test_register_access() 1320 status1, /*bytes*/1); in ahc_pci_test_register_access() 1999 u_int status1; in ahc_pci_intr() local 2005 status1 = ahc_pci_read_config(ahc->dev_softc, in ahc_pci_intr() 2012 if (status1 & DPE) { in ahc_pci_intr() [all …]
|
/linux-2.4.37.9/arch/i386/math-emu/ |
D | fpu_entry.c | 319 unsigned short status1 = partial_status; in math_emulate() local 369 partial_status = status1; in math_emulate() 415 partial_status |= status1 & SW_Denorm_Op; in math_emulate() 457 partial_status = status1; /* Undo any denorm tag, in math_emulate()
|
/linux-2.4.37.9/drivers/net/hamradio/ |
D | 6pack.c | 124 unsigned char status1; member 397 if (((sp->status1 & SIXP_DCD_MASK) == 0) && (random < sp->persistance)) { in sp_xmit_on_air() 478 sp->status1 = 1; in sp_open() 953 sp->status1 = cmd & SIXP_PRIO_DATA_MASK; in decode_prio_command() 974 sp->status1 = 1; in resync_tnc()
|
/linux-2.4.37.9/drivers/scsi/ |
D | pci2220i.c | 610 UCHAR status0, status1; in WriteDataBoth() local 617 status1 = WaitDrq (padapter); in WriteDataBoth() 618 if ( !status1 ) in WriteDataBoth() 684 UCHAR status1; in IdeCmdBoth() local 693 status1 = WaitReady (padapter); in IdeCmdBoth() 694 if ( !status1 ) in IdeCmdBoth() 1591 UCHAR status1; in Irq_Handler() local 1906 status1 = inb_p (padapter->regStatCmd); // read the device status in Irq_Handler() 1911 status1 = 0; in Irq_Handler() 1915 if ( pdev->raid && !(status1 & (IDE_STATUS_ERROR | IDE_STATUS_WRITE_FAULT)) ) in Irq_Handler() [all …]
|
D | aic7xxx_old.c | 4082 unsigned char status1; in aic7xxx_pci_intr() local 4084 pci_read_config_byte(p->pdev, PCI_STATUS + 1, &status1); in aic7xxx_pci_intr() 4086 if ( (status1 & DPE) && (aic7xxx_verbose & VERBOSE_MINOR_ERROR) ) in aic7xxx_pci_intr() 4089 if ( (status1 & SSE) && (aic7xxx_verbose & VERBOSE_MINOR_ERROR) ) in aic7xxx_pci_intr() 4092 if ( (status1 & RMA) && (aic7xxx_verbose & VERBOSE_MINOR_ERROR) ) in aic7xxx_pci_intr() 4095 if ( (status1 & RTA) && (aic7xxx_verbose & VERBOSE_MINOR_ERROR) ) in aic7xxx_pci_intr() 4098 if ( (status1 & STA) && (aic7xxx_verbose & VERBOSE_MINOR_ERROR) ) in aic7xxx_pci_intr() 4101 if ( (status1 & DPR) && (aic7xxx_verbose & VERBOSE_MINOR_ERROR) ) in aic7xxx_pci_intr() 4105 pci_write_config_byte(p->pdev, PCI_STATUS + 1, status1); in aic7xxx_pci_intr() 4106 if (status1 & (DPR|RMA|RTA)) in aic7xxx_pci_intr()
|
/linux-2.4.37.9/drivers/sbus/char/ |
D | su.c | 2268 unsigned char status1, status2, scratch, scratch2; in autoconfig() local 2372 status1 = serial_inp(info, UART_MSR) & 0xF0; in autoconfig() 2374 if (status1 != 0x90) { in autoconfig() 2379 printk("su: loopback returned status 0x%02x\n", status1); in autoconfig() 2434 status1 = serial_in(info, UART_SCR); in autoconfig() 2439 if ((status1 != 0xa5) || (status2 != 0x5a)) in autoconfig()
|
/linux-2.4.37.9/drivers/net/ |
D | yellowfin.c | 1149 u8 status1 = buf_addr[data_size-2]; 1152 if (status1 & 0xC0) yp->stats.rx_length_errors++;
|
/linux-2.4.37.9/drivers/char/ |
D | synclinkmp.c | 2490 unsigned char status, status0, status1=0; in synclinkmp_interrupt() local 2523 status1 = (unsigned char)tmp; in synclinkmp_interrupt() 2530 status1,dmastatus1,timerstatus1); in synclinkmp_interrupt() 2534 !status1 && !dmastatus1 && !timerstatus1) in synclinkmp_interrupt() 2544 status = status1; in synclinkmp_interrupt()
|
D | serial.c | 3651 unsigned char status1, status2, scratch, scratch2, scratch3; in autoconfig() local 3730 status1 = serial_inp(info, UART_MSR) & 0xF0; in autoconfig() 3732 if (status1 != 0x90) { in autoconfig() 3825 status1 = serial_in(info, UART_SCR); in autoconfig() 3830 if ((status1 != 0xa5) || (status2 != 0x5a)) in autoconfig()
|
/linux-2.4.37.9/Documentation/ |
D | devices.txt | 2264 16 = /dev/mvideo/status1 Second device
|