Home
last modified time | relevance | path

Searched full:density (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/
H A DDensity-Instructions.html16 <title>Using as: Density Instructions</title>
18 <meta name="description" content="Using as: Density Instructions">
19 <meta name="keywords" content="Using as: Density Instructions">
63 <a name="Density-Instructions"></a>
69 <a name="Using-Density-Instructions"></a>
70 <h4 class="subsubsection">9.55.3.1 Using Density Instructions</h4>
71 <a name="index-density-instructions"></a>
73 <p>The Xtensa instruction set has a code density option that provides
78 density option. This translation can be disabled by using underscore
84 <p>It is a good idea <em>not</em> to use the density instructions directly.
[all …]
H A DXtensa-Automatic-Alignment.html29 <link href="Density-Instructions.html#Density-Instructions" rel="previous" title="Density Instructi…
66 Previous: <a href="Density-Instructions.html#Density-Instructions" accesskey="p" rel="previous">Den…
92 density instructions in the code preceding a target, the assembler can
120 Previous: <a href="Density-Instructions.html#Density-Instructions" accesskey="p" rel="previous">Den…
H A DXtensa-Optimizations.html28 <link href="Density-Instructions.html#Density-Instructions" rel="next" title="Density Instructions">
74 generation of density instructions where appropriate and automatic
78Density-Instructions.html#Density-Instructions" accesskey="1">Density Instructions</a>:</td><td>&n…
H A DARC-Options.html137 <dd><p>Assemble for ARC EM with code-density instructions.
141 <dd><p>Assemble for ARC EM with code-density instructions.
145 <dd><p>Assemble for ARC EM with code-density instructions.
149 <dd><p>Assemble for ARC EM with code-density, and double-precision assist
203 <dt><code>-mcode-density</code></dt>
204 <dd><p>This option turns on Code Density instructions. Only valid for ARC EM
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/
H A DDensity-Instructions.html16 <title>Using as: Density Instructions</title>
18 <meta name="description" content="Using as: Density Instructions">
19 <meta name="keywords" content="Using as: Density Instructions">
63 <a name="Density-Instructions"></a>
69 <a name="Using-Density-Instructions"></a>
70 <h4 class="subsubsection">9.55.3.1 Using Density Instructions</h4>
71 <a name="index-density-instructions"></a>
73 <p>The Xtensa instruction set has a code density option that provides
78 density option. This translation can be disabled by using underscore
84 <p>It is a good idea <em>not</em> to use the density instructions directly.
[all …]
H A DXtensa-Automatic-Alignment.html29 <link href="Density-Instructions.html#Density-Instructions" rel="previous" title="Density Instructi…
66 Previous: <a href="Density-Instructions.html#Density-Instructions" accesskey="p" rel="previous">Den…
92 density instructions in the code preceding a target, the assembler can
120 Previous: <a href="Density-Instructions.html#Density-Instructions" accesskey="p" rel="previous">Den…
H A DXtensa-Optimizations.html28 <link href="Density-Instructions.html#Density-Instructions" rel="next" title="Density Instructions">
74 generation of density instructions where appropriate and automatic
78Density-Instructions.html#Density-Instructions" accesskey="1">Density Instructions</a>:</td><td>&n…
H A DARC-Options.html137 <dd><p>Assemble for ARC EM with code-density instructions.
141 <dd><p>Assemble for ARC EM with code-density instructions.
145 <dd><p>Assemble for ARC EM with code-density instructions.
149 <dd><p>Assemble for ARC EM with code-density, and double-precision assist
203 <dt><code>-mcode-density</code></dt>
204 <dd><p>This option turns on Code Density instructions. Only valid for ARC EM
/OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun4i.c430 static void dramc_set_autorefresh_cycle(u32 clk, u32 density) in dramc_set_autorefresh_cycle() argument
435 tRFC = (tRFC_DDR3_table[density] * clk + 999) / 1000; in dramc_set_autorefresh_cycle()
566 u32 density; in dramc_init_helper() local
599 if (para->density == 256) in dramc_init_helper()
600 density = DRAM_DCR_CHIP_DENSITY_256M; in dramc_init_helper()
601 else if (para->density == 512) in dramc_init_helper()
602 density = DRAM_DCR_CHIP_DENSITY_512M; in dramc_init_helper()
603 else if (para->density == 1024) in dramc_init_helper()
604 density = DRAM_DCR_CHIP_DENSITY_1024M; in dramc_init_helper()
605 else if (para->density == 2048) in dramc_init_helper()
[all …]
/OK3568_Linux_fs/u-boot/board/gateworks/gw_ventana/
H A Dgw_ventana_spl.c151 /* MT41K64M16JT-125 (1Gb density) */
154 .density = 1,
165 /* MT41K128M16JT-125 (2Gb density) */
168 .density = 2,
179 /* MT41K256M16HA-125 (4Gb density) */
182 .density = 4,
193 /* MT41K512M16HA-125 (8Gb density) */
196 .density = 8,
471 debug("1gB density\n"); in spl_dram_init()
473 /* 1x 2Gb density chip - same calib as 2x 2Gb */ in spl_dram_init()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wimax/i2400m/
H A Di2400m-usb.h72 * Error Density Count: cheapo error density (over time) counter
85 /* error density counter */
106 * @edc: pointer to error density counter.
172 * @urb_edc: error density counter; used to keep a density-on-time tab
227 struct edc urb_edc; /* Error density counter */
/OK3568_Linux_fs/u-boot/drivers/mtd/onenand/
H A Donenand_spl.c62 unsigned int dev_id, density, size; in onenand_spl_get_geometry() local
66 density = dev_id >> ONENAND_DEVICE_DENSITY_SHIFT; in onenand_spl_get_geometry()
67 density &= ONENAND_DEVICE_DENSITY_MASK; in onenand_spl_get_geometry()
69 if (density < ONENAND_DEVICE_DENSITY_4Gb) in onenand_spl_get_geometry()
74 density_mask = 1 << (18 + density - ffs(size)); in onenand_spl_get_geometry()
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Demif-common.c421 /* Banks tREFIx10 rowx32,rowx16 colx32,colx16 density */
483 * density
485 s8 addressing_table_index(u8 type, u8 density, u8 width) in addressing_table_index() argument
488 if ((density > LPDDR2_DENSITY_8Gb) || (width == LPDDR2_IO_WIDTH_8)) in addressing_table_index()
494 * The table is layed out in the increasing order of density in addressing_table_index()
498 if ((type == LPDDR2_TYPE_S2) && (density == LPDDR2_DENSITY_1Gb)) in addressing_table_index()
500 else if ((type == LPDDR2_TYPE_S2) && (density == LPDDR2_DENSITY_2Gb)) in addressing_table_index()
503 index = density; in addressing_table_index()
790 temp = dev_details.cs0_device_details->density; in get_emif_mem_size()
795 temp = dev_details.cs1_device_details->density; in get_emif_mem_size()
[all …]
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Demif_plat.h47 * @density: Device density
57 u32 density; member
98 * as type, bus width, density etc
/OK3568_Linux_fs/u-boot/arch/x86/cpu/quark/
H A Dmrc.c109 (dram_params[0].density == 4) && in mrc_adjust_params()
121 mrc_params->row_bits[0] = 12 + dram_params[0].density + in mrc_adjust_params()
122 (dram_params[0].density < 4) && in mrc_adjust_params()
131 * DENSITY WIDTH MEM_AVAILABLE in mrc_adjust_params()
141 mrc_params->channel_size[0] = 1 << dram_params[0].density; in mrc_adjust_params()
H A Ddram.c102 mrc_params->params.density = fdtdec_get_int(blob, node, in mrc_configure_params()
103 "dram-density", 0); in mrc_configure_params()
116 debug("MRC density=%d tCL=%d tRAS=%d tWTR=%d tRRD=%d tFAW=%d\n", in mrc_configure_params()
117 mrc_params->params.density, mrc_params->params.cl, in mrc_configure_params()
/OK3568_Linux_fs/kernel/drivers/memory/
H A Demif.c301 /* Find addressing table entry based on the device's type and density */
305 u32 index, type, density; in get_addressing_table() local
308 density = device_info->density; in get_addressing_table()
312 index = density - 1; in get_addressing_table()
315 switch (density) { in get_addressing_table()
318 index = density + 3; in get_addressing_table()
321 index = density - 1; in get_addressing_table()
1166 static int is_dev_data_valid(u32 type, u32 density, u32 io_width, u32 phy_type, in is_dev_data_valid() argument
1173 && (density >= DDR_DENSITY_64Mb in is_dev_data_valid()
1174 && density <= DDR_DENSITY_8Gb) in is_dev_data_valid()
[all …]
/OK3568_Linux_fs/kernel/Documentation/arm/sa1100/
H A Dserial_uart.rst13 > Okay. Note that device numbers 204 and 205 are used for "low density
20 > 204 char Low-density serial ports
25 > 205 char Low-density serial ports (alternate device)
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ddr/
H A Dlpddr2.txt13 - density : <u32> representing density in Mb (Mega bits)
45 density = <2048>;
H A Dlpddr3.txt8 - density : <u32> representing density in Mb (Mega bits)
50 density = <16384>;
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dsr_vendor.c129 int rc, density = 0; in sr_set_blocklength() local
132 density = (blocklength > 2048) ? 0x81 : 0x83; in sr_set_blocklength()
139 sr_printk(KERN_INFO, cd, "MODE SELECT 0x%x/%d\n", density, blocklength); in sr_set_blocklength()
148 modesel->density = density; in sr_set_blocklength()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx6/
H A Dmx6-ddr.h368 u8 density; /* chip density (Gb) (1,2,4,8) */ member
383 u8 density; /* chip density (Gb) (1,2,4,8) */ member
398 u8 cs_density; /* density per chip select (Gb) */
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dsta.h86 * @STA_FLG_AGG_MPDU_DENS_MSK: maximal MPDU density for Tx aggregation
100 * @STA_FLG_AGG_MPDU_DENS_MSK: A-MPDU density (mask)
101 * @STA_FLG_AGG_MPDU_DENS_SHIFT: A-MPDU density (bit shift)
102 * @STA_FLG_AGG_MPDU_DENS_2US: A-MPDU density (2 usec gap)
103 * @STA_FLG_AGG_MPDU_DENS_4US: A-MPDU density (4 usec gap)
104 * @STA_FLG_AGG_MPDU_DENS_8US: A-MPDU density (8 usec gap)
105 * @STA_FLG_AGG_MPDU_DENS_16US: A-MPDU density (16 usec gap)
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dauxio_64.h28 * D - Floppy Density Sense (1=high density) R/O
35 #define AUXIO_AUX1_FDENS 0x20 /* Floppy Density Sense */
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Djpege_syntax.h65 * For unit type and density
71 * X/Y density specify the pixel aspect ratio

12345678910>>...16