| /linux/drivers/acpi/acpica/ |
| H A 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() 486 status2 = acpi_ps_complete_this_op(walk_state, *op); in acpi_ps_complete_op() 487 if (ACPI_FAILURE(status2)) { in acpi_ps_complete_op() 488 return_ACPI_STATUS(status2); in acpi_ps_complete_op() 515 status2 = acpi_ps_complete_this_op(walk_state, *op); in acpi_ps_complete_op() 516 if (ACPI_FAILURE(status2)) { in acpi_ps_complete_op() 517 return_ACPI_STATUS(status2); in acpi_ps_complete_op() [all …]
|
| H A D | dspkginit.c | 384 acpi_status status2; in acpi_ds_resolve_package_element() local 434 status2 = acpi_ns_externalize_name(ACPI_UINT32_MAX, in acpi_ds_resolve_package_element() 441 if (ACPI_SUCCESS(status2)) { in acpi_ds_resolve_package_element()
|
| /linux/drivers/power/supply/ |
| H A D | adp5061.c | 158 u8 *status1, u8 *status2) in adp5061_get_status() argument 170 *status2 = buf[1]; in adp5061_get_status() 423 u8 status1, status2; in adp5061_get_chg_type() local 426 ret = adp5061_get_status(st, &status1, &status2); in adp5061_get_chg_type() 442 u8 status1, status2; in adp5061_get_charger_status() local 445 ret = adp5061_get_status(st, &status1, &status2); in adp5061_get_charger_status() 475 u8 status1, status2; in adp5061_get_battery_status() local 478 ret = adp5061_get_status(st, &status1, &status2); in adp5061_get_battery_status() 482 switch (ADP5061_CHG_STATUS_2_BAT_STATUS(status2)) { in adp5061_get_battery_status() 540 u8 status1, status2; in adp5061_get_property() local [all …]
|
| /linux/drivers/media/dvb-frontends/ |
| H A 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/drivers/mtd/nand/spi/ |
| H A D | gigadevice.c | 268 u8 status2; in gd5fxgq4uexxg_ecc_get_status() local 291 status2 = *(spinand->scratchbuf); in gd5fxgq4uexxg_ecc_get_status() 293 ((status2 & STATUS_ECC_MASK) >> 4); in gd5fxgq4uexxg_ecc_get_status() 311 u8 status2; in gd5fxgq5xexxg_ecc_get_status() local 333 status2 = *(spinand->scratchbuf); in gd5fxgq5xexxg_ecc_get_status() 334 return ((status2 & STATUS_ECC_MASK) >> 4) + 1; in gd5fxgq5xexxg_ecc_get_status()
|
| /linux/drivers/gpib/nec7210/ |
| H A D | nec7210.c | 840 int status1, status2; in nec7210_interrupt() local 844 status2 = read_byte(priv, ISR2); in nec7210_interrupt() 846 return nec7210_interrupt_have_status(board, priv, status1, status2); in nec7210_interrupt() 851 struct nec7210_priv *priv, int status1, int status2) in nec7210_interrupt_have_status() argument 859 if (status2 & HR_SRQI) in nec7210_interrupt_have_status() 863 if (status2 & HR_LOKC) { in nec7210_interrupt_have_status() 864 if (status2 & HR_LOK) in nec7210_interrupt_have_status() 871 if (status2 & HR_REMC) { in nec7210_interrupt_have_status() 872 if (status2 & HR_REM) in nec7210_interrupt_have_status() 926 if (status2 & HR_CO) in nec7210_interrupt_have_status() [all …]
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-nvidia-gpu.c | 169 int status, status2; in gpu_i2c_xfer() local 215 status2 = gpu_i2c_stop(i2cd); in gpu_i2c_xfer() 216 if (status2 < 0) in gpu_i2c_xfer() 217 dev_err(i2cd->dev, "i2c stop failed %d\n", status2); in gpu_i2c_xfer()
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | ar9003_mac.h | 58 u32 status2; member 102 u32 status2; member
|
| H A D | ar9003_mac.c | 389 status = READ_ONCE(ads->status2); in ar9003_hw_proc_txdesc() 501 rxs->rs_datalen = rxsp->status2 & AR_DataLen; in ath9k_hw_process_rxdesc_edma() 519 rxs->rs_more = (rxsp->status2 & AR_RxMore) ? 1 : 0; in ath9k_hw_process_rxdesc_edma()
|
| /linux/sound/pci/rme9652/ |
| H A D | hdspm.c | 1248 unsigned int status, status2; in hdspm_external_sample_rate() local 1253 status2 = hdspm_read(hdspm, HDSPM_statusRegister2); in hdspm_external_sample_rate() 1324 status2 = hdspm_read(hdspm, HDSPM_statusRegister2); in hdspm_external_sample_rate() 1329 if ((status2 & HDSPM_wcLock) != 0 && in hdspm_external_sample_rate() 1330 (status2 & HDSPM_SelSyncRef0) == 0) { in hdspm_external_sample_rate() 1332 rate_bits = status2 & HDSPM_wcFreqMask; in hdspm_external_sample_rate() 1373 (status2 & HDSPM_SelSyncRefMask) == HDSPM_SelSyncRef_WORD) in hdspm_external_sample_rate() 3013 unsigned int status2 = hdspm_read(hdspm, HDSPM_statusRegister2); in hdspm_autosync_ref() local 3014 switch (status2 & HDSPM_SelSyncRefMask) { in hdspm_autosync_ref() 3794 int status, status2; in hdspm_wc_sync_check() local [all …]
|
| /linux/drivers/soundwire/ |
| H A D | bus.c | 1501 int status, status2, ret, count = 0; in sdw_handle_dp0_interrupt() local 1550 status2 = sdw_read_no_pm(slave, SDW_DP0_INT); in sdw_handle_dp0_interrupt() 1551 if (status2 < 0) { in sdw_handle_dp0_interrupt() 1553 "SDW_DP0_INT read failed:%d\n", status2); in sdw_handle_dp0_interrupt() 1554 return status2; in sdw_handle_dp0_interrupt() 1557 status &= status2; in sdw_handle_dp0_interrupt() 1574 int status, status2, ret, count = 0; in sdw_handle_port_interrupt() local 1623 status2 = sdw_read_no_pm(slave, addr); in sdw_handle_port_interrupt() 1624 if (status2 < 0) { in sdw_handle_port_interrupt() 1626 "SDW_DPN_INT read failed:%d\n", status2); in sdw_handle_port_interrupt() [all …]
|
| /linux/drivers/gpib/tnt4882/ |
| H A D | tnt4882_gpib.c | 208 int status2; in fifo_word_available() local 211 status2 = tnt_readb(tnt_priv, STS2); in fifo_word_available() 212 retval = (status2 & AEFN) && (status2 & BEFN); in fifo_word_available() 219 int status2; in fifo_byte_available() local 222 status2 = tnt_readb(tnt_priv, STS2); in fifo_byte_available() 223 retval = (status2 & AEFN) || (status2 & BEFN); in fifo_byte_available() 410 int status2; in fifo_space_available() local 413 status2 = tnt_readb(tnt_priv, STS2); in fifo_space_available() 414 retval = (status2 & AFFN) && (status2 & BFFN); in fifo_space_available()
|
| /linux/drivers/gpib/hp_82335/ |
| H A D | hp82335.c | 358 int status1, status2; in hp82335_interrupt() local 366 status2 = read_byte(&priv->tms9914_priv, ISR1); in hp82335_interrupt() 368 retval = tms9914_interrupt_have_status(board, &priv->tms9914_priv, status1, status2); in hp82335_interrupt()
|
| /linux/include/uapi/sound/ |
| H A D | hdspm.h | 42 int status2; member
|
| /linux/drivers/mmc/host/ |
| H A D | usdhi6rol0.c | 1584 u16 status, status2, error; in usdhi6_sd() local 1588 status2 = usdhi6_read(host, USDHI6_SD_INFO2) & ~host->status2_mask; in usdhi6_sd() 1593 "IRQ status = 0x%08x, status2 = 0x%08x\n", status, status2); in usdhi6_sd() 1595 if (!status && !status2) in usdhi6_sd() 1598 error = status2 & USDHI6_SD_INFO2_ERR; in usdhi6_sd() 1605 if (USDHI6_SD_INFO2_IRQ & status2) { in usdhi6_sd() 1608 status2 |= USDHI6_SD_INFO2_BWE | USDHI6_SD_INFO2_BRE; in usdhi6_sd() 1611 0xffff & ~(USDHI6_SD_INFO2_IRQ & status2)); in usdhi6_sd()
|
| /linux/arch/arm/boot/dts/ti/keystone/ |
| H A D | keystone-k2g-ice.dts | 177 label = "status2:red:usr"; 183 label = "status2:green:usr"; 189 label = "status2:yellow:usr";
|
| /linux/drivers/gpib/pc2/ |
| H A D | pc2_gpib.c | 76 int status1, status2; in pc2a_interrupt() local 83 status2 = read_byte(&priv->nec7210_priv, ISR2); in pc2a_interrupt() 87 retval = nec7210_interrupt_have_status(board, &priv->nec7210_priv, status1, status2); in pc2a_interrupt()
|
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_port.c | 872 unsigned char scratch, status1, status2; in autoconfig_8250() local 880 status2 = serial_in(up, UART_SCR); in autoconfig_8250() 883 if (status1 == 0xa5 && status2 == 0x5a) in autoconfig_8250() 908 unsigned char status1, status2; in autoconfig_16550a() local 966 status2 = serial_in(up, 0x02); /* EXCR1 */ in autoconfig_16550a() 968 if (!((status2 ^ status1) & UART_MCR_LOOP)) { in autoconfig_16550a() 972 status2 = serial_in(up, 0x02); /* EXCR1 */ in autoconfig_16550a() 976 if ((status2 ^ status1) & UART_MCR_LOOP) { in autoconfig_16550a() 1009 status2 = serial_in(up, UART_IIR) & UART_IIR_FIFO_ENABLED_16750; in autoconfig_16550a() 1015 status2 == UART_IIR_FIFO_ENABLED_16750) { in autoconfig_16550a()
|
| /linux/drivers/net/ethernet/adaptec/ |
| H A D | starfire.c | 447 __le16 status2; member 452 __le16 status2; member 1490 …k(KERN_DEBUG " netdev_rx() status2 of %d was %#4.4x.\n", np->rx_done, le16_to_cpu(desc->status2)); in __netdev_rx() 1492 if (le16_to_cpu(desc->status2) & 0x0100) { in __netdev_rx() 1505 else if (le16_to_cpu(desc->status2) & 0x0040) { in __netdev_rx() 1508 printk(KERN_DEBUG "%s: checksum_hw, status2 = %#x\n", dev->name, le16_to_cpu(desc->status2)); in __netdev_rx() 1511 if (le16_to_cpu(desc->status2) & 0x0200) { in __netdev_rx()
|
| /linux/drivers/gpib/hp_82341/ |
| H A D | hp_82341.c | 859 int status1, status2; in hp_82341_interrupt() local 881 status2 = read_byte(tms_priv, ISR1); in hp_82341_interrupt() 882 tms9914_interrupt_have_status(board, tms_priv, status1, status2); in hp_82341_interrupt()
|
| /linux/drivers/gpib/include/ |
| H A D | nec7210.h | 139 struct nec7210_priv *priv, int status1, int status2);
|
| H A D | tms9914.h | 137 int status1, int status2);
|
| /linux/drivers/pmdomain/mediatek/ |
| H A D | mtk-pm-domains.c | 87 u32 status, status2, mask2; in scpsys_domain_is_on() local 94 regmap_read(scpsys->base, pd->data->pwr_sta2nd_offs, &status2); in scpsys_domain_is_on() 95 status2 &= mask2; in scpsys_domain_is_on() 98 return status && status2; in scpsys_domain_is_on()
|
| H A D | mtk-scpsys.c | 178 u32 status2 = readl(scp->base + scp->ctrl_reg.pwr_sta2nd_offs) & in scpsys_domain_is_on() local 186 if (status && status2) in scpsys_domain_is_on() 188 if (!status && !status2) in scpsys_domain_is_on()
|
| /linux/drivers/video/fbdev/ |
| H A D | macfb.c | 84 unsigned int status2; /* OFFSET: 0x2C */ member 353 clut_status = nubus_readb(&civic_cmap_regs->status2); in civic_setpalette()
|