Searched refs:status1 (Results 26 - 46 of 46) sorted by relevance

12

/linux-master/include/linux/
H A Dmemstick.h35 unsigned char status1; member in struct:ms_status_register
/linux-master/drivers/net/ethernet/adi/
H A Dadin1110.c555 u32 status1; local
559 ret = adin1110_read_reg(priv, ADIN1110_STATUS1, &status1);
563 if (!adin1110_port_rx_ready(port_priv, status1))
585 u32 status1; local
592 ret = adin1110_read_reg(priv, ADIN1110_STATUS1, &status1);
596 if (priv->append_crc && (status1 & ADIN1110_SPI_ERR))
608 if (adin1110_port_rx_ready(priv->ports[i], status1))
/linux-master/drivers/tty/serial/
H A Dsunsu.c1031 unsigned char status1, status2, scratch, scratch2, scratch3; local
1083 status1 = serial_inp(up, UART_MSR) & 0xF0;
1085 if (status1 != 0x90)
1145 status1 = serial_in(up, UART_SCR);
1150 if ((status1 != 0xa5) || (status2 != 0x5a))
/linux-master/drivers/hid/
H A Dhid-cp2112.c127 u8 status1; /* STATUS1_* */ member in struct:cp2112_xfer_status_report
1376 xfer->status0, xfer->status1,
1390 switch (xfer->status1) {
H A Dwacom_sys.c1115 DEVICE_LUMINANCE_ATTR(status1, hlv);
/linux-master/sound/pci/rme9652/
H A Dhdspm.c4913 "Register: ctrl1=0x%x, ctrl2=0x%x, status1=0x%x, "
5070 "Register: ctrl1=0x%x, ctrl2=0x%x, status1=0x%x, "
5174 unsigned int status1, status2, status3, i; local
5177 status1 = hdspm_read(hdspm, HDSPM_RD_STATUS_1); /* s1 */
5181 snd_iprintf(buffer, "STATUS1: 0x%08x\n", status1);
5201 (status1 & lock) ? 1 : 0,
5202 (status1 & sync) ? 1 : 0,
5210 (status1 & 0x1000000) ? 1 : 0,
5211 (status1 & 0x2000000) ? 1 : 0,
5212 texts_freq[(status1 >> 1
[all...]
/linux-master/drivers/usb/storage/
H A Dene_ub6250.c400 u8 status1; member in struct:ms_lib_type_extdat
842 info->MS_Lib.blkext[i].status1 = MS_REG_ST1_DEFAULT;
924 ExtraDat->status1 = 0x00; /* Not yet,fireware support */
1374 ExtraDat->status1 = 0x00; /* Not yet, waiting for fireware support */
2001 if (extdat.status1 & (MS_REG_ST1_DTER | MS_REG_ST1_EXER | MS_REG_ST1_FGER))
/linux-master/sound/pci/cs46xx/
H A Dcs46xx_lib.c1327 u32 status1; local
1338 status1 = snd_cs46xx_peekBA0(chip, BA0_HISR);
1339 if ((status1 & 0x7fffffff) == 0) {
1349 if ( status1 & (1 << i) ) {
1376 if ((status1 & HISR_VC0) && chip->playback_pcm) {
1380 if ((status1 & HISR_VC1) && chip->pcm) {
1386 if ((status1 & HISR_MIDI) && chip->rmidi) {
/linux-master/arch/powerpc/platforms/powermac/
H A Dfeature.c1158 u32 status0, status1; local
1184 status1 = UN_IN(UNI_N_CLOCK_STOP_STATUS1);
1185 } while ((status0 & test0) | (status1 & test1));
/linux-master/drivers/net/ethernet/packetengines/
H A Dyellowfin.c1103 u8 status1 = buf_addr[data_size-2]; local
1106 if (status1 & 0xC0) dev->stats.rx_length_errors++;
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_target.h443 } status1; member in union:ctio7_to_24xx::__anon2800
H A Dqla_nx.c1988 int status = 0, status1 = 0; local
2007 status1 = qla82xx_rd_32(ha, ISR_INT_STATE_REG);
2008 if (!ISR_IS_LEGACY_INTR_TRIGGERED(status1))
/linux-master/drivers/memstick/core/
H A Dms_block.c447 if (msb->regs.status.status1 & MEMSTICK_UNCORR_ERROR) {
452 if (msb->regs.status.status1 & MEMSTICK_CORR_ERROR) {
/linux-master/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.h1074 u32 status1; member in struct:dsi_regs
/linux-master/drivers/comedi/drivers/
H A Dni_mio_common.c3783 unsigned int status1; local
3790 status1 = ni_stc_readw(dev, NISTC_STATUS1_REG);
3791 if (status1 & NISTC_STATUS1_SERIO_IN_PROG) {
3801 while ((status1 = ni_stc_readw(dev, NISTC_STATUS1_REG)) &
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Ddma.c1497 DMA64TXREGOFFS(di, status1)) &
/linux-master/drivers/mailbox/
H A Dbcm-pdc-mailbox.c179 u32 status1; /* driver does not use */ member in struct:dma64_regs
/linux-master/sound/soc/codecs/
H A Dwcd939x.c3380 unsigned int version, id1, status1; local
3473 regmap_read(wcd939x->regmap, WCD939X_EAR_STATUS_REG_1, &status1);
3476 version = ((status1 & 0x3) ? WCD939X_VERSION_1_1 : WCD939X_VERSION_1_0);
/linux-master/drivers/platform/x86/
H A Dthinkpad_acpi.c9870 acpi_status status1, status2;
9873 status1 = acpi_get_handle(hkey_handle, "GSSS", &lcdshadow_get_handle);
9875 if (ACPI_FAILURE(status1) || ACPI_FAILURE(status2))
10033 acpi_status status1, status2; local
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h4110 u32 status1; member in struct:aggr_add_ts_rsp_msg
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c14024 unsigned long status1, status2; local
14081 status1 = phba->ha_copy & (HA_MBATT | HA_LATT | HA_ERATT);
14087 if (status1 || (status2 & HA_RXMASK))
14097 status1 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_FCP_RING)));
14098 status1 >>= (4*LPFC_FCP_RING);
14107 if ((status1 & HA_RXMASK) || (status2 & HA_RXMASK))

Completed in 401 milliseconds

12