Searched defs:istatus (Results 1 - 15 of 15) sorted by relevance

/drivers/isdn/act2000/
H A Dact2000_isa.c67 u_char istatus; local
69 istatus = (inb(ISA_PORT_ISR) & 0x07);
70 if (istatus & ISA_ISR_OUT) {
72 istatus &= ISA_ISR_OUT_MASK;
77 if (istatus & ISA_ISR_ERR) {
79 istatus &= ISA_ISR_ERR_MASK;
82 if (istatus)
83 printk(KERN_DEBUG "act2000: ?IRQ %d %02x\n", card->irq, istatus);
/drivers/gpio/
H A Dgpio-ml-ioh.c38 u32 istatus; member in struct:ioh_reg_comn
371 reg_val = ioread32(&chip->reg->regs[i].istatus);
H A Dgpio-pch.c35 u32 istatus; member in struct:pch_regs
315 u32 reg_val = ioread32(&chip->reg->istatus);
/drivers/misc/sgi-gru/
H A Dgrukservices.c438 if (ret > 0 && gen->istatus == CBS_EXCEPTION) {
453 while (gen->istatus >= CBS_ACTIVE) {
457 return gen->istatus;
488 ret = gen->istatus;
803 int istatus, clines, ret; local
823 istatus = gru_wait(cb);
824 if (istatus != CBS_IDLE)
1055 int i, k, istatus, bytes; local
1079 istatus = gru_check_status(cb);
1080 if (istatus !
[all...]
H A Dgru_instructions.h111 unsigned char istatus: 2; member in struct:gru_instruction_bits
630 unsigned int istatus :2; member in struct:gru_control_block_status
640 return cbs->istatus;
670 ret = cbs->istatus;
/drivers/tty/serial/
H A Dmxs-auart.c378 u32 istatus, istat; local
382 istatus = istat = readl(s->port.membase + AUART_INTR);
401 writel(istatus & (AUART_INTR_RTIS
/drivers/scsi/
H A Dqla1280.c776 "ictrl %04x, istatus %04x\n", ha->host_no, ha->mailbox_out[0],
777 RD_REG_WORD(&reg->ictrl), RD_REG_WORD(&reg->istatus));
874 dprintk(4, "error_action %i, istatus 0x%04x\n", action,
875 RD_REG_WORD(&ha->iobase->istatus));
1131 data = qla1280_debounce_register(&reg->istatus);
2513 data = qla1280_debounce_register(&reg->istatus);
2525 "mailbox0 = 0x%04x, mailbox_out0 = 0x%04x, istatus = "
2527 mb[0], ha->mailbox_out[0], RD_REG_WORD(&reg->istatus));
2571 data = RD_REG_WORD(&reg->istatus);
3430 u16 istatus; local
[all...]
H A Dtmscsim.c656 u8 istate, istatus; local
671 istatus = DC390_read8 (INT_Status); /* This clears Scsi_Status, Intern_State and INT_Status ! */
673 DEBUG1(printk (KERN_INFO "Istatus(Res,Inv,Dis,Serv,Succ,ReS,SelA,Sel)=%02x,",istatus));
675 dc390_laststatus |= /* dstatus<<24 | */ sstatus<<16 | istate<<8 | istatus;
683 else if (istatus & INVALID_CMD)
690 if (istatus & SCSI_RESET)
696 if (istatus & DISCONNECTED)
702 if (istatus & RESELECTED)
708 else if (istatus & (SELECTED | SEL_ATTENTION))
714 if (istatus
[all...]
H A Dqla1280.h148 uint16_t istatus; /* Interface status */ member in struct:device_reg
/drivers/staging/comedi/drivers/
H A Drtd520.c1565 u32 istatus = RtdPlxInterruptRead(dev); local
1567 if (istatus & ICS_DMA0_A) {
1579 /*DPRINTK ("rtd520: DMA transfer: %ld to go, istatus %x\n",
1580 devpriv->aiCount, istatus); */
1591 /*DPRINTK ("rtd520: No DMA ready: istatus %x\n", istatus); */
/drivers/net/ethernet/marvell/
H A Dskge.c2334 u16 istatus, phystat; local
2336 istatus = gm_phy_read(hw, port, PHY_MARV_INT_STAT);
2340 "phy interrupt status 0x%x 0x%x\n", istatus, phystat);
2342 if (istatus & PHY_M_IS_AN_COMPL) {
2387 if (istatus & PHY_M_IS_LSP_CHANGE)
2390 if (istatus & PHY_M_IS_DUP_CHANGE)
2392 if (istatus & PHY_M_IS_LST_CHANGE) {
H A Dsky2.c2317 u16 istatus, phystat; local
2323 istatus = gm_phy_read(hw, port, PHY_MARV_INT_STAT);
2327 istatus, phystat);
2329 if (istatus & PHY_M_IS_AN_COMPL) {
2336 if (istatus & PHY_M_IS_LSP_CHANGE)
2339 if (istatus & PHY_M_IS_DUP_CHANGE)
2343 if (istatus & PHY_M_IS_LST_CHANGE) {
/drivers/scsi/aic7xxx/
H A Daic79xx.h447 struct initiator_status istatus; member in union:hardware_scb::__anon4054
/drivers/scsi/qla2xxx/
H A Dqla_fw.h936 uint32_t istatus; /* Interrupt status. */ member in struct:device_reg_24xx
H A Dqla_def.h317 uint16_t istatus; /* Interrupt status */ member in struct:device_reg_2xxx

Completed in 872 milliseconds