/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | cb_das16_cs.c | 73 unsigned short status1; member 112 devpriv->status1 &= ~0xf320; in das16cs_ai_rinsn() 113 devpriv->status1 |= (aref == AREF_DIFF) ? 0 : 0x0020; in das16cs_ai_rinsn() 114 outw(devpriv->status1, dev->iobase + DAS16CS_MISC1); in das16cs_ai_rinsn() 154 unsigned short status1; in das16cs_ao_insn_write() local 161 outw(devpriv->status1, dev->iobase + DAS16CS_MISC1); in das16cs_ao_insn_write() 164 status1 = devpriv->status1 & ~0xf; in das16cs_ao_insn_write() 166 status1 |= 0x0001; in das16cs_ao_insn_write() 168 status1 |= 0x0008; in das16cs_ao_insn_write() 170 outw(status1, dev->iobase + DAS16CS_MISC1); in das16cs_ao_insn_write() [all …]
|
D | ni_mio_common.c | 3674 unsigned int status1; in ni_serial_hw_readwrite8() local 3681 status1 = ni_stc_readw(dev, Joint_Status_1_Register); in ni_serial_hw_readwrite8() 3682 if (status1 & DIO_Serial_IO_In_Progress_St) { in ni_serial_hw_readwrite8() 3692 while ((status1 = ni_stc_readw(dev, Joint_Status_1_Register)) & in ni_serial_hw_readwrite8()
|
/linux-4.1.27/drivers/media/pci/zoran/ |
D | zr36050.c | 120 ptr->status1 = zr36050_read(ptr, ZR050_STATUS_1); in zr36050_read_status1() 123 return ptr->status1; in zr36050_read_status1() 160 ptr->name, ptr->status1); in zr36050_wait_end() 197 if ((ptr->status1 & 0x4) == 0) { in zr36050_basic_test() 489 ptr->name, ptr->status1); in zr36050_init() 491 if ((ptr->status1 & 0x4) == 0) { in zr36050_init() 559 ptr->name, ptr->status1); in zr36050_init() 561 if ((ptr->status1 & 0x4) == 0) { in zr36050_init() 661 *ival = ptr->status1; in zr36050_control()
|
D | zr36050.h | 39 __u8 status1; member
|
/linux-4.1.27/drivers/power/ |
D | tps65090-charger.c | 152 uint8_t status1 = 0; in tps65090_charger_isr() local 156 &status1); in tps65090_charger_isr() 244 uint8_t status1 = 0; in tps65090_charger_probe() local 295 &status1); in tps65090_charger_probe() 302 if (status1 != 0) { in tps65090_charger_probe()
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | bcm3510.c | 62 struct bcm3510_hab_cmd_status1 status1; member 285 …bcm3510_do_hab_cmd(st, CMD_STATUS, MSGID_STATUS1, NULL,0, (u8 *)&st->status1, sizeof(st->status1)); in bcm3510_refresh_state() 298 if (st->status1.STATUS1.RECEIVER_LOCK) in bcm3510_read_status() 301 if (st->status1.STATUS1.FEC_LOCK) in bcm3510_read_status() 304 if (st->status1.STATUS1.OUT_PLL_LOCK) in bcm3510_read_status() 358 *snr = st->status1.SNR_EST0*1000 + ((st->status1.SNR_EST1*1000) >> 8); in bcm3510_read_snr() 574 memset(&st->status1,0,sizeof(st->status1)); in bcm3510_set_frontend()
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-stu300.c | 225 u32 status1; in stu300_event_occurred() local 229 status1 = stu300_r8(dev->virtbase + I2C_SR1); in stu300_event_occurred() 231 if (!(status1 & I2C_SR1_EVF_IND)) in stu300_event_occurred() 254 if (status1 & I2C_SR1_ADSL_IND) in stu300_event_occurred() 261 if (status1 & I2C_SR1_BTF_IND) { in stu300_event_occurred() 270 if (status1 & I2C_SR1_SB_IND) in stu300_event_occurred() 281 if (status1 & I2C_SR1_ADD10_IND) in stu300_event_occurred() 295 mr_event, status1, status2); in stu300_event_occurred()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | ar9003_mac.h | 57 u32 status1; member 101 u32 status1; member
|
D | ar9003_mac.c | 381 ts->desc_id = MS(ads->status1, AR_TxDescId); in ar9003_hw_proc_txdesc() 504 rxs->rs_rssi_ctl[0] = MS(rxsp->status1, AR_RxRSSIAnt00); in ath9k_hw_process_rxdesc_edma() 505 rxs->rs_rssi_ctl[1] = MS(rxsp->status1, AR_RxRSSIAnt01); in ath9k_hw_process_rxdesc_edma() 506 rxs->rs_rssi_ctl[2] = MS(rxsp->status1, AR_RxRSSIAnt02); in ath9k_hw_process_rxdesc_edma() 516 rxs->rs_rate = MS(rxsp->status1, AR_RxRate); in ath9k_hw_process_rxdesc_edma()
|
D | mac.h | 288 u32 status1; member 300 u32 status1; member 327 #define ds_txstatus1 u.tx.status1 338 #define ds_rxstatus1 u.rx.status1
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx_pci.c | 1174 u_int status1; in ahc_pci_test_register_access() local 1224 status1 = ahc_pci_read_config(ahc->dev_softc, in ahc_pci_test_register_access() 1227 status1, /*bytes*/1); in ahc_pci_test_register_access() 1236 status1 = ahc_pci_read_config(ahc->dev_softc, in ahc_pci_test_register_access() 1238 if ((status1 & STA) != 0) in ahc_pci_test_register_access() 1245 status1 = ahc_pci_read_config(ahc->dev_softc, in ahc_pci_test_register_access() 1248 status1, /*bytes*/1); in ahc_pci_test_register_access() 1931 u_int status1; in ahc_pci_intr() local 1937 status1 = ahc_pci_read_config(ahc->dev_softc, in ahc_pci_intr() 1944 if (status1 & DPE) { in ahc_pci_intr() [all …]
|
/linux-4.1.27/drivers/mmc/host/ |
D | wmt-sdmmc.c | 377 u32 status1; in wmt_mci_regular_isr() local 385 status1 = readb(priv->sdmmc_base + SDMMC_STS1); in wmt_mci_regular_isr() 407 if (status1 & STS1_CMDRSP_DONE) { in wmt_mci_regular_isr() 410 } else if ((status1 & STS1_RSP_TIMEOUT) || in wmt_mci_regular_isr() 411 (status1 & STS1_DATA_TIMEOUT)) { in wmt_mci_regular_isr() 428 if (status1 & STS1_CMDRSP_DONE) { in wmt_mci_regular_isr() 435 if ((status1 & STS1_RSP_TIMEOUT) || in wmt_mci_regular_isr() 436 (status1 & STS1_DATA_TIMEOUT)) { in wmt_mci_regular_isr() 459 writeb(status1, priv->sdmmc_base + SDMMC_STS1); in wmt_mci_regular_isr()
|
/linux-4.1.27/drivers/media/i2c/ |
D | adv7180.c | 253 static v4l2_std_id adv7180_std_to_v4l2(u8 status1) in adv7180_std_to_v4l2() argument 256 if (!(status1 & ADV7180_STATUS1_IN_LOCK)) in adv7180_std_to_v4l2() 259 switch (status1 & ADV7180_STATUS1_AUTOD_MASK) { in adv7180_std_to_v4l2() 304 static u32 adv7180_status_to_v4l2(u8 status1) in adv7180_status_to_v4l2() argument 306 if (!(status1 & ADV7180_STATUS1_IN_LOCK)) in adv7180_status_to_v4l2() 315 int status1 = adv7180_read(state, ADV7180_REG_STATUS1); in __adv7180_status() local 317 if (status1 < 0) in __adv7180_status() 318 return status1; in __adv7180_status() 321 *status = adv7180_status_to_v4l2(status1); in __adv7180_status() 323 *std = adv7180_std_to_v4l2(status1); in __adv7180_status()
|
/linux-4.1.27/drivers/tty/serial/8250/ |
D | 8250_core.c | 915 unsigned char scratch, status1, status2; in autoconfig_8250() local 921 status1 = serial_in(up, UART_SCR); in autoconfig_8250() 926 if (status1 == 0xa5 && status2 == 0x5a) in autoconfig_8250() 951 unsigned char status1, status2; in autoconfig_16550a() local 966 status1 = serial_in(up, UART_EXAR_DVID); in autoconfig_16550a() 967 if (status1 == 0x82 || status1 == 0x84 || status1 == 0x88) { in autoconfig_16550a() 993 status1 = serial_in(up, UART_IIR) >> 5; in autoconfig_16550a() 997 if (status1 == 7) in autoconfig_16550a() 1025 status1 = serial_in(up, UART_MCR); in autoconfig_16550a() 1029 if (!((status2 ^ status1) & UART_MCR_LOOP)) { in autoconfig_16550a() [all …]
|
/linux-4.1.27/drivers/platform/x86/ |
D | compal-laptop.c | 506 u8 status1 = ec_read_u8(BAT_STATUS1); in bat_status() local 512 if (status1 & BAT_S1_FULL) in bat_status() 550 u8 status1 = ec_read_u8(BAT_STATUS1); in bat_capacity_level() local 554 || status1 & BAT_S1_EMPTY in bat_capacity_level() 559 if (status1 & BAT_S1_FULL) in bat_capacity_level()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | sh_mobile_hdmi.c | 1030 u8 status1, status2, mask1, mask2; in sh_hdmi_hotplug() local 1041 status1 = hdmi_read(hdmi, HDMI_INTERRUPT_STATUS_1); in sh_hdmi_hotplug() 1053 irq, status1, mask1, status2, mask2); in sh_hdmi_hotplug() 1055 if (!((status1 & mask1) | (status2 & mask2))) { in sh_hdmi_hotplug() 1057 } else if (status1 & 0xc0) { in sh_hdmi_hotplug() 1079 } else if (!(status1 & 0x80)) { in sh_hdmi_hotplug() 1087 } else if (status1 & 2) { in sh_hdmi_hotplug() 1093 } else if (status1 & 4) { in sh_hdmi_hotplug()
|
/linux-4.1.27/drivers/net/hamradio/ |
D | 6pack.c | 116 unsigned char status1; member 147 if (((sp->status1 & SIXP_DCD_MASK) == 0) && (random < sp->persistence)) { in sp_xmit_on_air() 520 sp->status1 = 1; in resync_tnc() 624 sp->status1 = 1; in sixpack_open() 935 sp->status1 = cmd & SIXP_PRIO_DATA_MASK; in decode_prio_command()
|
/linux-4.1.27/arch/x86/math-emu/ |
D | fpu_entry.c | 305 unsigned short status1 = partial_status; in math_emulate() local 363 partial_status = status1; in math_emulate() 422 status1 & in math_emulate() 475 partial_status = status1; /* Undo any denorm tag, in math_emulate()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
D | dma.h | 52 u32 status1; /* active descriptor, xmt error */ member
|
D | dma.c | 1496 DMA64TXREGOFFS(di, status1)) & in dma_getnexttxp()
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_target.c | 1283 ctio->u.status1.flags = in qlt_24xx_retry_term_exchange() 1286 ctio->u.status1.ox_id = cpu_to_le16(entry->fcp_hdr_le.ox_id); in qlt_24xx_retry_term_exchange() 1531 ctio->u.status1.flags = (atio->u.isp24.attr << 9) | in qlt_24xx_send_task_mgmt_ctio() 1535 ctio->u.status1.ox_id = cpu_to_le16(temp); in qlt_24xx_send_task_mgmt_ctio() 1536 ctio->u.status1.scsi_status = in qlt_24xx_send_task_mgmt_ctio() 1538 ctio->u.status1.response_len = __constant_cpu_to_le16(8); in qlt_24xx_send_task_mgmt_ctio() 1539 ctio->u.status1.sense_data[0] = resp_code; in qlt_24xx_send_task_mgmt_ctio() 2090 (uint32_t)sizeof(ctio->u.status1.sense_data)); in qlt_24xx_init_ctio_to_isp() 2111 ctio->u.status1.flags |= __constant_cpu_to_le16( in qlt_24xx_init_ctio_to_isp() 2116 ctio->u.status1.flags &= in qlt_24xx_init_ctio_to_isp() [all …]
|
D | qla_target.h | 484 } status1; member
|
D | qla_nx.c | 2022 int status = 0, status1 = 0; in qla82xx_intr_handler() local 2041 status1 = qla82xx_rd_32(ha, ISR_INT_STATE_REG); in qla82xx_intr_handler() 2042 if (!ISR_IS_LEGACY_INTR_TRIGGERED(status1)) in qla82xx_intr_handler()
|
/linux-4.1.27/drivers/mtd/nand/ |
D | docg4.c | 523 uint16_t status1 = readw(docptr + DOC_IOSPACE_DATA); in read_progstatus() local 528 __func__, status1, status2, status3); in read_progstatus() 530 if (status1 != DOCG4_PROGSTATUS_GOOD in read_progstatus() 535 "%02x, %02x, %02x\n", status1, status2, status3); in read_progstatus()
|
/linux-4.1.27/drivers/tty/serial/ |
D | sunsu.c | 1040 unsigned char status1, status2, scratch, scratch2, scratch3; in sunsu_autoconfig() local 1092 status1 = serial_inp(up, UART_MSR) & 0xF0; in sunsu_autoconfig() 1094 if (status1 != 0x90) in sunsu_autoconfig() 1154 status1 = serial_in(up, UART_SCR); in sunsu_autoconfig() 1159 if ((status1 != 0xa5) || (status2 != 0x5a)) in sunsu_autoconfig()
|
/linux-4.1.27/include/linux/ |
D | memstick.h | 39 unsigned char status1; member
|
/linux-4.1.27/drivers/dma/ |
D | coh901318.c | 2005 u32 status1; in dma_irq_handler() local 2013 status1 = readl(virtbase + COH901318_INT_STATUS1); in dma_irq_handler() 2016 if (unlikely(status1 == 0 && status2 == 0)) { in dma_irq_handler() 2025 while (status1) { in dma_irq_handler() 2027 i = ffs(status1) - 1; in dma_irq_handler() 2034 status1 &= ~(1 << i); in dma_irq_handler()
|
/linux-4.1.27/drivers/hid/ |
D | hid-cp2112.c | 125 u8 status1; /* STATUS1_* */ member 1115 xfer->status0, xfer->status1, in cp2112_raw_event() 1129 switch (xfer->status1) { in cp2112_raw_event()
|
D | wacom_sys.c | 754 DEVICE_LUMINANCE_ATTR(status1, hlv);
|
/linux-4.1.27/sound/pci/rme9652/ |
D | hdspm.c | 5183 unsigned int status1, status2, status3, i; in snd_hdspm_proc_read_raydat() local 5186 status1 = hdspm_read(hdspm, HDSPM_RD_STATUS_1); /* s1 */ in snd_hdspm_proc_read_raydat() 5190 snd_iprintf(buffer, "STATUS1: 0x%08x\n", status1); in snd_hdspm_proc_read_raydat() 5210 (status1 & lock) ? 1 : 0, in snd_hdspm_proc_read_raydat() 5211 (status1 & sync) ? 1 : 0, in snd_hdspm_proc_read_raydat() 5219 (status1 & 0x1000000) ? 1 : 0, in snd_hdspm_proc_read_raydat() 5220 (status1 & 0x2000000) ? 1 : 0, in snd_hdspm_proc_read_raydat() 5221 texts_freq[(status1 >> 16) & 0xF]); in snd_hdspm_proc_read_raydat() 5224 (status1 & 0x4000000) ? 1 : 0, in snd_hdspm_proc_read_raydat() 5225 (status1 & 0x8000000) ? 1 : 0, in snd_hdspm_proc_read_raydat() [all …]
|
/linux-4.1.27/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 1352 u32 status1; in snd_cs46xx_interrupt() local 1363 status1 = snd_cs46xx_peekBA0(chip, BA0_HISR); in snd_cs46xx_interrupt() 1364 if ((status1 & 0x7fffffff) == 0) { in snd_cs46xx_interrupt() 1374 if ( status1 & (1 << i) ) { in snd_cs46xx_interrupt() 1401 if ((status1 & HISR_VC0) && chip->playback_pcm) { in snd_cs46xx_interrupt() 1405 if ((status1 & HISR_VC1) && chip->pcm) { in snd_cs46xx_interrupt() 1411 if ((status1 & HISR_MIDI) && chip->rmidi) { in snd_cs46xx_interrupt()
|
/linux-4.1.27/drivers/usb/storage/ |
D | ene_ub6250.c | 414 u8 status1; member 827 info->MS_Lib.blkext[i].status1 = MS_REG_ST1_DEFAULT; in ms_lib_clear_writebuf() 910 ExtraDat->status1 = 0x00; /* Not yet,fireware support */ in ms_read_readpage() 1362 ExtraDat->status1 = 0x00; /* Not yet, waiting for fireware support */ in ms_lib_read_extra() 2003 if (extdat.status1 & (MS_REG_ST1_DTER | MS_REG_ST1_EXER | MS_REG_ST1_FGER)) in ms_card_init()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | omap4-panda-common.dtsi | 29 label = "pandaboard::status1";
|
/linux-4.1.27/drivers/net/ethernet/packetengines/ |
D | yellowfin.c | 1093 u8 status1 = buf_addr[data_size-2]; in yellowfin_rx() local 1096 if (status1 & 0xC0) dev->stats.rx_length_errors++; in yellowfin_rx()
|
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
D | feature.c | 1167 u32 status0, status1; in core99_usb_enable() local 1193 status1 = UN_IN(UNI_N_CLOCK_STOP_STATUS1); in core99_usb_enable() 1194 } while ((status0 & test0) | (status1 & test1)); in core99_usb_enable()
|
/linux-4.1.27/drivers/tty/ |
D | synclinkmp.c | 2529 unsigned char status, status0, status1=0; in synclinkmp_interrupt() local 2558 status1 = (unsigned char)tmp; in synclinkmp_interrupt() 2565 status1,dmastatus1,timerstatus1); in synclinkmp_interrupt() 2569 !status1 && !dmastatus1 && !timerstatus1) in synclinkmp_interrupt() 2579 status = status1; in synclinkmp_interrupt()
|
/linux-4.1.27/drivers/memstick/core/ |
D | ms_block.c | 449 if (msb->regs.status.status1 & MEMSTICK_UNCORR_ERROR) { in h_msb_read_page() 454 if (msb->regs.status.status1 & MEMSTICK_CORR_ERROR) { in h_msb_read_page()
|
/linux-4.1.27/drivers/video/fbdev/mmp/hw/ |
D | mmp_ctrl.h | 1088 u32 status1; member
|
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
D | hal.h | 3707 u32 status1; member
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 11304 unsigned long status1, status2; in lpfc_sli_intr_handler() local 11364 status1 = phba->ha_copy & (HA_MBATT | HA_LATT | HA_ERATT); in lpfc_sli_intr_handler() 11370 if (status1 || (status2 & HA_RXMASK)) in lpfc_sli_intr_handler() 11380 status1 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_FCP_RING))); in lpfc_sli_intr_handler() 11381 status1 >>= (4*LPFC_FCP_RING); in lpfc_sli_intr_handler() 11390 if ((status1 & HA_RXMASK) || (status2 & HA_RXMASK)) in lpfc_sli_intr_handler()
|
/linux-4.1.27/Documentation/ |
D | devices.txt | 2658 16 = /dev/mvideo/status1 Second device
|