Home
last modified time | relevance | path

Searched refs:status2 (Results 1 – 15 of 15) sorted by relevance

/drivers/acpi/acpica/
Dpsloop.c572 acpi_status status2; in acpi_ps_complete_op() local
583 status2 = acpi_ps_complete_this_op(walk_state, *op); in acpi_ps_complete_op()
584 if (ACPI_FAILURE(status2)) { in acpi_ps_complete_op()
585 return_ACPI_STATUS(status2); in acpi_ps_complete_op()
618 status2 = acpi_ps_complete_this_op(walk_state, *op); in acpi_ps_complete_op()
619 if (ACPI_FAILURE(status2)) { in acpi_ps_complete_op()
620 return_ACPI_STATUS(status2); in acpi_ps_complete_op()
648 status2 = acpi_ps_complete_this_op(walk_state, *op); in acpi_ps_complete_op()
649 if (ACPI_FAILURE(status2)) { in acpi_ps_complete_op()
650 return_ACPI_STATUS(status2); in acpi_ps_complete_op()
[all …]
/drivers/media/dvb/frontends/
Dbcm3510.c60 struct bcm3510_hab_cmd_status2 status2; member
273 …bcm3510_do_hab_cmd(st, CMD_STATUS, MSGID_STATUS2, NULL,0, (u8 *)&st->status2, sizeof(st->status2)); in bcm3510_refresh_state()
308 *ber = (st->status2.LDBER0 << 16) | (st->status2.LDBER1 << 8) | st->status2.LDBER2; in bcm3510_read_ber()
316 *unc = (st->status2.LDUERC0 << 8) | st->status2.LDUERC1; in bcm3510_read_unc()
326 t = st->status2.SIGNAL; in bcm3510_read_signal_strength()
559 memset(&st->status2,0,sizeof(st->status2)); in bcm3510_set_frontend()
/drivers/mfd/
Dwm8350-core.c372 u16 level_one, status1, status2, comp; in wm8350_irq_worker() local
379 status2 = wm8350_reg_read(wm8350, WM8350_INT_STATUS_2) in wm8350_irq_worker()
464 if (status2) { in wm8350_irq_worker()
465 if (status2 & WM8350_CS1_EINT) in wm8350_irq_worker()
467 if (status2 & WM8350_CS2_EINT) in wm8350_irq_worker()
470 if (status2 & WM8350_SYS_HYST_COMP_FAIL_EINT) in wm8350_irq_worker()
473 if (status2 & WM8350_SYS_CHIP_GT115_EINT) in wm8350_irq_worker()
476 if (status2 & WM8350_SYS_CHIP_GT140_EINT) in wm8350_irq_worker()
479 if (status2 & WM8350_SYS_WDOG_TO_EINT) in wm8350_irq_worker()
483 if (status2 & WM8350_AUXADC_DATARDY_EINT) in wm8350_irq_worker()
[all …]
/drivers/net/hamradio/
D6pack.c116 unsigned char status2; member
150 actual = sp->tty->ops->write(sp->tty, sp->xbuff, sp->status2); in sp_xmit_on_air()
155 sp->status2 = 0; in sp_xmit_on_air()
230 sp->status2 = count; in sp_encaps()
541 sp->status2 = 0; in resync_tnc()
644 sp->status2 = 0; in sixpack_open()
907 if ((sp->status2 != 0) && (sp->duplex == 1)) { in decode_prio_command()
911 actual = sp->tty->ops->write(sp->tty, sp->xbuff, sp->status2); in decode_prio_command()
915 sp->status2 = 0; in decode_prio_command()
/drivers/net/arm/
Dam79c961a.c567 u_int status2; in am79c961_tx() local
571 status2 = am_readword (dev, hdraddr + 6); in am79c961_tx()
578 if (status2 & TST_RTRY) in am79c961_tx()
580 if (status2 & TST_LCOL) in am79c961_tx()
582 if (status2 & TST_LCAR) in am79c961_tx()
584 if (status2 & TST_UFLO) in am79c961_tx()
/drivers/net/
Dni65.c826 tmdp->blen = tmdp->status2 = 0; in ni65_lance_reinit()
996 if(tmdp->status2 & XMIT_TDRMASK && debuglevel > 3) in ni65_xmit_intr()
1000 if(tmdp->status2 & XMIT_RTRY) in ni65_xmit_intr()
1002 if(tmdp->status2 & XMIT_LCAR) in ni65_xmit_intr()
1004 if(tmdp->status2 & (XMIT_BUFF | XMIT_UFLO )) { in ni65_xmit_intr()
1018 …intk(KERN_ERR "%s: xmit-error: %04x %02x-%04x\n",dev->name,csr0,(int) tmdstat,(int) tmdp->status2); in ni65_xmit_intr()
1021 tmdp->status2 = 0; in ni65_xmit_intr()
Dni65.h120 volatile unsigned short status2; member
Dstarfire.c474 __le16 status2; member
479 __le16 status2; member
484 __le16 status2; member
1515 …k(KERN_DEBUG " netdev_rx() status2 of %d was %#4.4x.\n", np->rx_done, le16_to_cpu(desc->status2)); in __netdev_rx()
1517 if (le16_to_cpu(desc->status2) & 0x0100) { in __netdev_rx()
1530 else if (le16_to_cpu(desc->status2) & 0x0040) { in __netdev_rx()
1533 printk(KERN_DEBUG "%s: checksum_hw, status2 = %#x\n", dev->name, le16_to_cpu(desc->status2)); in __netdev_rx()
1536 if (np->vlgrp && le16_to_cpu(desc->status2) & 0x0200) { in __netdev_rx()
Dyellowfin.c1094 u8 status2 = buf_addr[data_size-1]; in yellowfin_rx() local
1097 if (status2 & 0x03) dev->stats.rx_frame_errors++; in yellowfin_rx()
1098 if (status2 & 0x04) dev->stats.rx_crc_errors++; in yellowfin_rx()
1099 if (status2 & 0x80) dev->stats.rx_dropped++; in yellowfin_rx()
/drivers/serial/
D8250.c888 unsigned char scratch, status1, status2; in autoconfig_8250() local
896 status2 = serial_in(up, UART_SCR); in autoconfig_8250()
899 if (status1 == 0xa5 && status2 == 0x5a) in autoconfig_8250()
924 unsigned char status1, status2; in autoconfig_16550a() local
969 status2 = serial_in(up, 0x02); /* EXCR1 */ in autoconfig_16550a()
971 if (!((status2 ^ status1) & UART_MCR_LOOP)) { in autoconfig_16550a()
975 status2 = serial_in(up, 0x02); /* EXCR1 */ in autoconfig_16550a()
979 if ((status2 ^ status1) & UART_MCR_LOOP) { in autoconfig_16550a()
1015 status2 = serial_in(up, UART_IIR) >> 5; in autoconfig_16550a()
1019 DEBUG_AUTOCONF("iir1=%d iir2=%d ", status1, status2); in autoconfig_16550a()
[all …]
Dsunsu.c1026 unsigned char status1, status2, scratch, scratch2, scratch3; in sunsu_autoconfig() local
1142 status2 = serial_in(up, UART_SCR); in sunsu_autoconfig()
1145 if ((status1 != 0xa5) || (status2 != 0x5a)) in sunsu_autoconfig()
/drivers/net/wireless/ath9k/
Dhw.h42 u32 status2; member
54 u32 status2; member
81 #define ds_txstatus2 u.tx.status2
92 #define ds_rxstatus2 u.rx.status2
/drivers/video/
Dmacfb.c115 unsigned int status2; /* OFFSET: 0x2C */ member
455 clut_status = nubus_readb(&civic_cmap_regs->status2); in civic_setpalette()
/drivers/scsi/lpfc/
Dlpfc_sli.c5533 unsigned long status1, status2; in lpfc_intr_handler() local
5582 status2 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_ELS_RING))); in lpfc_intr_handler()
5583 status2 >>= (4*LPFC_ELS_RING); in lpfc_intr_handler()
5585 if (status1 || (status2 & HA_RXMASK)) in lpfc_intr_handler()
5600 status2 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_EXTRA_RING))); in lpfc_intr_handler()
5601 status2 >>= (4*LPFC_EXTRA_RING); in lpfc_intr_handler()
5603 status2 = 0; in lpfc_intr_handler()
5605 if ((status1 & HA_RXMASK) || (status2 & HA_RXMASK)) in lpfc_intr_handler()
/drivers/char/
Dsynclinkmp.c2123 unsigned char status2 = read_reg(info, SR2) & info->ie2_value & OVRN; in isr_rxint() local
2129 if (status2) in isr_rxint()
2130 write_reg(info, SR2, status2); in isr_rxint()
2134 __FILE__,__LINE__,info->device_name,status,status2); in isr_rxint()