OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dimm
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_drv.c
706
static int intel_dimm_num_devices(const struct dram_dimm_info *
dimm
)
708
return
dimm
->ranks * 64 / (
dimm
->width ?: 1);
711
/* Returns total GB for the whole
DIMM
*/
744
/* Returns total GB for the whole
DIMM
*/
778
skl_is_16gb_dimm(const struct dram_dimm_info *
dimm
)
781
return 8 *
dimm
->size / (intel_dimm_num_devices(
dimm
) ?: 1) == 16;
786
struct dram_dimm_info *
dimm
,
790
dimm
->size = cnl_get_dimm_size(val)
1051
struct dram_
dimm
_info
dimm
;
local in function:bxt_get_dram_info
[
all
...]
i915_drv.c
706
static int intel_dimm_num_devices(const struct dram_dimm_info *
dimm
)
708
return
dimm
->ranks * 64 / (
dimm
->width ?: 1);
711
/* Returns total GB for the whole
DIMM
*/
744
/* Returns total GB for the whole
DIMM
*/
778
skl_is_16gb_dimm(const struct dram_dimm_info *
dimm
)
781
return 8 *
dimm
->size / (intel_dimm_num_devices(
dimm
) ?: 1) == 16;
786
struct dram_dimm_info *
dimm
,
790
dimm
->size = cnl_get_dimm_size(val)
1051
struct dram_
dimm
_info
dimm
;
local in function:bxt_get_dram_info
[
all
...]
Completed in 22 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025