Searched refs:megabytes (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
H A D | cx18-driver.c | 529 cx->options.megabytes[CX18_ENC_STREAM_TYPE_TS] = enc_ts_buffers; in cx18_process_options() 530 cx->options.megabytes[CX18_ENC_STREAM_TYPE_MPG] = enc_mpg_buffers; in cx18_process_options() 531 cx->options.megabytes[CX18_ENC_STREAM_TYPE_IDX] = enc_idx_buffers; in cx18_process_options() 532 cx->options.megabytes[CX18_ENC_STREAM_TYPE_YUV] = enc_yuv_buffers; in cx18_process_options() 533 cx->options.megabytes[CX18_ENC_STREAM_TYPE_VBI] = enc_vbi_buffers; in cx18_process_options() 534 cx->options.megabytes[CX18_ENC_STREAM_TYPE_PCM] = enc_pcm_buffers; in cx18_process_options() 535 cx->options.megabytes[CX18_ENC_STREAM_TYPE_RAD] = 0; /* control only */ in cx18_process_options() 556 cx->options.megabytes[i] <= 0 || /* User said 0 MB total */ in cx18_process_options() 558 cx->options.megabytes[i] = 0; in cx18_process_options() 601 cx->options.megabytes[ in cx18_process_options() [all...] |
H A D | cx18-driver.h | 244 int megabytes[CX18_MAX_STREAMS]; /* Size in megabytes of each stream */ member
|
/kernel/linux/linux-6.6/drivers/media/pci/cx18/ |
H A D | cx18-driver.c | 528 cx->options.megabytes[CX18_ENC_STREAM_TYPE_TS] = enc_ts_buffers; in cx18_process_options() 529 cx->options.megabytes[CX18_ENC_STREAM_TYPE_MPG] = enc_mpg_buffers; in cx18_process_options() 530 cx->options.megabytes[CX18_ENC_STREAM_TYPE_IDX] = enc_idx_buffers; in cx18_process_options() 531 cx->options.megabytes[CX18_ENC_STREAM_TYPE_YUV] = enc_yuv_buffers; in cx18_process_options() 532 cx->options.megabytes[CX18_ENC_STREAM_TYPE_VBI] = enc_vbi_buffers; in cx18_process_options() 533 cx->options.megabytes[CX18_ENC_STREAM_TYPE_PCM] = enc_pcm_buffers; in cx18_process_options() 534 cx->options.megabytes[CX18_ENC_STREAM_TYPE_RAD] = 0; /* control only */ in cx18_process_options() 555 cx->options.megabytes[i] <= 0 || /* User said 0 MB total */ in cx18_process_options() 557 cx->options.megabytes[i] = 0; in cx18_process_options() 600 cx->options.megabytes[ in cx18_process_options() [all...] |
H A D | cx18-driver.h | 243 int megabytes[CX18_MAX_STREAMS]; /* Size in megabytes of each stream */ member
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | i7300_edac.c | 87 int megabytes; /* size, 0 means not present */ member 618 dinfo->megabytes = 1 << addrBits; in decode_mtr() 638 edac_dbg(2, "\t\tSIZE: %d MB\n", dinfo->megabytes); in decode_mtr() 649 dimm->nr_pages = MiB_TO_PAGES(dinfo->megabytes); in decode_mtr() 719 n = snprintf(p, space, "%4d MB | ", dinfo->megabytes); in print_dimm_size()
|
H A D | i5400_edac.c | 318 int megabytes; /* size, 0 means not present */ member 945 dinfo->megabytes = 1 << addrBits; in handle_channel() 999 n = snprintf(p, space, "%4d MB | ", dinfo->megabytes); in calculate_dimm_size() 1192 size_mb = pvt->dimm_info[slot][channel].megabytes; in i5400_init_dimms()
|
H A D | i5000_edac.c | 315 int megabytes; /* size, 0 means not present */ member 1023 dinfo->megabytes = 1 << addrBits; in handle_channel() 1075 if (dinfo->megabytes) in calculate_dimm_size() 1077 dinfo->megabytes, dinfo->dual_rank + 1); in calculate_dimm_size() 1281 csrow_megs = pvt->dimm_info[slot][channel].megabytes; in i5000_init_csrows()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | i7300_edac.c | 87 int megabytes; /* size, 0 means not present */ member 618 dinfo->megabytes = 1 << addrBits; in decode_mtr() 638 edac_dbg(2, "\t\tSIZE: %d MB\n", dinfo->megabytes); in decode_mtr() 649 dimm->nr_pages = MiB_TO_PAGES(dinfo->megabytes); in decode_mtr() 719 n = snprintf(p, space, "%4d MB | ", dinfo->megabytes); in print_dimm_size()
|
H A D | i5400_edac.c | 319 int megabytes; /* size, 0 means not present */ member 946 dinfo->megabytes = 1 << addrBits; in handle_channel() 1000 n = snprintf(p, space, "%4d MB | ", dinfo->megabytes); in calculate_dimm_size() 1193 size_mb = pvt->dimm_info[slot][channel].megabytes; in i5400_init_dimms()
|
H A D | i5000_edac.c | 315 int megabytes; /* size, 0 means not present */ member 1023 dinfo->megabytes = 1 << addrBits; in handle_channel() 1075 if (dinfo->megabytes) in calculate_dimm_size() 1077 dinfo->megabytes, dinfo->dual_rank + 1); in calculate_dimm_size() 1281 csrow_megs = pvt->dimm_info[slot][channel].megabytes; in i5000_init_csrows()
|
/kernel/linux/linux-5.10/drivers/s390/scsi/ |
H A D | zfcp_sysfs.c | 761 ZFCP_SHOST_ATTR(megabytes, "%llu %llu\n",
|
/kernel/linux/linux-6.6/drivers/s390/scsi/ |
H A D | zfcp_sysfs.c | 770 ZFCP_SHOST_ATTR(megabytes, "%llu %llu\n",
|
Completed in 23 milliseconds