Home
last modified time | relevance | path

Searched full:unbuffered (Results 1 – 25 of 85) sorted by relevance

1234

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/reserved-memory/
H A Dramoops.txt46 reserved region. mem-type: 0 = write-combined (default), 1 = unbuffered,
49 - unbuffered: deprecated, use mem_type instead. if present, and mem_type is
50 not specified, it is equivalent to mem_type = 1 and uses unbuffered mappings
52 both are specified -- "mem_type" overrides "unbuffered".
/OK3568_Linux_fs/u-boot/include/
H A Dddr_spd.h232 /* 60 (Unbuffered) Module Nominal Height */
234 /* 61 (Unbuffered) Module Maximum Thickness */
236 /* 62 (Unbuffered) Reference Raw Card Used */
238 /* 63 (Unbuffered) Address Mapping from
241 /* 64-116 (Unbuffered) Reserved */
243 } unbuffered; member
353 /* 128 (Unbuffered) Module Nominal Height */
355 /* 129 (Unbuffered) Module Maximum Thickness */
357 /* 130 (Unbuffered) Reference Raw Card Used */
359 /* 131 (Unbuffered) Address Mapping from
[all …]
/OK3568_Linux_fs/u-boot/drivers/ddr/fsl/
H A Dddr4_dimm_params.c186 /* Unbuffered DIMMs */ in ddr_compute_dimm_parameters()
187 if (spd->mod_section.unbuffered.addr_mapping & 0x1) in ddr_compute_dimm_parameters()
189 if ((spd->mod_section.unbuffered.mod_height & 0xe0) == 0 && in ddr_compute_dimm_parameters()
190 (spd->mod_section.unbuffered.ref_raw_card == 0x04)) { in ddr_compute_dimm_parameters()
H A Dinteractive.c1321 PRINT_NXS(60, spd->mod_section.unbuffered.mod_height, in ddr3_spd_dump()
1322 "mod_height (Unbuffered) Module Nominal Height"); in ddr3_spd_dump()
1323 PRINT_NXS(61, spd->mod_section.unbuffered.mod_thickness, in ddr3_spd_dump()
1324 "mod_thickness (Unbuffered) Module Maximum Thickness"); in ddr3_spd_dump()
1325 PRINT_NXS(62, spd->mod_section.unbuffered.ref_raw_card, in ddr3_spd_dump()
1326 "ref_raw_card (Unbuffered) Reference Raw Card Used"); in ddr3_spd_dump()
1327 PRINT_NXS(63, spd->mod_section.unbuffered.addr_mapping, in ddr3_spd_dump()
1328 "addr_mapping (Unbuffered) Address mapping from " in ddr3_spd_dump()
1539 PRINT_NXS(128, spd->mod_section.unbuffered.mod_height, in ddr4_spd_dump()
1540 "mod_height (Unbuffered) Module Nominal Height"); in ddr4_spd_dump()
[all …]
H A Dddr1_dimm_params.c263 * 0 == unbuffered in ddr_compute_dimm_parameters()
265 pdimm->registered_dimm = 0; /* unbuffered */ in ddr_compute_dimm_parameters()
H A Dddr3_dimm_params.c158 /* Unbuffered DIMMs */ in ddr_compute_dimm_parameters()
159 if (spd->mod_section.unbuffered.addr_mapping & 0x1) in ddr_compute_dimm_parameters()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Diostream62 extern ostream cerr; /// Linked to standard error (unbuffered)
68 extern wostream wcerr; /// Linked to standard error (unbuffered)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Diostream62 extern ostream cerr; /// Linked to standard error (unbuffered)
68 extern wostream wcerr; /// Linked to standard error (unbuffered)
/OK3568_Linux_fs/kernel/tools/testing/selftests/kselftest/
H A Dprefix.pl3 # Prefix all lines with "# ", unbuffered. Command being piped in may need
H A Drunner.sh22 # with sed instead of unbuffered output.
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-devices-edac140 unbuffered memory (for example, Unbuffered-DDR3).
/OK3568_Linux_fs/kernel/arch/arm/mach-iop32x/
H A Dsetup.c17 * the IOP3xx OCCDR must be mapped uncached and unbuffered.
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/adc/
H A Dadcinterface.cpp50 if(m_file->open(QFile::ReadWrite| QFile::Unbuffered)) in open()
/OK3568_Linux_fs/kernel/drivers/edac/
H A Dedac_mc.c149 [MEM_SDR] = "Unbuffered-SDR",
151 [MEM_DDR] = "Unbuffered-DDR",
154 [MEM_DDR2] = "Unbuffered-DDR2",
158 [MEM_DDR3] = "Unbuffered-DDR3",
161 [MEM_DDR4] = "Unbuffered-DDR4",
H A Dr82600_edac.c37 * signals buffered) and unbuffered DIMM types are supported. Mixing of
38 * registered and unbuffered DIMMs as well as mixing of ECC and non-ECC DIMMs
/OK3568_Linux_fs/u-boot/board/freescale/mpc837xerdb/
H A DREADME11 A) 256-MBytes on-board DDR2 unbuffered SDRAM
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad7192.yaml68 are unbuffered, lowering the power consumption of the device. If this
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dstdio.h30 #define _IONBF 2 /* setvbuf should set unbuffered */
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dstdio.h30 #define _IONBF 2 /* setvbuf should set unbuffered */
/OK3568_Linux_fs/u-boot/board/freescale/c29xpcie/
H A DREADME12 - 512Mbyte unbuffered DDR3 SDRAM discrete devices (32-bit bus)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/bin/
HDpcprofiledump ... [FILE] Dump information generated by PC profiling. unbuffered Don't buffer output 8 u D : = = ...
/OK3568_Linux_fs/u-boot/board/Seagate/nas220/
H A Dkwbimage.cfg42 # bit27-24: 8= CL+3, STARTBURST sample stages, for freqs 400MHz, unbuffered DIMM
/OK3568_Linux_fs/u-boot/board/iomega/iconnect/
H A Dkwbimage.cfg39 # bit27-24: 0x7, CL+2, STARTBURST sample stages, for freqs 400MHz, unbuffered DIMM
/OK3568_Linux_fs/u-boot/board/Marvell/guruplug/
H A Dkwbimage.cfg39 # bit27-24: 7= CL+2, STARTBURST sample stages, for freqs 400MHz, unbuffered DIMM
/OK3568_Linux_fs/u-boot/board/LaCie/net2big_v2/
H A Dkwbimage.cfg40 # bit27-24: 8= CL+3, STARTBURST sample stages, for freqs 400MHz, unbuffered DIMM

1234