Home
last modified time | relevance | path

Searched refs:ranks (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/edac/
H A Dskx_common.c461 int banks, ranks, rows, cols, npages; in skx_get_dimm_info() local
465 ranks = numrank(mtr); in skx_get_dimm_info()
483 size = ((1ull << (rows + cols + ranks)) * banks) >> (20 - 3); in skx_get_dimm_info()
488 banks, 1 << ranks, rows, cols); in skx_get_dimm_info()
/linux/Documentation/driver-api/
H A Dedac.rst69 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/nvkm/subdev/fb/
H A Dramnv50.c575 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 Dramgt215.c990 if (ram->base.ranks > 1) { in gt215_ram_new()
/linux/Documentation/admin-guide/perf/
H A Dalibaba_pmu.rst32 selected rank, or four ranks separately in the first 4 counters. The base
/linux/Documentation/filesystems/
H A Ddirectory-locking.rst126 ones - in these terms overlayfs ranks lower than its layers, network
127 filesystem ranks lower than whatever it caches on, etc.)
/linux/Documentation/admin-guide/mm/
H A Dmultigen_lru.rst134 certain time interval to create new generations, and it ranks the
/linux/Documentation/edac/
H A Dmemory_repair.rst56 rank memory-sparing mode, one memory rank serves as a spare for other ranks on
/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c2969 u8 dw, rows, cols, banks, ranks; in netxen_sysfs_read_dimm() local
2989 ranks = NETXEN_DIMM_NUMRANKS(val); in netxen_sysfs_read_dimm()
3041 ranks += 1; in netxen_sysfs_read_dimm()
3073 dimm.size = ((1 << rows) * (1 << cols) * dw * banks * ranks) / 8; in netxen_sysfs_read_dimm()