/linux-4.4.14/drivers/scsi/ |
D | aha1542.h | 8 #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)
|
D | aha1542.c | 94 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 …]
|
D | 53c700.scr | 142 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
|
D | 53c700_d.h_shipped | 148 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/ |
D | vx222_ops.c | 188 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/ |
D | parport_pc.h | 15 #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/ |
D | jmb38x_ms.c | 36 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/ |
D | cs35l32.txt | 30 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/ |
D | parport_gsc.h | 62 #define STATUS(p) ((p)->base + 0x1) macro 190 return parport_readb (STATUS(p)); in parport_gsc_read_status()
|
D | parport_gsc.c | 68 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()
|
D | parport_pc.c | 217 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/ |
D | ml403-ac97cr.c | 425 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/ |
D | ixgb_osdep.h | 60 #define IXGB_WRITE_FLUSH(a) IXGB_READ_REG(a, STATUS)
|
D | ixgb_hw.c | 921 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()
|
D | ixgb_ethtool.c | 237 *reg++ = IXGB_READ_REG(hw, STATUS); /* 2 */ in ixgb_get_regs()
|
D | ixgb_main.c | 230 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/ |
D | sm750_accel.c | 127 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()
|
D | sm750_hw.c | 313 FIELD_SET(0, PANEL_FB_ADDRESS, STATUS, CURRENT)| in hw_sm750_crtc_setMode()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | mac.c | 72 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()
|
D | ethtool.c | 171 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()
|
D | ich8lan.c | 918 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 …]
|
D | 82571.c | 336 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()
|
D | e1000.h | 593 #define e1e_flush() er32(STATUS)
|
D | netdev.c | 1160 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/ |
D | ctxnv40.c | 609 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()
|
D | ctxnv50.c | 207 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/ |
D | e1000_ethtool.c | 153 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 …]
|
D | e1000_osdep.h | 95 #define E1000_WRITE_FLUSH() er32(STATUS)
|
D | e1000_hw.c | 382 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()
|
D | e1000_main.c | 1151 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/ |
D | machzwd.c | 59 #define STATUS 0x12 /* 8 */ macro 153 zf_writeb(STATUS, new); in zf_set_status()
|
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/ |
D | ethtool.c | 88 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()
|
D | vf.c | 99 status = er32(STATUS); in e1000_get_link_up_info_vf() 368 if (!(er32(STATUS) & E1000_STATUS_LU)) in e1000_check_for_link_vf()
|
D | regs.h | 105 #define e1e_flush() er32(STATUS)
|
/linux-4.4.14/sound/isa/wss/ |
D | wss_lib.c | 271 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/ |
D | trident.h | 128 #define STATUS 0x2120 macro
|
D | tdfx.h | 8 #define STATUS 0x00 macro
|
D | sstfb.h | 88 #define STATUS 0x0000 macro
|
D | radeon.h | 33 #define STATUS 0x0F06 macro
|
/linux-4.4.14/drivers/net/ethernet/apple/ |
D | bmac.h | 52 #define STATUS 0x200 /* status--reading this clears it */ macro
|
D | bmac.c | 368 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/ |
D | cs4231.c | 790 __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/ |
D | CHANGES | 83 FSLW = FAULT STATUS LONGWORD 105 FSLW = FAULT STATUS LONGWORD
|
/linux-4.4.14/drivers/scsi/qla4xxx/ |
D | ql4_bsg.c | 501 __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()
|
D | ql4_def.h | 77 #define STATUS(status) status == QLA_ERROR ? "FAILED" : "SUCCEEDED" macro
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | timestamping.txt | 116 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/ |
D | hermes.c | 171 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/ |
D | scsi-changer.txt | 124 Send INITIALIZE ELEMENT STATUS command to the changer 128 timeout for the INITIALIZE ELEMENT STATUS command
|
D | sym53c8xx_2.txt | 628 Field B : DSTAT io register (DMA STATUS)
|
D | ncr53c8xx.txt | 1302 Field B : DSTAT io register (DMA STATUS)
|
/linux-4.4.14/sound/isa/sb/ |
D | sb_common.c | 51 if ((inb(SBP(chip, STATUS)) & 0x80) == 0) { in snd_sbdsp_command()
|
D | sb8_midi.c | 195 while ((inb(SBP(chip, STATUS)) & 0x80) != 0 && --timeout > 0) in snd_sb8dsp_midi_output_write()
|
/linux-4.4.14/drivers/dma/dw/ |
D | regs.h | 67 struct dw_dma_irq_regs STATUS; /* r (raw & mask) */ member
|
/linux-4.4.14/sound/pci/ |
D | ens1370.c | 595 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()
|
D | sonicvibes.c | 361 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()
|
D | es1938.c | 332 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/ |
D | kernel-ABI.txt | 86 REGISTERS WHEN STATUS PURPOSE 112 REGISTERS WHEN STATUS PURPOSE
|
/linux-4.4.14/drivers/power/ |
D | apm_power.c | 297 if (MPSY_PROP(STATUS, &status)) in apm_battery_apm_get_power_status()
|
/linux-4.4.14/drivers/mmc/host/ |
D | dw_mmc.c | 355 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/ |
D | atarikbd.txt | 536 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/ |
D | debug-mmrs.c | 158 __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/ |
D | atmel_usba_udc.c | 661 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/ |
D | sdma.c | 453 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()
|
D | file_ops.c | 140 STATUS, enumerator 627 case STATUS: in hfi1_file_mmap() 1351 binfo.status_bufbase = HFI1_MMAP_TOKEN(STATUS, uctxt->ctxt, in get_base_info()
|
D | pio.c | 1005 reg = read_kctxt_csr(dd, sc->hw_context, SC(STATUS)); in sc_restart()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | tridentfb.c | 323 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()
|
D | gxt4500.c | 28 #define STATUS 0x1000 macro
|
D | tdfxfb.c | 256 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()
|
D | sstfb.c | 222 if (__sst_read(vbase, STATUS) & STATUS_FBI_BUSY) { in __sst_wait_idle()
|
/linux-4.4.14/drivers/staging/dgap/ |
D | dgap.h | 404 #define STATUS 72 macro
|
D | dgap.c | 266 { STATUS, "status" }, 727 case STATUS: in dgap_parsefile()
|
/linux-4.4.14/Documentation/power/ |
D | power_supply_class.txt | 75 STATUS - this attribute represents operating status (charging, full,
|
D | charger-manager.txt | 159 external power source is attached or not), and "STATUS" (shows whether
|
/linux-4.4.14/sound/isa/opti9xx/ |
D | opti92x-ad1848.c | 659 outb(0x00, OPTi93X_PORT(codec, STATUS)); in snd_opti93x_interrupt()
|
/linux-4.4.14/sound/isa/es1688/ |
D | es1688_lib.c | 44 if ((inb(ES1688P(chip, STATUS)) & 0x80) == 0) { in snd_es1688_dsp_command()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | hub.fuc | 398 // to hang with STATUS=0x00000007 until it's cleared.. fbcon can
|
/linux-4.4.14/Documentation/blockdev/ |
D | README.DAC960 | 268 CONTROLLER CONFIGURATION AND STATUS MONITORING
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_hw.c | 2908 SHOW_REG(STATUS); in prism2_registers_proc_show()
|
/linux-4.4.14/drivers/net/wireless/ |
D | airo.c | 369 #define STATUS 0x08 macro 3976 pRsp->status = IN4500(ai, STATUS); in issuecommand()
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 1027 Support for STATUS codes (newer 32 bit NT error codes) added. DFS support begun to be added.
|