Home
last modified time | relevance | path

Searched refs:STATUS (Results 1 – 80 of 80) sorted by relevance

/linux-4.4.14/drivers/scsi/
Daha1542.h8 #define STATUS(base) base macro
19 #define INTRFLAGS(base) (STATUS(base)+2)
28 #define CONTROL(base) STATUS(base)
35 #define DATA(base) (STATUS(base)+1)
Daha1542.c94 if (!wait_mask(STATUS(base), CDF, 0, CDF, 0)) in aha1542_outb()
104 if (!wait_mask(STATUS(base), CDF, 0, CDF, 0)) in aha1542_out()
120 if (!wait_mask(STATUS(base), DF, DF, 0, timeout)) in aha1542_in()
191 if (inb(STATUS(sh->io_port)) == 0xff) in aha1542_test_port()
204 if (!wait_mask(STATUS(sh->io_port), STATMASK, INIT | IDLE, STST | DIAGF | INVDCMD | DF | CDF, 0)) in aha1542_test_port()
217 if (!wait_mask(STATUS(sh->io_port), DF, DF, 0, 0)) in aha1542_test_port()
223 if (inb(STATUS(sh->io_port)) & DF) in aha1542_test_port()
263 printk("status %02x\n", inb(STATUS(sh->io_port))); in aha1542_interrupt()
514 i = inb(STATUS(sh->io_port)); in aha1542_getconfig()
615 i = inb(STATUS(sh->io_port)); in aha1542_query()
[all …]
D53c700.scr142 JUMP Finish, WHEN STATUS
251 JUMP Finish, WHEN STATUS
256 JUMP Finish, WHEN STATUS
271 JUMP Finish, WHEN STATUS
316 JUMP Finish, WHEN STATUS
329 JUMP Finish, WHEN STATUS
396 MOVE 1, StatusAddress, WHEN STATUS
D53c700_d.h_shipped148 JUMP Finish, WHEN STATUS
425 JUMP Finish, WHEN STATUS
442 JUMP Finish, WHEN STATUS
475 JUMP Finish, WHEN STATUS
607 JUMP Finish, WHEN STATUS
644 JUMP Finish, WHEN STATUS
819 MOVE 1, StatusAddress, WHEN STATUS
/linux-4.4.14/sound/pci/vx222/
Dvx222_ops.c188 data = vx_inl(chip, STATUS); in vx2_test_xilinx()
197 data = vx_inl(chip, STATUS); in vx2_test_xilinx()
208 data = vx_inl(chip, STATUS); in vx2_test_xilinx()
217 data = vx_inl(chip, STATUS); in vx2_test_xilinx()
455 if (! (vx_inl(chip, STATUS) & VX_STATUS_MEMIRQ_MASK)) in vx2_test_and_ack()
460 vx_outl(chip, STATUS, 0); in vx2_test_and_ack()
464 vx_inl(chip, STATUS); in vx2_test_and_ack()
466 vx_outl(chip, STATUS, VX_STATUS_MEMIRQ_MASK); in vx2_test_and_ack()
469 vx_inl(chip, STATUS); in vx2_test_and_ack()
471 vx_outl(chip, STATUS, 0); in vx2_test_and_ack()
/linux-4.4.14/include/linux/
Dparport_pc.h15 #define STATUS(p) ((p)->base + 0x1) macro
86 unsigned char dsr = inb (STATUS (p)); in dump_parport_state()
212 return inb(STATUS(p)); in parport_pc_read_status()
/linux-4.4.14/drivers/memstick/host/
Djmb38x_ms.c36 STATUS = 0x20, enumerator
172 while (!(STATUS_FIFO_EMPTY & readl(host->addr + STATUS))) { in jmb38x_ms_read_data()
181 && !(STATUS_FIFO_EMPTY & readl(host->addr + STATUS))) { in jmb38x_ms_read_data()
236 && !(STATUS_FIFO_FULL & readl(host->addr + STATUS))) { in jmb38x_ms_write_data()
247 while (!(STATUS_FIFO_FULL & readl(host->addr + STATUS))) { in jmb38x_ms_write_data()
373 if (!(STATUS_HAS_MEDIA & readl(host->addr + STATUS))) { in jmb38x_ms_issue_cmd()
381 dev_dbg(&msh->dev, "hstatus %08x\n", readl(host->addr + STATUS)); in jmb38x_ms_issue_cmd()
482 dev_dbg(&msh->dev, "c hstatus %08x\n", readl(host->addr + STATUS)); in jmb38x_ms_complete_cmd()
484 host->req->int_reg = readl(host->addr + STATUS) & 0xff; in jmb38x_ms_complete_cmd()
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dcs35l32.txt30 1 = Left/right channels VMON[11:0], IMON[11:0], STATUS.
32 3 = Left/right channels VPMON[7:0], STATUS.
/linux-4.4.14/drivers/parport/
Dparport_gsc.h62 #define STATUS(p) ((p)->base + 0x1) macro
190 return parport_readb (STATUS(p)); in parport_gsc_read_status()
Dparport_gsc.c68 parport_writeb (r | 0x01, STATUS (pb)); /* Some reset by writing 1 */ in clear_epp_timeout()
69 parport_writeb (r & 0xfe, STATUS (pb)); /* Others by writing 0 */ in clear_epp_timeout()
Dparport_pc.c217 outb(r | 0x01, STATUS(pb)); /* Some reset by writing 1 */ in clear_epp_timeout()
218 outb(r & 0xfe, STATUS(pb)); /* Others by writing 0 */ in clear_epp_timeout()
278 status = inb(STATUS(port)); in parport_pc_epp_read_data()
297 status = inb(STATUS(port)); in parport_pc_epp_read_data()
312 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_read_data()
321 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_read_data()
341 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_write_data()
350 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_write_data()
366 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_read_addr()
375 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_read_addr()
[all …]
/linux-4.4.14/sound/drivers/
Dml403-ac97cr.c425 while ((full = (in_be32(CR_REG(ml403_ac97cr, STATUS)) & in snd_ml403_ac97cr_playback_ind2_zero()
450 while (((full = (in_be32(CR_REG(ml403_ac97cr, STATUS)) & in snd_ml403_ac97cr_playback_ind2_copy()
477 while ((empty = (in_be32(CR_REG(ml403_ac97cr, STATUS)) & in snd_ml403_ac97cr_capture_ind2_null()
507 while (((empty = (in_be32(CR_REG(ml403_ac97cr, STATUS)) & in snd_ml403_ac97cr_capture_ind2_copy()
900 stat = in_be32(CR_REG(ml403_ac97cr, STATUS));
908 if ((in_be32(CR_REG(ml403_ac97cr, STATUS)) &
1014 stat = in_be32(CR_REG(ml403_ac97cr, STATUS))
1017 if ((in_be32(CR_REG(ml403_ac97cr, STATUS)) &
1073 if (in_be32(CR_REG(ml403_ac97cr, STATUS)) & CR_CODECREADY) {
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/
Dixgb_osdep.h60 #define IXGB_WRITE_FLUSH(a) IXGB_READ_REG(a, STATUS)
Dixgb_hw.c921 status_reg = IXGB_READ_REG(hw, STATUS); in ixgb_check_for_link()
1089 status_reg = IXGB_READ_REG(hw, STATUS); in ixgb_get_bus_info()
1170 ((IXGB_READ_REG(hw, STATUS) & IXGB_STATUS_LU) in ixgb_link_reset()
Dixgb_ethtool.c237 *reg++ = IXGB_READ_REG(hw, STATUS); /* 2 */ in ixgb_get_regs()
Dixgb_main.c230 if (IXGB_READ_REG(&adapter->hw, STATUS) & IXGB_STATUS_PCIX_MODE) { in ixgb_up()
1900 && !(IXGB_READ_REG(&adapter->hw, STATUS) & in ixgb_clean_tx_irq()
/linux-4.4.14/drivers/staging/sm750fb/
Dsm750_accel.c127 FIELD_SET(0, DE_CONTROL, STATUS, START)| in hw_fillrect()
276 FIELD_SET(0, DE_CONTROL, STATUS, START); in hw_copyarea()
376 FIELD_SET(0, DE_CONTROL, STATUS, START); in hw_imageblit()
Dsm750_hw.c313 FIELD_SET(0, PANEL_FB_ADDRESS, STATUS, CURRENT)| in hw_sm750_crtc_setMode()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dmac.c72 reg = er32(STATUS); in e1000_set_lan_id_multi_port_pcie()
486 status = er32(STATUS); in e1000e_check_for_fiber_link()
551 status = er32(STATUS); in e1000e_check_for_serdes_link()
613 status = er32(STATUS); in e1000e_check_for_serdes_link()
819 status = er32(STATUS); in e1000_poll_fiber_serdes_link_generic()
1328 status = er32(STATUS); in e1000e_get_speed_and_duplex_copper()
1725 if (!(er32(STATUS) & E1000_STATUS_GIO_MASTER_ENABLE)) in e1000e_disable_pcie_master()
Dethtool.c171 u32 status = er32(STATUS); in e1000_get_settings()
446 regs_buff[1] = er32(STATUS); in e1000_get_regs()
848 before = er32(STATUS); in e1000_reg_test()
849 value = (er32(STATUS) & toggle); in e1000_reg_test()
850 ew32(STATUS, toggle); in e1000_reg_test()
851 after = er32(STATUS) & toggle; in e1000_reg_test()
859 ew32(STATUS, before); in e1000_reg_test()
1423 if ((er32(STATUS) & E1000_STATUS_FD) == 0) in e1000_integrated_phy_loopback()
1459 link = (er32(STATUS) & E1000_STATUS_LU); in e1000_set_82571_fiber_loopback()
1763 if (!(er32(STATUS) & E1000_STATUS_LU)) in e1000_link_test()
Dich8lan.c918 u32 status = er32(STATUS); in e1000_k1_workaround_lpt_lp()
1117 if (er32(STATUS) & E1000_STATUS_LU) in e1000_enable_ulp_lpt_lp()
1198 to_sx && (er32(STATUS) & E1000_STATUS_LU)) { in e1000_enable_ulp_lpt_lp()
1549 if ((er32(STATUS) & E1000_STATUS_FD) != E1000_STATUS_FD) in e1000_check_for_copper_link_ich8lan()
2773 data = er32(STATUS); in e1000_lan_init_done_ich8lan()
2786 data = er32(STATUS); in e1000_lan_init_done_ich8lan()
2788 ew32(STATUS, data); in e1000_lan_init_done_ich8lan()
4831 reg = er32(STATUS); in e1000_initialize_hw_bits_ich8lan()
4833 ew32(STATUS, reg); in e1000_initialize_hw_bits_ich8lan()
5505 if (!(er32(STATUS) & E1000_STATUS_LU)) { in e1000_led_on_pchlan()
[all …]
D82571.c336 int is_port_b = er32(STATUS) & E1000_STATUS_FUNC_1; in e1000_get_variants_82571()
1356 if (!(E1000_STATUS_LU & er32(STATUS))) { in e1000_led_on_82574()
1523 status = er32(STATUS); in e1000_check_for_serdes_link_82571()
De1000.h593 #define e1e_flush() er32(STATUS)
Dnetdev.c1160 eop, jiffies, eop_desc->upper.fields.status, er32(STATUS), in e1000_print_hw_hang()
1291 !(er32(STATUS) & E1000_STATUS_TXOFF)) in e1000_clean_tx_irq()
1773 (!(er32(STATUS) & E1000_STATUS_LU))) in e1000_intr_msi()
1854 (!(er32(STATUS) & E1000_STATUS_LU))) in e1000_intr()
4957 (er32(STATUS) & E1000_STATUS_LU) && in e1000_phy_read_status()
5025 link_active = !!(er32(STATUS) & E1000_STATUS_LU); in e1000e_has_link()
6264 status = er32(STATUS); in __e1000_shutdown()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxnv40.c609 cp_wait(ctx, STATUS, IDLE); in nv40_grctx_generate()
612 cp_wait(ctx, STATUS, IDLE); in nv40_grctx_generate()
631 cp_wait(ctx, STATUS, IDLE); in nv40_grctx_generate()
636 cp_wait(ctx, STATUS, IDLE); in nv40_grctx_generate()
Dctxnv50.c207 cp_wait(ctx, STATUS, BUSY); in nv50_grctx_generate()
209 cp_bra (ctx, STATUS, BUSY, cp_setup_save); in nv50_grctx_generate()
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000_ethtool.c153 if (er32(STATUS) & E1000_STATUS_LU) { in e1000_get_settings()
358 regs_buff[1] = er32(STATUS); in e1000_get_regs()
749 before = er32(STATUS); in e1000_reg_test()
750 value = (er32(STATUS) & toggle); in e1000_reg_test()
751 ew32(STATUS, toggle); in e1000_reg_test()
752 after = er32(STATUS) & toggle; in e1000_reg_test()
760 ew32(STATUS, before); in e1000_reg_test()
1262 stat_reg = er32(STATUS); in e1000_integrated_phy_loopback()
1512 if (!(er32(STATUS) & E1000_STATUS_LU)) in e1000_link_test()
1625 if (er32(STATUS) & E1000_STATUS_FUNC_1) { in e1000_wol_exclusion()
[all …]
De1000_osdep.h95 #define E1000_WRITE_FLUSH() er32(STATUS)
De1000_hw.c382 status = er32(STATUS); in e1000_set_media_type()
934 status = er32(STATUS); in e1000_setup_fiber_serdes_link()
2299 status = er32(STATUS); in e1000_check_for_serdes_link_generic()
2361 status = er32(STATUS); in e1000_check_for_serdes_link_generic()
2409 status = er32(STATUS); in e1000_check_for_link()
2590 status = er32(STATUS); in e1000_get_speed_and_duplex()
4272 if (er32(STATUS) & E1000_STATUS_FUNC_1) in e1000_read_mac_addr()
4849 status = er32(STATUS); in e1000_get_bus_info()
De1000_main.c1151 if (er32(STATUS) & E1000_STATUS_FUNC_1){ in e1000_probe()
1178 if (er32(STATUS) & E1000_STATUS_FUNC_1) in e1000_probe()
2412 link_active = !!(er32(STATUS) & E1000_STATUS_LU); in e1000_has_link()
3300 regs_buff[1] = er32(STATUS); in e1000_regdump()
3906 !(er32(STATUS) & E1000_STATUS_TXOFF)) { in e1000_clean_tx_irq()
5081 status = er32(STATUS); in __e1000_shutdown()
/linux-4.4.14/drivers/watchdog/
Dmachzwd.c59 #define STATUS 0x12 /* 8 */ macro
153 zf_writeb(STATUS, new); in zf_set_status()
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
Dethtool.c88 status = er32(STATUS); in igbvf_get_settings()
161 regs_buff[1] = er32(STATUS); in igbvf_get_regs()
300 if (!(er32(STATUS) & E1000_STATUS_LU)) in igbvf_link_test()
Dvf.c99 status = er32(STATUS); in e1000_get_link_up_info_vf()
368 if (!(er32(STATUS) & E1000_STATUS_LU)) in e1000_check_for_link_vf()
Dregs.h105 #define e1e_flush() er32(STATUS)
/linux-4.4.14/sound/isa/wss/
Dwss_lib.c271 wss_inb(chip, CS4231P(STATUS)));
896 wss_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */ in snd_wss_open()
897 wss_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */ in snd_wss_open()
928 wss_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */ in snd_wss_close()
929 wss_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */ in snd_wss_close()
952 wss_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */ in snd_wss_close()
953 wss_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */ in snd_wss_close()
1146 wss_outb(chip, CS4231P(STATUS), 0); in snd_wss_interrupt()
1219 wss_inb(chip, CS4231P(STATUS)); in snd_ad1848_probe()
1220 wss_outb(chip, CS4231P(STATUS), 0); in snd_ad1848_probe()
[all …]
/linux-4.4.14/include/video/
Dtrident.h128 #define STATUS 0x2120 macro
Dtdfx.h8 #define STATUS 0x00 macro
Dsstfb.h88 #define STATUS 0x0000 macro
Dradeon.h33 #define STATUS 0x0F06 macro
/linux-4.4.14/drivers/net/ethernet/apple/
Dbmac.h52 #define STATUS 0x200 /* status--reading this clears it */ macro
Dbmac.c368 bmread(dev, STATUS); /* read it just to clear it */ in bmac_init_registers()
1056 unsigned int status = bmread(dev, STATUS); in bmac_misc_intr()
/linux-4.4.14/sound/sparc/
Dcs4231.c790 __cs4231_writeb(chip, 0, CS4231U(chip, STATUS)); /* clear IRQ */ in snd_cs4231_open()
791 __cs4231_writeb(chip, 0, CS4231U(chip, STATUS)); /* clear IRQ */ in snd_cs4231_open()
820 __cs4231_writeb(chip, 0, CS4231U(chip, STATUS)); /* clear IRQ */ in snd_cs4231_close()
821 __cs4231_writeb(chip, 0, CS4231U(chip, STATUS)); /* clear IRQ */ in snd_cs4231_close()
843 __cs4231_writeb(chip, 0, CS4231U(chip, STATUS)); /* clear IRQ */ in snd_cs4231_close()
844 __cs4231_writeb(chip, 0, CS4231U(chip, STATUS)); /* clear IRQ */ in snd_cs4231_close()
1058 __cs4231_readb(chip, CS4231U(chip, STATUS)); in snd_cs4231_probe()
1059 __cs4231_writeb(chip, 0, CS4231U(chip, STATUS)); in snd_cs4231_probe()
1633 if (!(__cs4231_readb(chip, CS4231U(chip, STATUS)) & CS4231_GLOBALIRQ)) in snd_cs4231_sbus_interrupt()
/linux-4.4.14/arch/m68k/ifpsp060/
DCHANGES83 FSLW = FAULT STATUS LONGWORD
105 FSLW = FAULT STATUS LONGWORD
/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_bsg.c501 __func__, bsg_reply->result, STATUS(status))); in ql4xxx_execute_diag_cmd()
604 STATUS(status))); in qla4_83xx_pre_loopback_config()
649 STATUS(status))); in qla4_83xx_post_loopback_config()
748 __func__, bsg_reply->result, STATUS(status))); in qla4xxx_execute_diag_loopback_cmd()
Dql4_def.h77 #define STATUS(status) status == QLA_ERROR ? "FAILED" : "SUCCEEDED" macro
/linux-4.4.14/Documentation/sound/alsa/
Dtimestamping.txt116 the STATUS ioctl, the parameters are read-only and do not allow for
120 STATUS_EXT and effectively deprecate STATUS.
138 before returning from the STATUS and STATUS_EXT ioctl. in most cases
/linux-4.4.14/drivers/net/wireless/orinoco/
Dhermes.c171 status = hermes_read_regn(hw, STATUS); in hermes_doicmd_wait()
299 status = hermes_read_regn(hw, STATUS); in hermes_docmd_wait()
/linux-4.4.14/Documentation/scsi/
Dscsi-changer.txt124 Send INITIALIZE ELEMENT STATUS command to the changer
128 timeout for the INITIALIZE ELEMENT STATUS command
Dsym53c8xx_2.txt628 Field B : DSTAT io register (DMA STATUS)
Dncr53c8xx.txt1302 Field B : DSTAT io register (DMA STATUS)
/linux-4.4.14/sound/isa/sb/
Dsb_common.c51 if ((inb(SBP(chip, STATUS)) & 0x80) == 0) { in snd_sbdsp_command()
Dsb8_midi.c195 while ((inb(SBP(chip, STATUS)) & 0x80) != 0 && --timeout > 0) in snd_sb8dsp_midi_output_write()
/linux-4.4.14/drivers/dma/dw/
Dregs.h67 struct dw_dma_irq_regs STATUS; /* r (raw & mask) */ member
/linux-4.4.14/sound/pci/
Dens1370.c595 if (!(inl(ES_REG(ensoniq, STATUS)) & ES_1370_CSTAT)) { in snd_es1370_codec_write()
602 inl(ES_REG(ensoniq, STATUS))); in snd_es1370_codec_write()
1464 outl(ensoniq->cssr, ES_REG(ensoniq, STATUS)); in snd_es1371_spdif_put()
1528 outl(ensoniq->cssr, ES_REG(ensoniq, STATUS)); in snd_es1373_rear_put()
1988 outl(ensoniq->cssr, ES_REG(ensoniq, STATUS)); in snd_ensoniq_chip_init()
2029 outl(ensoniq->cssr, ES_REG(ensoniq, STATUS)); in snd_ensoniq_chip_init()
2363 status = inl(ES_REG(ensoniq, STATUS)); in snd_audiopci_interrupt()
Dsonicvibes.c361 inb(SV_REG(sonic, INDEX)), inb(SV_REG(sonic, STATUS)));
623 status = inb(SV_REG(sonic, STATUS)); in snd_sonicvibes_interrupt()
1349 inb(SV_REG(sonic, STATUS)); /* clear IRQs */ in snd_sonicvibes_create()
1357 inb(SV_REG(sonic, STATUS)); /* clear IRQs */ in snd_sonicvibes_create()
Des1938.c332 if ((v = inb(SLSB_REG(chip, STATUS))) & 0x80) in snd_es1938_get_byte()
402 if (inb(SLSB_REG(chip, STATUS)) & 0x80) { in snd_es1938_reset()
1667 audiostatus = inb(SLSB_REG(chip, STATUS)); in snd_es1938_interrupt()
/linux-4.4.14/Documentation/metag/
Dkernel-ABI.txt86 REGISTERS WHEN STATUS PURPOSE
112 REGISTERS WHEN STATUS PURPOSE
/linux-4.4.14/drivers/power/
Dapm_power.c297 if (MPSY_PROP(STATUS, &status)) in apm_battery_apm_get_power_status()
/linux-4.4.14/drivers/mmc/host/
Ddw_mmc.c355 while (mci_readl(host, STATUS) & SDMMC_STATUS_BUSY) { in dw_mci_wait_while_busy()
1387 status = mci_readl(slot->host, STATUS); in dw_mci_card_busy()
2235 fcnt = (SDMMC_GET_FCNT(mci_readl(host, STATUS)) in dw_mci_read_data_pio()
2251 (dto && SDMMC_GET_FCNT(mci_readl(host, STATUS)))); in dw_mci_read_data_pio()
2291 SDMMC_GET_FCNT(mci_readl(host, STATUS))) in dw_mci_write_data_pio()
2364 ((mci_readl(host, STATUS) >> 17) & 0x1fff)) in dw_mci_interrupt()
2782 status = mci_readl(host, STATUS); in dw_mci_reset()
/linux-4.4.14/Documentation/input/
Datarikbd.txt536 9.27 STATUS INQUIRIES
563 The STATUS INQUIRY commands request the ikbd to return either the current mode
571 Valid STATUS INQUIRY commands are:
594 STATUS INQUIRY commands are not valid if the ikbd is in JOYSTICK MONITORING
/linux-4.4.14/arch/blackfin/kernel/
Ddebug-mmrs.c158 __CAN(STATUS, status); in bfin_debug_mmrs_can()
253 __EPPI(STATUS, status); in bfin_debug_mmrs_eppi()
296 __GPTIMER_GROUP(STATUS, status); in bfin_debug_mmrs_gptimer_group()
403 __PPI(STATUS, status); in bfin_debug_mmrs_ppi()
/linux-4.4.14/drivers/usb/gadget/udc/
Datmel_usba_udc.c661 usba_dma_readl(ep, STATUS); in usba_ep_disable()
814 status = usba_dma_readl(ep, STATUS); in stop_dma()
862 status = usba_dma_readl(ep, STATUS); in usba_ep_dequeue()
1591 status = usba_dma_readl(ep, STATUS); in usba_dma_irq()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dsdma.c453 statuscsr = read_sde_csr(sde, SD(STATUS)); in sdma_err_halt_wait()
550 statuscsr = read_sde_csr(sde, SD(STATUS)); in sdma_hw_clean_up_task()
1780 sdma_dumpstate_helper(SD(STATUS)); in sdma_dumpstate()
1899 (unsigned long long)read_sde_csr(sde, SD(STATUS)), in sdma_seqfile_dump_sde()
Dfile_ops.c140 STATUS, enumerator
627 case STATUS: in hfi1_file_mmap()
1351 binfo.status_bufbase = HFI1_MMAP_TOKEN(STATUS, uctxt->ctxt, in get_base_info()
Dpio.c1005 reg = read_kctxt_csr(dd, sc->hw_context, SC(STATUS)); in sc_restart()
/linux-4.4.14/drivers/video/fbdev/
Dtridentfb.c323 while (readmmr(par, STATUS) & 0xFA800000) in blade_wait_engine()
413 while (t_inb(par, STATUS) & 0x80) { in xp_wait_engine()
421 t_outb(par, 0x00, STATUS); in xp_wait_engine()
Dgxt4500.c28 #define STATUS 0x1000 macro
Dtdfxfb.c256 while ((tdfx_inl(par, STATUS) & 0x1f) < size - 1) in banshee_make_room()
269 if ((tdfx_inl(par, STATUS) & STATUS_BUSY) == 0) in banshee_wait_idle()
Dsstfb.c222 if (__sst_read(vbase, STATUS) & STATUS_FBI_BUSY) { in __sst_wait_idle()
/linux-4.4.14/drivers/staging/dgap/
Ddgap.h404 #define STATUS 72 macro
Ddgap.c266 { STATUS, "status" },
727 case STATUS: in dgap_parsefile()
/linux-4.4.14/Documentation/power/
Dpower_supply_class.txt75 STATUS - this attribute represents operating status (charging, full,
Dcharger-manager.txt159 external power source is attached or not), and "STATUS" (shows whether
/linux-4.4.14/sound/isa/opti9xx/
Dopti92x-ad1848.c659 outb(0x00, OPTi93X_PORT(codec, STATUS)); in snd_opti93x_interrupt()
/linux-4.4.14/sound/isa/es1688/
Des1688_lib.c44 if ((inb(ES1688P(chip, STATUS)) & 0x80) == 0) { in snd_es1688_dsp_command()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dhub.fuc398 // to hang with STATUS=0x00000007 until it's cleared.. fbcon can
/linux-4.4.14/Documentation/blockdev/
DREADME.DAC960268 CONTROLLER CONFIGURATION AND STATUS MONITORING
/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_hw.c2908 SHOW_REG(STATUS); in prism2_registers_proc_show()
/linux-4.4.14/drivers/net/wireless/
Dairo.c369 #define STATUS 0x08 macro
3976 pRsp->status = IN4500(ai, STATUS); in issuecommand()
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES1027 Support for STATUS codes (newer 32 bit NT error codes) added. DFS support begun to be added.