/linux-4.4.14/drivers/scsi/ |
H A D | osst_detect.h | 3 {"OnStream", "DI-", "", "osst"}, \
|
H A D | FlashPoint.c | 736 #define DI 0x13 /*Data Out */ macro 4578 WRW_HARPOON(map_addr, (TCB_OP + FIFO_0 + DI)); /*JUMP IF NO DATA IN FIFO */ FPT_autoLoadDefaultMap()
|
H A D | initio.c | 287 DI ----+ +--0------------------
|
H A D | osst.c | 89 MODULE_DESCRIPTION("OnStream {DI-|FW-|SC-|USB}{30|50} Tape Driver"); 5936 tpnt->poll = (strncmp(SDp->model, "DI-", 3) == 0) || osst_probe()
|
H A D | st.c | 235 {"OnStream", "DI-", "", "osst"}, \
|
/linux-4.4.14/arch/blackfin/lib/ |
H A D | gcclib.h | 13 typedef int DItype __attribute__ ((mode(DI))); 15 typedef unsigned int UDItype __attribute__ ((mode(DI)));
|
/linux-4.4.14/tools/perf/arch/x86/util/ |
H A D | unwind-libdw.c | 26 dwarf_regs[7] = REG(DI); libdw__arch_set_initial_registers() 35 dwarf_regs[5] = REG(DI); libdw__arch_set_initial_registers()
|
H A D | perf_regs.c | 10 SMPL_REG(DI, PERF_REG_X86_DI),
|
/linux-4.4.14/tools/perf/arch/x86/tests/ |
H A D | regs_load.S | 8 #define DI 5 * 8 define 36 movq %rdi, DI(%rdi) 73 movl %eax, DI(%edi)
|
/linux-4.4.14/arch/h8300/lib/ |
H A D | libgcc.h | 63 typedef int DItype __attribute__ ((mode (DI))); 64 typedef unsigned int UDItype __attribute__ ((mode (DI)));
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
H A D | comedi_parport.c | 51 * 10 1 3 DI ack 52 * 11 1 4 DI busy 53 * 12 1 2 DI paper out 54 * 13 1 1 DI select in 56 * 15 1 0 DI error
|
H A D | addi_apci_1032.c | 328 /* Allocate and Initialise DI Subdevice Structures */ apci1032_auto_attach() 394 MODULE_DESCRIPTION("ADDI-DATA APCI-1032, 32 channel DI boards");
|
H A D | addi_apci_1564.c | 481 /* Allocate and Initialise DI Subdevice Structures */ apci1564_auto_attach() 597 MODULE_DESCRIPTION("ADDI-DATA APCI-1564, 32 channel DI / 32 channel DO boards");
|
H A D | adv_pci_dio.c | 22 This driver supports now only insn interface for DI/DO/DIO. 58 #define MAX_DI_SUBDEVS 2 /* max number of DI subdevices per card */ 160 * DI status in IMB3 */ 235 struct diosubd_data sdi[MAX_DI_SUBDEVS]; /* DI chans */
|
H A D | pcl816.c | 17 * PCL 816 and 814B have 16 SE/DIFF ADCs, 16 DACs, 16 DI and 16 DO.
|
H A D | dt282x.c | 24 * DT2821-F-8DI (dt2821-f), DT2821-G-16SE (dt2821-g), 25 * DT2821-G-8DI (dt2821-g), DT2823 (dt2823), DT2824-PGH (dt2824-pgh),
|
H A D | pcl818.c | 12 * All cards have 16 SE/8 DIFF ADCs, one or two DACs, 16 DI and 16 DO. 15 * The driver support AI mode 0, 1, 3 other subdevices (AO, DI, DO) support
|
H A D | addi_apci_1500.c | 877 MODULE_DESCRIPTION("ADDI-DATA APCI-1500, 16 channel DI / 16 channel DO boards");
|
H A D | dt9812.c | 86 /* A/D D/A DI DO CT */
|
H A D | ni_pcidio.c | 859 FW_PCI_6534_SCARAB_DI, /* loaded into scarab A for DI */ pci_6534_upload_firmware()
|
H A D | rtd520.c | 164 #define LAS0_DIN_START 0x0124 /* HiSpd DI Sampling Signal select */ 201 #define LAS1_HDIO_FIFO 0x0004 /* HiSpd DI FIFO (16bit) */
|
H A D | adv_pci1710.c | 20 * This driver supports AI, AO, DI and DO subdevices.
|
H A D | adl_pci9118.c | 20 * This driver supports AI, AO, DI and DO subdevices.
|
/linux-4.4.14/lib/mpi/ |
H A D | mpi-internal.h | 131 /* Divide the two-limb number in (NH,,NL) by D, with DI being the largest 133 * If this would yield overflow, DI should be the largest possible number 142 _q += (nh); /* DI is 2**BITS_PER_MPI_LIMB too small */ \ 245 typedef int DItype __attribute__ ((mode(DI))); 246 typedef unsigned int UDItype __attribute__ ((mode(DI)));
|
/linux-4.4.14/include/linux/platform_data/ |
H A D | keypad-pxa27x.h | 34 * reading the MI/DI bits in the KPC register.
|
/linux-4.4.14/arch/m68k/lib/ |
H A D | ashldi3.c | 20 typedef int DItype __attribute__ ((mode (DI)));
|
H A D | ashrdi3.c | 20 typedef int DItype __attribute__ ((mode (DI)));
|
H A D | lshrdi3.c | 20 typedef int DItype __attribute__ ((mode (DI)));
|
H A D | muldi3.c | 67 typedef int DItype __attribute__ ((mode (DI)));
|
/linux-4.4.14/arch/mn10300/lib/ |
H A D | ashrdi3.c | 25 typedef int DItype __attribute__((mode(DI)));
|
H A D | lshrdi3.c | 25 typedef int DItype __attribute__((mode(DI)));
|
/linux-4.4.14/arch/arm/mach-imx/ |
H A D | mach-imx51.c | 45 /* CSI mode: reserved; DI control mode: legacy (from Freescale BSP) */ imx51_ipu_mipi_setup()
|
/linux-4.4.14/tools/perf/arch/x86/include/ |
H A D | perf_regs.h | 40 return "DI"; perf_reg_name()
|
/linux-4.4.14/drivers/gpu/ipu-v3/ |
H A D | ipu-di.c | 179 dev_err(di->ipu->dev, "DI%d counters out of range.\n", ipu_di_sync_config() 411 * CLKMODE_EXT means we must use the DI clock: this is ipu_di_config_clock() 413 * DI and LDB with the same pixel clock. ipu_di_config_clock() 419 * CLKMODE_SYNC means that we want the DI to be ipu_di_config_clock() 448 * the DI specific clock and the internal IPU clock. See ipu_di_config_clock() 451 * otherwise we use the DI clock. ipu_di_config_clock() 506 dev_dbg(di->ipu->dev, "Want %luHz IPU %luHz DI %luHz using %s, %luHz\n", ipu_di_config_clock() 510 clk == di->clk_di ? "DI" : "IPU", ipu_di_config_clock() 578 dev_dbg(di->ipu->dev, "Clocks: IPU %luHz DI %luHz Needed %luHz\n", ipu_di_init_sync_panel() 747 dev_dbg(dev, "DI%d base: 0x%08lx remapped to %p\n", ipu_di_init()
|
H A D | ipu-common.c | 1061 (i / 2) ? "DI" : "CSI", i % 2); ipu_add_client_devices()
|
/linux-4.4.14/drivers/gpu/drm/imx/ |
H A D | ipuv3-crtc.c | 64 /* Start DC channel and DI after IDMAC */ ipu_fb_enable() 78 /* Stop DC channel and DI before IDMAC */ ipu_fb_disable() 163 * If we have DAC or LDB, then we need the IPU DI clock to be ipu_crtc_mode_set() 164 * the same as the LDB DI clock. For TVDAC, derive the IPU DI ipu_crtc_mode_set()
|
H A D | imx-drm-core.c | 508 /* Special case for DI, dev->of_node may not be set yet */ compare_of()
|
H A D | imx-tve.c | 655 /* this is the IPU DI clock input selector, can be parented to tve_di */ imx_tve_bind()
|
/linux-4.4.14/include/math-emu/ |
H A D | soft-fp.h | 194 typedef int DItype __attribute__((mode(DI))); 196 typedef unsigned int UDItype __attribute__((mode(DI)));
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/ |
H A D | ixgb_ee.c | 106 /* A "1" is shifted out to the EEPROM by setting bit "DI" to a "1", ixgb_shift_out_bits() 109 * by setting "DI" to "0" and then raising and then lowering the clock. ixgb_shift_out_bits() 128 /* We leave the "DI" bit set to "0" when we leave this routine. */ ixgb_shift_out_bits() 148 * bit. During this "shifting in" process the "DI" bit should always be ixgb_shift_in_bits() 188 /* Clear SK and DI */ ixgb_setup_eeprom()
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_93cx6.h | 76 * DI - Data in
|
/linux-4.4.14/drivers/pinctrl/sunxi/ |
H A D | pinctrl-sun6i-a31-r.c | 66 SUNXI_FUNCTION(0x3, "s_jtag")), /* DI */
|
H A D | pinctrl-sun8i-a23-r.c | 68 SUNXI_FUNCTION(0x3, "s_jtag"), /* DI */
|
H A D | pinctrl-sun7i-a20.c | 202 SUNXI_FUNCTION(0x2, "i2s0"), /* DI */ 203 SUNXI_FUNCTION(0x3, "ac97"), /* DI */ 204 SUNXI_FUNCTION(0x4, "spdif")), /* DI */
|
H A D | pinctrl-sun8i-a23.c | 109 SUNXI_FUNCTION(0x3, "i2s0"), /* DI */
|
H A D | pinctrl-sun4i-a10.c | 185 SUNXI_FUNCTION(0x2, "i2s"), /* DI */ 186 SUNXI_FUNCTION(0x3, "ac97"), /* DI */
|
H A D | pinctrl-sun5i-a10s.c | 182 SUNXI_FUNCTION(0x2, "i2s"), /* DI */
|
H A D | pinctrl-sun6i-a31s.c | 240 SUNXI_FUNCTION(0x3, "i2s0"), /* DI */
|
H A D | pinctrl-sun6i-a31.c | 268 SUNXI_FUNCTION(0x3, "i2s0"), /* DI */
|
/linux-4.4.14/include/linux/dma/ |
H A D | ipu-dma.h | 114 * Enumeration of DI ports for ADC.
|
/linux-4.4.14/arch/mn10300/mm/ |
H A D | misalignment.c | 147 DI = DM1, enumerator in enum:value_id 197 { "mov", 0xf300, 0xffc0, 0, FMT_D0, 0, {MEM2(DI, AM0), DN2}}, 198 { "mov", 0xf340, 0xffc0, 0, FMT_D0, 0, {DM2, MEM2(DI, AN0)}}, 199 { "mov", 0xf380, 0xffc0, 0, FMT_D0, 0, {MEM2(DI, AM0), AN2}}, 200 { "mov", 0xf3c0, 0xffc0, 0, FMT_D0, 0, {AM2, MEM2(DI, AN0)}}, 256 { "movhu", 0xf480, 0xffc0, 0, FMT_D0, 0, {MEM2(DI, AM0), DN2}}, 257 { "movhu", 0xf4c0, 0xffc0, 0, FMT_D0, 0, {DM2, MEM2(DI, AN0)}},
|
/linux-4.4.14/drivers/usb/host/whci/ |
H A D | debug.c | 94 seq_printf(s, "DI[%d]\n", d); di_print()
|
H A D | wusb.c | 34 100, "DI update"); whc_update_di()
|
H A D | whci-hc.h | 277 * struct di_buf_entry - Device Information (DI) buffer entry.
|
/linux-4.4.14/drivers/video/fbdev/via/ |
H A D | lcd.c | 742 /* 24 bit DI data paht off */ viafb_lcd_disable() 807 /* 24 bit DI data paht on */ viafb_lcd_enable() 869 /* Determine LCD DI Port by hardware layout. */ check_diport_of_integrated_lvds() 912 "Display Hardware Layout: 0x%x, LCD DI Port: 0x%x\n", check_diport_of_integrated_lvds()
|
/linux-4.4.14/arch/x86/boot/ |
H A D | edd.c | 108 /* Ralf Brown recommends setting ES:DI to 0:0 */ get_edd_info()
|
H A D | video-vesa.c | 253 ireg.es = 0; /* ES:DI must be 0 by spec */ vesa_store_edid()
|
/linux-4.4.14/drivers/pinctrl/sh-pfc/ |
H A D | pfc-emev2.c | 1041 /* DI, DO*/ 1050 /* CLK, DI, DO*/ 1062 /* CLK, DI, DO*/ 1072 /* CLK, DI, DO*/ 1083 /* CLK, DI, DO*/ 1094 /* CLK, DI, DO*/
|
/linux-4.4.14/arch/x86/um/ |
H A D | signal.c | 174 GETREG(DI, di); copy_sc_from_user() 263 PUTREG(DI, di); copy_sc_to_user()
|
/linux-4.4.14/drivers/auxdisplay/ |
H A D | cfag12864b.c | 72 * DI = Data/Instruction
|
/linux-4.4.14/include/linux/ |
H A D | atmel_serial.h | 128 #define ATMEL_US_FIDI 0x40 /* FI DI Ratio Register */
|
H A D | sched.h | 1327 * @dl_boosted tells if we are boosted due to DI. If so we are
|
/linux-4.4.14/include/uapi/linux/ |
H A D | mtio.h | 109 and SCSI emulated (DI, DP, USB) */
|
/linux-4.4.14/drivers/usb/host/ |
H A D | ohci-dbg.c | 280 ohci_dbg (ohci, " info %08x CC=%x %s DI=%d %s %s\n", tmp, ohci_dump_td() 290 ohci_dbg (ohci, " info %08x CC=%x FC=%d DI=%d SF=%04x\n", tmp, ohci_dump_td()
|
H A D | ohci-q.c | 528 * at least immediately; use DI=6 in case any control request is td_fill()
|
/linux-4.4.14/drivers/video/fbdev/ |
H A D | vt8623fb.c | 449 svga_wseq_mask(par->state.vgabase, 0x1E, 0xF0, 0xF0); // DI/DVP bus vt8623fb_set_par() 450 svga_wseq_mask(par->state.vgabase, 0x2A, 0x0F, 0x0F); // DI/DVP bus vt8623fb_set_par()
|
H A D | mx3fb.c | 595 /* DI settings */ sdc_init_panel() 1567 * Display Interface (DI) and Synchronous Display Controller (SDC) mx3fb_probe()
|
/linux-4.4.14/drivers/block/paride/ |
H A D | ppc6lnx.c | 60 #define EEPROM_DI 0x02 // eeprom DI bit
|
/linux-4.4.14/arch/x86/kvm/ |
H A D | emulate.c | 41 #define OpDI 5ull /* ES:DI/EDI/RDI */ 4038 #define DI(_y, _i) { .flags = (_y)|Intercept, .intercept = x86_intercept_##_i } macro 4075 DI(SrcNone | Priv, monitor), 4076 DI(SrcNone | Priv, mwait), 4151 DI(Prot | DstMem, sldt), 4152 DI(Prot | DstMem, str), 4355 DI(SrcAcc | DstReg, pause), X7(D(SrcAcc | DstReg)), 4387 D(ImplicitOps), DI(SrcImmByte, intn), 4410 N, DI(ImplicitOps, icebp), N, N, 4411 DI(ImplicitOps | Priv, hlt), D(ImplicitOps), 4424 DI(ImplicitOps | Priv, invd), DI(ImplicitOps | Priv, wbinvd), N, N,
|
/linux-4.4.14/drivers/spi/ |
H A D | spi-omap-uwire.c | 325 * don't treat DI=high as "not ready" uwire_setup_transfer()
|
/linux-4.4.14/drivers/scsi/csiostor/ |
H A D | csio_hw_t5.c | 103 { MSIXDIPERR_F, "MSI-X DI parity error", -1, 1 }, csio_t5_pcie_intr_handler()
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | perf_event_p4.h | 596 P4_GEN_ESCR_EMASK(P4_EVENT_TC_DELIVER_MODE, DI, 2),
|
/linux-4.4.14/sound/pci/ice1712/ |
H A D | psc724.c | 79 * DI (pin18) -- SDA (VT1722 pin70)
|
H A D | prodigy192.c | 682 NULL, /* ak4114 in MIO/DI/O handles no IEC958 output */ prodigy192_add_controls()
|
H A D | se.c | 96 * DI (18pin) -- SDA
|
/linux-4.4.14/drivers/pinctrl/ |
H A D | pinctrl-u300.c | 327 PINCTRL_PIN(139, "PIO ACC SPI DI"), 612 PINCTRL_PIN(422, "APP SPI DI"),
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | fsys.S | 438 * ended up clearing PSR.{BE,AC,I,DFL,DFH,DI,DB,SI,TB}. 448 * PSR.DI : always 0 (kernel never turns it on)
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
H A D | nvm.c | 103 * "DO" bit. During this "shifting in" process the data in "DI" bit should
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
H A D | e1000_nvm.c | 108 * "DO" bit. During this "shifting in" process the data in "DI" bit should
|
/linux-4.4.14/drivers/char/mwave/ |
H A D | smapi.c | 526 printk("AX=%x, BX=%x, CX=%x, DX=%x, DI=%x, SI=%x\n",
|
/linux-4.4.14/drivers/char/pcmcia/ |
H A D | cm4000_cs.c | 158 /*DI */ 264 /* DI */ calc_baudv()
|
/linux-4.4.14/net/decnet/ |
H A D | af_decnet.c | 566 * routine. Also takes care of sending out DI & DC 2250 return " DI"; dn_state2asc()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_common.c | 1500 * A "1" is shifted out to the EEPROM by setting bit "DI" to a ixgbe_shift_out_eeprom_bits() 1503 * shifted out to the EEPROM by setting "DI" to "0" and then ixgbe_shift_out_eeprom_bits() 1526 /* We leave the "DI" bit set to "0" when we leave this routine. */ ixgbe_shift_out_eeprom_bits() 1547 * "DI" bit should always be clear. ixgbe_shift_in_eeprom_bits()
|
/linux-4.4.14/drivers/net/ethernet/via/ |
H A D | via-velocity.h | 828 #define EECSR_EDI 0x02 /* eeprom DI pin */
|
/linux-4.4.14/drivers/net/ethernet/realtek/ |
H A D | atp.c | 396 * DI : __X_______X_______X
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
H A D | perf_event_p4.c | 78 P4_ESCR_EMASK_BIT(P4_EVENT_TC_DELIVER_MODE, DI) |
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | uprobes.c | 407 * use SI register implicitly. DI register is used only riprel_analyze()
|
/linux-4.4.14/arch/mips/include/asm/ |
H A D | kvm_host.h | 399 /* Host KSEG0 address of the EI/DI offset */
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.c | 3620 /* A "1" is shifted out to the EEPROM by setting bit "DI" to a e1000_shift_out_ee_bits() 3623 * out to the EEPROM by setting "DI" to "0" and then raising and e1000_shift_out_ee_bits() 3643 /* We leave the "DI" bit set to "0" when we leave this routine. */ e1000_shift_out_ee_bits() 3662 * of the "DO" bit. During this "shifting in" process the "DI" bit e1000_shift_in_ee_bits() 3723 /* Clear SK and DI */ e1000_acquire_eeprom()
|
/linux-4.4.14/drivers/media/dvb-frontends/drx39xyj/ |
H A D | drx_driver.h | 1904 /**< standard in DI cache if available */
|
/linux-4.4.14/drivers/atm/ |
H A D | horizon.c | 1763 // DI must be valid around rising SK edge CLOCK_IT()
|
/linux-4.4.14/arch/mips/kvm/ |
H A D | emulate.c | 1267 kvm_debug("[%#lx] mfmcz_op: DI\n", kvm_mips_emulate_CP0()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 3715 { MSIXDIPERR_F, "MSI-X DI parity error", -1, 1 }, pcie_intr_handler() 3751 { MSIXDIPERR_F, "MSI-X DI parity error", -1, 1 }, pcie_intr_handler()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
H A D | drxk_hard.c | 5457 * resets FEC DI and FEC RS set_qam()
|