/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/staging/sm750fb/ |
D | sm750_accel.c | 128 FIELD_SET(0,DE_CONTROL,STATUS,START)| in hw_fillrect() 299 FIELD_SET(0, DE_CONTROL, STATUS, START); in hw_copyarea() 413 FIELD_SET(0, DE_CONTROL, STATUS, START); in hw_imageblit()
|
D | sm750_hw.c | 362 FIELD_SET(0, PANEL_FB_ADDRESS, STATUS, CURRENT)| in hw_sm750_crtc_setMode()
|
/linux-4.1.27/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() 850 before = er32(STATUS); in e1000_reg_test() 851 value = (er32(STATUS) & toggle); in e1000_reg_test() 852 ew32(STATUS, toggle); in e1000_reg_test() 853 after = er32(STATUS) & toggle; in e1000_reg_test() 861 ew32(STATUS, before); in e1000_reg_test() 1425 if ((er32(STATUS) & E1000_STATUS_FD) == 0) in e1000_integrated_phy_loopback() 1461 link = (er32(STATUS) & E1000_STATUS_LU); in e1000_set_82571_fiber_loopback() 1744 if (!(er32(STATUS) & E1000_STATUS_LU)) in e1000_link_test()
|
D | ich8lan.c | 916 u32 status = er32(STATUS); in e1000_k1_workaround_lpt_lp() 1118 if (er32(STATUS) & E1000_STATUS_LU) in e1000_enable_ulp_lpt_lp() 1388 reg = er32(STATUS); in e1000_check_for_copper_link_ich8lan() 1483 if ((er32(STATUS) & E1000_STATUS_FD) != E1000_STATUS_FD) in e1000_check_for_copper_link_ich8lan() 2707 data = er32(STATUS); in e1000_lan_init_done_ich8lan() 2720 data = er32(STATUS); in e1000_lan_init_done_ich8lan() 2722 ew32(STATUS, data); in e1000_lan_init_done_ich8lan() 4765 reg = er32(STATUS); in e1000_initialize_hw_bits_ich8lan() 4767 ew32(STATUS, reg); in e1000_initialize_hw_bits_ich8lan() 5439 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 | 587 #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() 1779 (!(er32(STATUS) & E1000_STATUS_LU))) in e1000_intr_msi() 1860 (!(er32(STATUS) & E1000_STATUS_LU))) in e1000_intr() 4808 (er32(STATUS) & E1000_STATUS_LU) && in e1000_phy_read_status() 4876 link_active = !!(er32(STATUS) & E1000_STATUS_LU); in e1000e_has_link() 6115 status = er32(STATUS); in __e1000_shutdown()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | ctxnv40.c | 610 cp_wait(ctx, STATUS, IDLE); in nv40_grctx_generate() 613 cp_wait(ctx, STATUS, IDLE); in nv40_grctx_generate() 632 cp_wait(ctx, STATUS, IDLE); in nv40_grctx_generate() 637 cp_wait(ctx, STATUS, IDLE); in nv40_grctx_generate()
|
D | ctxnv50.c | 208 cp_wait(ctx, STATUS, BUSY); in nv50_grctx_generate() 210 cp_bra (ctx, STATUS, BUSY, cp_setup_save); in nv50_grctx_generate()
|
/linux-4.1.27/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() 751 before = er32(STATUS); in e1000_reg_test() 752 value = (er32(STATUS) & toggle); in e1000_reg_test() 753 ew32(STATUS, toggle); in e1000_reg_test() 754 after = er32(STATUS) & toggle; in e1000_reg_test() 762 ew32(STATUS, before); in e1000_reg_test() 1264 stat_reg = er32(STATUS); in e1000_integrated_phy_loopback() 1514 if (!(er32(STATUS) & E1000_STATUS_LU)) in e1000_link_test() 1627 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() 4280 if (er32(STATUS) & E1000_STATUS_FUNC_1) in e1000_read_mac_addr() 4857 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() 2417 link_active = !!(er32(STATUS) & E1000_STATUS_LU); in e1000_has_link() 3305 regs_buff[1] = er32(STATUS); in e1000_regdump() 3911 !(er32(STATUS) & E1000_STATUS_TXOFF)) { in e1000_clean_tx_irq() 5086 status = er32(STATUS); in __e1000_shutdown()
|
/linux-4.1.27/drivers/watchdog/ |
D | machzwd.c | 59 #define STATUS 0x12 /* 8 */ macro 153 zf_writeb(STATUS, new); in zf_set_status()
|
/linux-4.1.27/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() 302 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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/arch/m68k/ifpsp060/ |
D | CHANGES | 83 FSLW = FAULT STATUS LONGWORD 105 FSLW = FAULT STATUS LONGWORD
|
/linux-4.1.27/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 | 76 #define STATUS(status) status == QLA_ERROR ? "FAILED" : "SUCCEEDED" macro
|
/linux-4.1.27/drivers/staging/i2o/ |
D | README | 65 STATUS:
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/dma/dw/ |
D | regs.h | 67 struct dw_dma_irq_regs STATUS; /* r (raw & mask) */ member
|
/linux-4.1.27/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.1.27/Documentation/metag/ |
D | kernel-ABI.txt | 86 REGISTERS WHEN STATUS PURPOSE 112 REGISTERS WHEN STATUS PURPOSE
|
/linux-4.1.27/drivers/mmc/host/ |
D | dw_mmc.c | 357 while (mci_readl(host, STATUS) & SDMMC_STATUS_BUSY) { in dw_mci_wait_while_busy() 1263 status = mci_readl(slot->host, STATUS); in dw_mci_card_busy() 2071 fcnt = (SDMMC_GET_FCNT(mci_readl(host, STATUS)) in dw_mci_read_data_pio() 2087 (dto && SDMMC_GET_FCNT(mci_readl(host, STATUS)))); in dw_mci_read_data_pio() 2127 SDMMC_GET_FCNT(mci_readl(host, STATUS))) in dw_mci_write_data_pio() 2200 ((mci_readl(host, STATUS) >> 17) & 0x1fff)) in dw_mci_interrupt() 2591 status = mci_readl(host, STATUS); in dw_mci_reset()
|
/linux-4.1.27/drivers/power/ |
D | apm_power.c | 297 if (MPSY_PROP(STATUS, &status)) in apm_battery_apm_get_power_status()
|
/linux-4.1.27/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.1.27/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.1.27/drivers/video/fbdev/ |
D | tridentfb.c | 202 while (readmmr(par, STATUS) & 0xFA800000) in blade_wait_engine() 292 while (t_inb(par, STATUS) & 0x80) { in xp_wait_engine() 300 t_outb(par, 0x00, STATUS); in xp_wait_engine()
|
D | gxt4500.c | 28 #define STATUS 0x1000 macro
|
D | tdfxfb.c | 275 while ((tdfx_inl(par, STATUS) & 0x1f) < size - 1) in banshee_make_room() 288 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.1.27/drivers/usb/gadget/udc/ |
D | atmel_usba_udc.c | 662 usba_dma_readl(ep, STATUS); in usba_ep_disable() 815 status = usba_dma_readl(ep, STATUS); in stop_dma() 863 status = usba_dma_readl(ep, STATUS); in usba_ep_dequeue() 1592 status = usba_dma_readl(ep, STATUS); in usba_dma_irq()
|
/linux-4.1.27/drivers/staging/dgap/ |
D | dgap.h | 404 #define STATUS 72 macro
|
D | dgap.c | 267 { STATUS, "status" }, 777 case STATUS: in dgap_parsefile()
|
/linux-4.1.27/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.1.27/sound/isa/opti9xx/ |
D | opti92x-ad1848.c | 659 outb(0x00, OPTi93X_PORT(codec, STATUS)); in snd_opti93x_interrupt()
|
/linux-4.1.27/sound/isa/es1688/ |
D | es1688_lib.c | 44 if ((inb(ES1688P(chip, STATUS)) & 0x80) == 0) { in snd_es1688_dsp_command()
|
/linux-4.1.27/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.1.27/Documentation/blockdev/ |
D | README.DAC960 | 268 CONTROLLER CONFIGURATION AND STATUS MONITORING
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
D | hostap_hw.c | 2908 SHOW_REG(STATUS); in prism2_registers_proc_show()
|
/linux-4.1.27/drivers/net/wireless/ |
D | airo.c | 369 #define STATUS 0x08 macro 3961 pRsp->status = IN4500(ai, STATUS); in issuecommand()
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 1027 Support for STATUS codes (newer 32 bit NT error codes) added. DFS support begun to be added.
|