Searched refs:ranks (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/edac/ |
H A D | sb_edac.c | 338 u32 ranks; member 701 int ranks = (1 << RANK_CNT_BITS(mtr)); in numrank() local 707 if (ranks > max) { in numrank() 709 ranks, max, (unsigned int)RANK_CNT_BITS(mtr), mtr); in numrank() 713 return ranks; in numrank() 1595 unsigned int i, j, banks, ranks, rows, cols, npages; in __populate_dimms() local 1649 ranks = numrank(pvt->info.type, mtr); in __populate_dimms() 1655 ((u64) cols * ranks * banks * 8); in __populate_dimms() 1661 size = ((u64)rows * cols * banks * ranks) >> (20 - 3); in __populate_dimms() 1667 banks, ranks, rows, cols); in __populate_dimms()
|
H A D | i7core_edac.c | 411 static const int ranks[] = { 1, 2, 4, -EINVAL }; in numrank() local 413 return ranks[rank & 0x3]; in numrank() 582 u32 banks, ranks, rows, cols; in get_dimm_config() local 590 ranks = numrank(MC_DOD_NUMRANK(dimm_dod[j])); in get_dimm_config() 595 size = (rows * cols * banks * ranks) >> (20 - 3); in get_dimm_config() 600 banks, ranks, rows, cols); in get_dimm_config()
|
/linux/Documentation/driver-api/ |
H A D | edac.rst | 69 This is the name of the DRAM signal used to select the DRAM ranks to be 201 HBM2e (2GB) channel (equivalent to 8 X 2GB ranks). This creates a total 277 │ ├── rank 31 # total 32 ranks/dimms from 4 UMCs
|
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | fb.h | 147 int ranks; member
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | ramnv50.c | 575 ram->ranks = (nvkm_rd32(device, 0x100200) & 0x4) ? 2 : 1; in nv50_ram_ctor() 623 if (ram->base.ranks > 1) { in nv50_ram_new()
|
H A D | ramgt215.c | 990 if (ram->base.ranks > 1) { in gt215_ram_new()
|
/linux/Documentation/admin-guide/perf/ |
H A D | alibaba_pmu.rst | 32 selected rank, or four ranks separately in the first 4 counters. The base
|
/linux/Documentation/filesystems/ |
H A D | directory-locking.rst | 126 ones - in these terms overlayfs ranks lower than its layers, network 127 filesystem ranks lower than whatever it caches on, etc.)
|
H A D | porting.rst | 1053 Lock ordering has been changed so that s_umount ranks above open_mutex again.
|
/linux/Documentation/admin-guide/mm/ |
H A D | multigen_lru.rst | 134 certain time interval to create new generations, and it ranks the
|
/linux/Documentation/admin-guide/RAS/ |
H A D | main.rst | 1018 Ch0 phy rd0, wr0 (0x063f4031): 2 ranks, UDIMMs 1021 Ch1 phy rd1, wr1 (0x063f4031): 2 ranks, UDIMMs 1023 Ch2 phy rd3, wr3 (0x063f4031): 2 ranks, UDIMMs
|