/Linux-v4.19/drivers/acpi/acpica/ |
D | psobject.c | 440 acpi_status status2; in acpi_ps_complete_op() local 451 status2 = acpi_ps_complete_this_op(walk_state, *op); in acpi_ps_complete_op() 452 if (ACPI_FAILURE(status2)) { in acpi_ps_complete_op() 453 return_ACPI_STATUS(status2); in acpi_ps_complete_op() 487 status2 = acpi_ps_complete_this_op(walk_state, *op); in acpi_ps_complete_op() 488 if (ACPI_FAILURE(status2)) { in acpi_ps_complete_op() 489 return_ACPI_STATUS(status2); in acpi_ps_complete_op() 517 status2 = acpi_ps_complete_this_op(walk_state, *op); in acpi_ps_complete_op() 518 if (ACPI_FAILURE(status2)) { in acpi_ps_complete_op() 519 return_ACPI_STATUS(status2); in acpi_ps_complete_op() [all …]
|
D | dspkginit.c | 358 acpi_status status2; in acpi_ds_resolve_package_element() local 408 status2 = acpi_ns_externalize_name(ACPI_UINT32_MAX, in acpi_ds_resolve_package_element() 415 if (ACPI_SUCCESS(status2)) { in acpi_ds_resolve_package_element()
|
/Linux-v4.19/drivers/power/supply/ |
D | adp5061.c | 159 u8 *status1, u8 *status2) in adp5061_get_status() argument 171 *status2 = buf[1]; in adp5061_get_status() 424 u8 status1, status2; in adp5061_get_chg_type() local 427 ret = adp5061_get_status(st, &status1, &status2); in adp5061_get_chg_type() 443 u8 status1, status2; in adp5061_get_charger_status() local 446 ret = adp5061_get_status(st, &status1, &status2); in adp5061_get_charger_status() 476 u8 status1, status2; in adp5061_get_battery_status() local 479 ret = adp5061_get_status(st, &status1, &status2); in adp5061_get_battery_status() 483 switch (ADP5061_CHG_STATUS_2_BAT_STATUS(status2)) { in adp5061_get_battery_status() 538 u8 status1, status2; in adp5061_get_property() local [all …]
|
/Linux-v4.19/sound/pci/emu10k1/ |
D | irq.c | 35 unsigned int status, status2, orig_status, orig_status2; in snd_emu10k1_interrupt() local 156 while ((status2 = inl(emu->port + IPR2)) != 0) { in snd_emu10k1_interrupt() 162 orig_status2 = status2; in snd_emu10k1_interrupt() 163 if(status2 & mask) { in snd_emu10k1_interrupt() 169 status2, mask, pvoice, in snd_emu10k1_interrupt() 173 if(status2 & 0x110000) { in snd_emu10k1_interrupt()
|
/Linux-v4.19/drivers/soundwire/ |
D | bus.c | 666 int status, status2, ret, count = 0; in sdw_handle_dp0_interrupt() local 714 status2 = sdw_read(slave, SDW_DP0_INT); in sdw_handle_dp0_interrupt() 715 if (status2 < 0) { in sdw_handle_dp0_interrupt() 717 "SDW_DP0_INT read failed:%d", status2); in sdw_handle_dp0_interrupt() 718 return status2; in sdw_handle_dp0_interrupt() 720 status &= status2; in sdw_handle_dp0_interrupt() 737 int status, status2, ret, count = 0; in sdw_handle_port_interrupt() local 786 status2 = sdw_read(slave, addr); in sdw_handle_port_interrupt() 787 if (status2 < 0) { in sdw_handle_port_interrupt() 789 "SDW_DPN_INT read failed:%d", status2); in sdw_handle_port_interrupt() [all …]
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | bcm3510.c | 63 struct bcm3510_hab_cmd_status2 status2; member 286 …bcm3510_do_hab_cmd(st, CMD_STATUS, MSGID_STATUS2, NULL,0, (u8 *)&st->status2, sizeof(st->status2)); in bcm3510_refresh_state() 321 *ber = (st->status2.LDBER0 << 16) | (st->status2.LDBER1 << 8) | st->status2.LDBER2; in bcm3510_read_ber() 329 *unc = (st->status2.LDUERC0 << 8) | st->status2.LDUERC1; in bcm3510_read_unc() 339 t = st->status2.SIGNAL; in bcm3510_read_signal_strength() 576 memset(&st->status2,0,sizeof(st->status2)); in bcm3510_set_frontend()
|
/Linux-v4.19/drivers/net/hamradio/ |
D | 6pack.c | 117 unsigned char status2; member 151 actual = sp->tty->ops->write(sp->tty, sp->xbuff, sp->status2); in sp_xmit_on_air() 156 sp->status2 = 0; in sp_xmit_on_air() 231 sp->status2 = count; in sp_encaps() 517 sp->status2 = 0; in resync_tnc() 617 sp->status2 = 0; in sixpack_open() 902 if ((sp->status2 != 0) && (sp->duplex == 1)) { in decode_prio_command() 906 actual = sp->tty->ops->write(sp->tty, sp->xbuff, sp->status2); in decode_prio_command() 910 sp->status2 = 0; in decode_prio_command()
|
/Linux-v4.19/drivers/i2c/busses/ |
D | i2c-stu300.c | 226 u32 status2; in stu300_event_occurred() local 235 status2 = stu300_r8(dev->virtbase + I2C_SR2); in stu300_event_occurred() 241 if (status2 & I2C_SR2_AF_IND) { in stu300_event_occurred() 244 } else if (status2 & I2C_SR2_BERR_IND) { in stu300_event_occurred() 247 } else if (status2 & I2C_SR2_ARLO_IND) { in stu300_event_occurred() 266 if (status2 & I2C_SR2_STOPF_IND) in stu300_event_occurred() 275 if (status2 & I2C_SR2_ENDAD_IND) { in stu300_event_occurred() 295 mr_event, status1, status2); in stu300_event_occurred()
|
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | ar9003_mac.h | 58 u32 status2; member 102 u32 status2; member
|
D | mac.h | 291 u32 status2; member 303 u32 status2; member 330 #define ds_txstatus2 u.tx.status2 341 #define ds_rxstatus2 u.rx.status2
|
D | ar9003_mac.c | 388 status = READ_ONCE(ads->status2); in ar9003_hw_proc_txdesc() 500 rxs->rs_datalen = rxsp->status2 & AR_DataLen; in ath9k_hw_process_rxdesc_edma() 518 rxs->rs_more = (rxsp->status2 & AR_RxMore) ? 1 : 0; in ath9k_hw_process_rxdesc_edma()
|
/Linux-v4.19/drivers/net/ethernet/amd/ |
D | am79c961a.c | 558 u_int status2; in am79c961_tx() local 562 status2 = am_readword (dev, hdraddr + 6); in am79c961_tx() 569 if (status2 & TST_RTRY) in am79c961_tx() 571 if (status2 & TST_LCOL) in am79c961_tx() 573 if (status2 & TST_LCAR) in am79c961_tx() 575 if (status2 & TST_UFLO) in am79c961_tx()
|
D | ni65.h | 120 volatile unsigned short status2; member
|
D | ni65.c | 831 tmdp->blen = tmdp->status2 = 0; in ni65_lance_reinit() 999 if(tmdp->status2 & XMIT_TDRMASK && debuglevel > 3) in ni65_xmit_intr() 1003 if(tmdp->status2 & XMIT_RTRY) in ni65_xmit_intr() 1005 if(tmdp->status2 & XMIT_LCAR) in ni65_xmit_intr() 1007 if(tmdp->status2 & (XMIT_BUFF | XMIT_UFLO )) { in ni65_xmit_intr() 1021 …intk(KERN_ERR "%s: xmit-error: %04x %02x-%04x\n",dev->name,csr0,(int) tmdstat,(int) tmdp->status2); in ni65_xmit_intr() 1024 tmdp->status2 = 0; in ni65_xmit_intr()
|
/Linux-v4.19/sound/pci/rme9652/ |
D | hdspm.c | 1261 unsigned int status, status2; in hdspm_external_sample_rate() local 1266 status2 = hdspm_read(hdspm, HDSPM_statusRegister2); in hdspm_external_sample_rate() 1337 status2 = hdspm_read(hdspm, HDSPM_statusRegister2); in hdspm_external_sample_rate() 1342 if ((status2 & HDSPM_wcLock) != 0 && in hdspm_external_sample_rate() 1343 (status2 & HDSPM_SelSyncRef0) == 0) { in hdspm_external_sample_rate() 1345 rate_bits = status2 & HDSPM_wcFreqMask; in hdspm_external_sample_rate() 1386 (status2 & HDSPM_SelSyncRefMask) == HDSPM_SelSyncRef_WORD) in hdspm_external_sample_rate() 3045 unsigned int status2 = hdspm_read(hdspm, HDSPM_statusRegister2); in hdspm_autosync_ref() local 3046 switch (status2 & HDSPM_SelSyncRefMask) { in hdspm_autosync_ref() 3843 int status, status2; in hdspm_wc_sync_check() local [all …]
|
D | hdsp.c | 1015 unsigned int status2 = hdsp_read(hdsp, HDSP_status2Register); in hdsp_external_sample_rate() local 1016 unsigned int rate_bits = status2 & HDSP_systemFrequencyMask; in hdsp_external_sample_rate() 2477 unsigned int status2 = hdsp_read(hdsp, HDSP_status2Register); in hdsp_autosync_ref() local 2479 switch (status2 & HDSP_SelSyncRefMask) { in hdsp_autosync_ref() 2700 int status2 = hdsp_read(hdsp, HDSP_status2Register); in hdsp_wc_sync_check() local 2701 if (status2 & HDSP_wc_lock) { in hdsp_wc_sync_check() 2702 if (status2 & HDSP_wc_sync) in hdsp_wc_sync_check() 3337 unsigned int status2; in snd_hdsp_proc_read() local 3345 status2 = hdsp_read(hdsp, HDSP_status2Register); in snd_hdsp_proc_read() 3357 snd_iprintf(buffer, "Status2 register: 0x%x\n", status2); in snd_hdsp_proc_read() [all …]
|
/Linux-v4.19/drivers/crypto/qce/ |
D | dma.h | 31 u32 status2; member
|
/Linux-v4.19/include/uapi/sound/ |
D | hdspm.h | 55 int status2; member
|
/Linux-v4.19/drivers/mmc/host/ |
D | usdhi6rol0.c | 1573 u16 status, status2, error; in usdhi6_sd() local 1577 status2 = usdhi6_read(host, USDHI6_SD_INFO2) & ~host->status2_mask; in usdhi6_sd() 1582 "IRQ status = 0x%08x, status2 = 0x%08x\n", status, status2); in usdhi6_sd() 1584 if (!status && !status2) in usdhi6_sd() 1587 error = status2 & USDHI6_SD_INFO2_ERR; in usdhi6_sd() 1594 if (USDHI6_SD_INFO2_IRQ & status2) { in usdhi6_sd() 1597 status2 |= USDHI6_SD_INFO2_BWE | USDHI6_SD_INFO2_BRE; in usdhi6_sd() 1600 0xffff & ~(USDHI6_SD_INFO2_IRQ & status2)); in usdhi6_sd()
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | keystone-k2g-ice.dts | 177 label = "status2:red:usr"; 183 label = "status2:green:usr"; 189 label = "status2:yellow:usr";
|
/Linux-v4.19/drivers/tty/serial/8250/ |
D | 8250_port.c | 972 unsigned char scratch, status1, status2; in autoconfig_8250() local 980 status2 = serial_in(up, UART_SCR); in autoconfig_8250() 983 if (status1 == 0xa5 && status2 == 0x5a) in autoconfig_8250() 1008 unsigned char status1, status2; in autoconfig_16550a() local 1084 status2 = serial_in(up, 0x02); /* EXCR1 */ in autoconfig_16550a() 1086 if (!((status2 ^ status1) & UART_MCR_LOOP)) { in autoconfig_16550a() 1090 status2 = serial_in(up, 0x02); /* EXCR1 */ in autoconfig_16550a() 1094 if ((status2 ^ status1) & UART_MCR_LOOP) { in autoconfig_16550a() 1126 status2 = serial_in(up, UART_IIR) >> 5; in autoconfig_16550a() 1130 DEBUG_AUTOCONF("iir1=%d iir2=%d ", status1, status2); in autoconfig_16550a() [all …]
|
/Linux-v4.19/drivers/net/ethernet/adaptec/ |
D | starfire.c | 458 __le16 status2; member 463 __le16 status2; member 468 __le16 status2; member 1506 …k(KERN_DEBUG " netdev_rx() status2 of %d was %#4.4x.\n", np->rx_done, le16_to_cpu(desc->status2)); in __netdev_rx() 1508 if (le16_to_cpu(desc->status2) & 0x0100) { in __netdev_rx() 1521 else if (le16_to_cpu(desc->status2) & 0x0040) { in __netdev_rx() 1524 printk(KERN_DEBUG "%s: checksum_hw, status2 = %#x\n", dev->name, le16_to_cpu(desc->status2)); in __netdev_rx() 1527 if (le16_to_cpu(desc->status2) & 0x0200) { in __netdev_rx()
|
/Linux-v4.19/arch/s390/include/uapi/asm/ |
D | dasd.h | 150 unsigned char status2; member
|
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | docg4.c | 546 uint16_t status2 = readw(docptr + DOC_IOSPACE_DATA); in read_progstatus() local 550 __func__, status1, status2, status3); in read_progstatus() 553 || status2 != DOCG4_PROGSTATUS_GOOD_2 in read_progstatus() 557 "%02x, %02x, %02x\n", status1, status2, status3); in read_progstatus()
|
/Linux-v4.19/drivers/soc/mediatek/ |
D | mtk-scpsys.c | 175 u32 status2 = readl(scp->base + scp->ctrl_reg.pwr_sta2nd_offs) & in scpsys_domain_is_on() local 183 if (status && status2) in scpsys_domain_is_on() 185 if (!status && !status2) in scpsys_domain_is_on()
|