Home
last modified time | relevance | path

Searched refs:status1 (Results 1 – 40 of 40) sorted by relevance

/linux-4.4.14/drivers/media/pci/zoran/
Dzr36050.c120 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()
Dzr36050.h39 __u8 status1; member
/linux-4.4.14/drivers/power/
Dtps65090-charger.c152 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.4.14/drivers/media/dvb-frontends/
Dbcm3510.c62 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.4.14/drivers/i2c/busses/
Di2c-stu300.c225 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.4.14/drivers/net/wireless/ath/ath9k/
Dar9003_mac.h57 u32 status1; member
101 u32 status1; member
Dar9003_mac.c381 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()
Dmac.h292 u32 status1; member
304 u32 status1; member
331 #define ds_txstatus1 u.tx.status1
342 #define ds_rxstatus1 u.rx.status1
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx_pci.c1174 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.4.14/drivers/mmc/host/
Dwmt-sdmmc.c377 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.4.14/drivers/tty/serial/8250/
D8250_port.c831 unsigned char scratch, status1, status2; in autoconfig_8250() local
837 status1 = serial_in(up, UART_SCR); in autoconfig_8250()
842 if (status1 == 0xa5 && status2 == 0x5a) in autoconfig_8250()
867 unsigned char status1, status2; in autoconfig_16550a() local
882 status1 = serial_in(up, UART_EXAR_DVID); in autoconfig_16550a()
883 if (status1 == 0x82 || status1 == 0x84 || status1 == 0x88) { in autoconfig_16550a()
909 status1 = serial_in(up, UART_IIR) >> 5; in autoconfig_16550a()
913 if (status1 == 7) in autoconfig_16550a()
941 status1 = serial_in(up, UART_MCR); in autoconfig_16550a()
945 if (!((status2 ^ status1) & UART_MCR_LOOP)) { in autoconfig_16550a()
[all …]
/linux-4.4.14/drivers/media/i2c/
Dadv7180.c254 static v4l2_std_id adv7180_std_to_v4l2(u8 status1) in adv7180_std_to_v4l2() argument
257 if (!(status1 & ADV7180_STATUS1_IN_LOCK)) in adv7180_std_to_v4l2()
260 switch (status1 & ADV7180_STATUS1_AUTOD_MASK) { in adv7180_std_to_v4l2()
305 static u32 adv7180_status_to_v4l2(u8 status1) in adv7180_status_to_v4l2() argument
307 if (!(status1 & ADV7180_STATUS1_IN_LOCK)) in adv7180_status_to_v4l2()
316 int status1 = adv7180_read(state, ADV7180_REG_STATUS1); in __adv7180_status() local
318 if (status1 < 0) in __adv7180_status()
319 return status1; in __adv7180_status()
322 *status = adv7180_status_to_v4l2(status1); in __adv7180_status()
324 *std = adv7180_std_to_v4l2(status1); in __adv7180_status()
/linux-4.4.14/arch/x86/math-emu/
Dfpu_entry.c267 unsigned short status1 = partial_status; in math_emulate() local
325 partial_status = status1; in math_emulate()
384 status1 & in math_emulate()
437 partial_status = status1; /* Undo any denorm tag, in math_emulate()
/linux-4.4.14/drivers/video/fbdev/
Dsh_mobile_hdmi.c1030 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.4.14/drivers/net/hamradio/
D6pack.c116 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()
941 sp->status1 = cmd & SIXP_PRIO_DATA_MASK; in decode_prio_command()
/linux-4.4.14/drivers/platform/x86/
Dcompal-laptop.c508 u8 status1 = ec_read_u8(BAT_STATUS1); in bat_status() local
514 if (status1 & BAT_S1_FULL) in bat_status()
552 u8 status1 = ec_read_u8(BAT_STATUS1); in bat_capacity_level() local
556 || status1 & BAT_S1_EMPTY in bat_capacity_level()
561 if (status1 & BAT_S1_FULL) in bat_capacity_level()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
Ddma.h52 u32 status1; /* active descriptor, xmt error */ member
Ddma.c1496 DMA64TXREGOFFS(di, status1)) & in dma_getnexttxp()
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_target.c1283 ctio->u.status1.flags = cpu_to_le16(CTIO7_FLAGS_STATUS_MODE_1 | in qlt_24xx_retry_term_exchange()
1285 ctio->u.status1.ox_id = cpu_to_le16(entry->fcp_hdr_le.ox_id); in qlt_24xx_retry_term_exchange()
1530 ctio->u.status1.flags = (atio->u.isp24.attr << 9) | in qlt_24xx_send_task_mgmt_ctio()
1533 ctio->u.status1.ox_id = cpu_to_le16(temp); in qlt_24xx_send_task_mgmt_ctio()
1534 ctio->u.status1.scsi_status = in qlt_24xx_send_task_mgmt_ctio()
1536 ctio->u.status1.response_len = cpu_to_le16(8); in qlt_24xx_send_task_mgmt_ctio()
1537 ctio->u.status1.sense_data[0] = resp_code; in qlt_24xx_send_task_mgmt_ctio()
2087 (uint32_t)sizeof(ctio->u.status1.sense_data)); in qlt_24xx_init_ctio_to_isp()
2107 ctio->u.status1.flags |= cpu_to_le16( in qlt_24xx_init_ctio_to_isp()
2112 ctio->u.status1.flags &= in qlt_24xx_init_ctio_to_isp()
[all …]
Dqla_target.h484 } status1; member
Dqla_nx.c2023 int status = 0, status1 = 0; in qla82xx_intr_handler() local
2042 status1 = qla82xx_rd_32(ha, ISR_INT_STATE_REG); in qla82xx_intr_handler()
2043 if (!ISR_IS_LEGACY_INTR_TRIGGERED(status1)) in qla82xx_intr_handler()
/linux-4.4.14/drivers/tty/serial/
Dsunsu.c1040 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.4.14/drivers/mtd/nand/
Ddocg4.c523 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.4.14/include/linux/
Dmemstick.h39 unsigned char status1; member
/linux-4.4.14/drivers/dma/
Dcoh901318.c2005 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.4.14/drivers/hid/
Dhid-cp2112.c125 u8 status1; /* STATUS1_* */ member
1168 xfer->status0, xfer->status1, in cp2112_raw_event()
1182 switch (xfer->status1) { in cp2112_raw_event()
Dwacom_sys.c770 DEVICE_LUMINANCE_ATTR(status1, hlv);
/linux-4.4.14/sound/pci/rme9652/
Dhdspm.c5183 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.4.14/sound/pci/cs46xx/
Dcs46xx_lib.c1352 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.4.14/drivers/usb/storage/
Dene_ub6250.c417 u8 status1; member
830 info->MS_Lib.blkext[i].status1 = MS_REG_ST1_DEFAULT; in ms_lib_clear_writebuf()
913 ExtraDat->status1 = 0x00; /* Not yet,fireware support */ in ms_read_readpage()
1365 ExtraDat->status1 = 0x00; /* Not yet, waiting for fireware support */ in ms_lib_read_extra()
2006 if (extdat.status1 & (MS_REG_ST1_DTER | MS_REG_ST1_EXER | MS_REG_ST1_FGER)) in ms_card_init()
/linux-4.4.14/arch/arm/boot/dts/
Domap4-panda-common.dtsi29 label = "pandaboard::status1";
/linux-4.4.14/drivers/net/ethernet/packetengines/
Dyellowfin.c1093 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.4.14/arch/powerpc/platforms/powermac/
Dfeature.c1167 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.4.14/drivers/tty/
Dsynclinkmp.c2523 unsigned char status, status0, status1=0; in synclinkmp_interrupt() local
2552 status1 = (unsigned char)tmp; in synclinkmp_interrupt()
2559 status1,dmastatus1,timerstatus1); in synclinkmp_interrupt()
2563 !status1 && !dmastatus1 && !timerstatus1) in synclinkmp_interrupt()
2573 status = status1; in synclinkmp_interrupt()
/linux-4.4.14/drivers/memstick/core/
Dms_block.c449 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.4.14/drivers/video/fbdev/mmp/hw/
Dmmp_ctrl.h1088 u32 status1; member
/linux-4.4.14/drivers/staging/comedi/drivers/
Dni_mio_common.c3529 unsigned int status1; in ni_serial_hw_readwrite8() local
3536 status1 = ni_stc_readw(dev, NISTC_STATUS1_REG); in ni_serial_hw_readwrite8()
3537 if (status1 & NISTC_STATUS1_SERIO_IN_PROG) { in ni_serial_hw_readwrite8()
3547 while ((status1 = ni_stc_readw(dev, NISTC_STATUS1_REG)) & in ni_serial_hw_readwrite8()
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
Dhal.h3707 u32 status1; member
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_sli.c11286 unsigned long status1, status2; in lpfc_sli_intr_handler() local
11346 status1 = phba->ha_copy & (HA_MBATT | HA_LATT | HA_ERATT); in lpfc_sli_intr_handler()
11352 if (status1 || (status2 & HA_RXMASK)) in lpfc_sli_intr_handler()
11362 status1 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_FCP_RING))); in lpfc_sli_intr_handler()
11363 status1 >>= (4*LPFC_FCP_RING); in lpfc_sli_intr_handler()
11372 if ((status1 & HA_RXMASK) || (status2 & HA_RXMASK)) in lpfc_sli_intr_handler()
/linux-4.4.14/Documentation/
Ddevices.txt2658 16 = /dev/mvideo/status1 Second device