Searched refs:status2 (Results 1 - 25 of 34) sorted by relevance

12

/linux-master/drivers/acpi/acpica/
H A Dpsobject.c440 acpi_status status2; local
451 status2 = acpi_ps_complete_this_op(walk_state, *op);
452 if (ACPI_FAILURE(status2)) {
453 return_ACPI_STATUS(status2);
486 status2 = acpi_ps_complete_this_op(walk_state, *op);
487 if (ACPI_FAILURE(status2)) {
488 return_ACPI_STATUS(status2);
515 status2 = acpi_ps_complete_this_op(walk_state, *op);
516 if (ACPI_FAILURE(status2)) {
517 return_ACPI_STATUS(status2);
639 acpi_status status2; local
[all...]
H A Ddspkginit.c384 acpi_status status2; local
434 status2 = acpi_ns_externalize_name(ACPI_UINT32_MAX,
441 if (ACPI_SUCCESS(status2)) {
/linux-master/drivers/crypto/qce/
H A Ddma.h23 u32 status2; member in struct:qce_result_dump
/linux-master/drivers/power/supply/
H A Dadp5061.c158 u8 *status1, u8 *status2)
170 *status2 = buf[1];
423 u8 status1, status2; local
426 ret = adp5061_get_status(st, &status1, &status2);
442 u8 status1, status2; local
445 ret = adp5061_get_status(st, &status1, &status2);
475 u8 status1, status2; local
478 ret = adp5061_get_status(st, &status1, &status2);
482 switch (ADP5061_CHG_STATUS_2_BAT_STATUS(status2)) {
540 u8 status1, status2; local
157 adp5061_get_status(struct adp5061_state *st, u8 *status1, u8 *status2) argument
[all...]
/linux-master/drivers/mtd/nand/spi/
H A Dgigadevice.c187 u8 status2; local
198 * Read status2 register to determine a more fine grained
210 status2 = *(spinand->scratchbuf);
212 ((status2 & STATUS_ECC_MASK) >> 4);
230 u8 status2; local
241 * Read status2 register to determine a more fine grained
252 status2 = *(spinand->scratchbuf);
253 return ((status2 & STATUS_ECC_MASK) >> 4) + 1;
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar9003_mac.h58 u32 status2; member in struct:ar9003_rxs
102 u32 status2; member in struct:ar9003_txs
H A Dmac.h295 u32 status2; member in struct:ar5416_desc::__anon1766::__anon1767
307 u32 status2; member in struct:ar5416_desc::__anon1766::__anon1768
334 #define ds_txstatus2 u.tx.status2
345 #define ds_rxstatus2 u.rx.status2
H A Dar9003_mac.c389 status = READ_ONCE(ads->status2);
501 rxs->rs_datalen = rxsp->status2 & AR_DataLen;
519 rxs->rs_more = (rxsp->status2 & AR_RxMore) ? 1 : 0;
/linux-master/include/uapi/sound/
H A Dhdspm.h42 int status2; member in struct:hdspm_peak_rms
/linux-master/drivers/i2c/busses/
H A Di2c-nvidia-gpu.c170 int status, status2; local
216 status2 = gpu_i2c_stop(i2cd);
217 if (status2 < 0)
218 dev_err(i2cd->dev, "i2c stop failed %d\n", status2);
/linux-master/drivers/media/dvb-frontends/
H A Dbcm3510.c63 struct bcm3510_hab_cmd_status2 status2; member in struct:bcm3510_state
286 bcm3510_do_hab_cmd(st, CMD_STATUS, MSGID_STATUS2, NULL,0, (u8 *)&st->status2, sizeof(st->status2));
321 *ber = (st->status2.LDBER0 << 16) | (st->status2.LDBER1 << 8) | st->status2.LDBER2;
329 *unc = (st->status2.LDUERC0 << 8) | st->status2.LDUERC1;
339 t = st->status2.SIGNAL;
576 memset(&st->status2,
[all...]
/linux-master/drivers/soundwire/
H A Dbus.c1467 int status, status2, ret, count = 0; local
1516 status2 = sdw_read_no_pm(slave, SDW_DP0_INT);
1517 if (status2 < 0) {
1519 "SDW_DP0_INT read failed:%d\n", status2);
1520 return status2;
1523 status &= status2;
1540 int status, status2, ret, count = 0; local
1589 status2 = sdw_read_no_pm(slave, addr);
1590 if (status2 < 0) {
1592 "SDW_DPN_INT read failed:%d\n", status2);
[all...]
/linux-master/drivers/net/hamradio/
H A D6pack.c118 unsigned char status2; member in struct:sixpack
152 actual = sp->tty->ops->write(sp->tty, sp->xbuff, sp->status2);
157 sp->status2 = 0;
227 sp->status2 = count;
512 sp->status2 = 0;
608 sp->status2 = 0;
874 if ((sp->status2 != 0) && (sp->duplex == 1)) {
878 actual = sp->tty->ops->write(sp->tty, sp->xbuff, sp->status2);
882 sp->status2 = 0;
/linux-master/drivers/iio/accel/
H A Dadxl372.c575 u8 *status1, u8 *status2,
591 *status2 = (val >> 16) & 0x0F;
617 static void adxl372_push_event(struct iio_dev *indio_dev, s64 timestamp, u8 status2) argument
621 if (ADXL372_STATUS_2_ACT(status2))
624 if (ADXL372_STATUS_2_INACT(status2))
639 u8 status1, status2; local
643 ret = adxl372_get_status(st, &status1, &status2, &fifo_entries);
647 adxl372_push_event(indio_dev, iio_get_time_ns(indio_dev), status2);
574 adxl372_get_status(struct adxl372_state *st, u8 *status1, u8 *status2, u16 *fifo_entries) argument
/linux-master/sound/pci/rme9652/
H A Dhdspm.c200 /* after RME Windows driver sources, status2 is 4-byte word # 48 = word at
543 For AES32, bits for status, status2 and timecode are different
567 /* status2 */
1253 unsigned int status, status2; local
1258 status2 = hdspm_read(hdspm, HDSPM_statusRegister2);
1329 status2 = hdspm_read(hdspm, HDSPM_statusRegister2);
1334 if ((status2 & HDSPM_wcLock) != 0 &&
1335 (status2 & HDSPM_SelSyncRef0) == 0) {
1337 rate_bits = status2 & HDSPM_wcFreqMask;
1378 (status2
3033 unsigned int status2 = hdspm_read(hdspm, HDSPM_statusRegister2); local
3831 int status, status2; local
3941 int status2, lock, sync; local
4859 unsigned int status, status2; local
5022 unsigned int status2; local
5174 unsigned int status1, status2, status3, i; local
[all...]
H A Dhdsp.c992 unsigned int status2 = hdsp_read(hdsp, HDSP_status2Register); local
993 unsigned int rate_bits = status2 & HDSP_systemFrequencyMask;
2456 unsigned int status2 = hdsp_read(hdsp, HDSP_status2Register); local
2458 switch (status2 & HDSP_SelSyncRefMask) {
2679 int status2 = hdsp_read(hdsp, HDSP_status2Register); local
2680 if (status2 & HDSP_wc_lock) {
2681 if (status2 & HDSP_wc_sync)
3391 unsigned int status2; local
3399 status2 = hdsp_read(hdsp, HDSP_status2Register);
3411 snd_iprintf(buffer, "Status2 register: 0x%x\n", status2);
[all...]
/linux-master/arch/s390/include/uapi/asm/
H A Ddasd.h152 unsigned char status2; member in struct:dasd_rssd_perf_stats_t
/linux-master/drivers/mmc/host/
H A Dusdhi6rol0.c1584 u16 status, status2, error; local
1588 status2 = usdhi6_read(host, USDHI6_SD_INFO2) & ~host->status2_mask;
1593 "IRQ status = 0x%08x, status2 = 0x%08x\n", status, status2);
1595 if (!status && !status2)
1598 error = status2 & USDHI6_SD_INFO2_ERR;
1605 if (USDHI6_SD_INFO2_IRQ & status2) {
1608 status2 |= USDHI6_SD_INFO2_BWE | USDHI6_SD_INFO2_BRE;
1611 0xffff & ~(USDHI6_SD_INFO2_IRQ & status2));
H A Dwmt-sdmmc.c374 u32 status2; local
382 status2 = readb(priv->sdmmc_base + SDMMC_STS2);
456 writeb(status2, priv->sdmmc_base + SDMMC_STS2);
/linux-master/drivers/tty/serial/8250/
H A D8250_port.c929 unsigned char scratch, status1, status2;
937 status2 = serial_in(up, UART_SCR);
940 if (status1 == 0xa5 && status2 == 0x5a)
965 unsigned char status1, status2;
1027 status2 = serial_in(up, 0x02); /* EXCR1 */
1029 if (!((status2 ^ status1) & UART_MCR_LOOP)) {
1033 status2 = serial_in(up, 0x02); /* EXCR1 */
1037 if ((status2 ^ status1) & UART_MCR_LOOP) {
1070 status2 = serial_in(up, UART_IIR) & UART_IIR_FIFO_ENABLED_16750;
1075 DEBUG_AUTOCONF("iir1=%d iir2=%d ", status1, status2);
936 unsigned char scratch, status1, status2; local
972 unsigned char status1, status2; local
[all...]
/linux-master/drivers/pmdomain/mediatek/
H A Dmtk-pm-domains.c67 u32 status, status2; local
72 regmap_read(scpsys->base, pd->data->pwr_sta2nd_offs, &status2);
73 status2 &= pd->data->sta_mask;
76 return status && status2;
H A Dmtk-scpsys.c178 u32 status2 = readl(scp->base + scp->ctrl_reg.pwr_sta2nd_offs) & local
186 if (status && status2)
188 if (!status && !status2)
/linux-master/drivers/net/ethernet/adaptec/
H A Dstarfire.c450 __le16 status2; member in struct:basic_rx_done_desc
455 __le16 status2; member in struct:csum_rx_done_desc
460 __le16 status2; member in struct:full_rx_done_desc
1498 printk(KERN_DEBUG " netdev_rx() status2 of %d was %#4.4x.\n", np->rx_done, le16_to_cpu(desc->status2));
1500 if (le16_to_cpu(desc->status2) & 0x0100) {
1513 else if (le16_to_cpu(desc->status2) & 0x0040) {
1516 printk(KERN_DEBUG "%s: checksum_hw, status2 = %#x\n", dev->name, le16_to_cpu(desc->status2));
1519 if (le16_to_cpu(desc->status2)
[all...]
/linux-master/drivers/video/fbdev/
H A Dmacfb.c84 unsigned int status2; /* OFFSET: 0x2C */ member in struct:__anon2264
353 clut_status = nubus_readb(&civic_cmap_regs->status2);
/linux-master/drivers/hwmon/
H A Dlm90.c2118 int man_id, emerg, emerg2, status2; local
2139 status2 = i2c_smbus_read_byte_data(client,
2141 if (emerg < 0 || man_id < 0 || emerg2 < 0 || status2 < 0)
2148 * the status2 register is unused and should return zero when
2155 if (!(config1 & 0x10) && !(status2 & 0x01) && emerg == emerg2 &&
2168 emerg2 == man_id && emerg2 != status2)
2183 emerg == 0x01 && emerg2 == 0x01 && status2 == 0x01)

Completed in 328 milliseconds

12