Home
last modified time | relevance | path

Searched refs:density (Results 1 – 25 of 40) sorted by relevance

12

/Linux-v6.1/drivers/memory/
Demif.c280 u32 index, type, density; in get_addressing_table() local
283 density = device_info->density; in get_addressing_table()
287 index = density - 1; in get_addressing_table()
290 switch (density) { in get_addressing_table()
293 index = density + 3; in get_addressing_table()
296 index = density - 1; in get_addressing_table()
788 static int is_dev_data_valid(u32 type, u32 density, u32 io_width, u32 phy_type, in is_dev_data_valid() argument
795 && (density >= DDR_DENSITY_64Mb in is_dev_data_valid()
796 && density <= DDR_DENSITY_8Gb) in is_dev_data_valid()
891 u32 density = 0, io_width = 0; in of_get_ddr_info() local
[all …]
Djedec_ddr.h199 unsigned int density : 4; member
211 int density; member
Dof_memory.c345 err = of_property_read_u32(np, "density", &info.density); in of_lpddr2_get_info()
349 info.density = ffs(info.density) - 7; in of_lpddr2_get_info()
/Linux-v6.1/drivers/scsi/
Dsr_vendor.c129 int rc, density = 0; in sr_set_blocklength() local
132 density = (blocklength > 2048) ? 0x81 : 0x83; in sr_set_blocklength()
139 sr_printk(KERN_INFO, cd, "MODE SELECT 0x%x/%d\n", density, blocklength); in sr_set_blocklength()
148 modesel->density = density; in sr_set_blocklength()
Dst.h167 unsigned char density; member
Dst.c890 STm->default_density != STp->density) { in set_mode_densblk()
894 arg = STp->density; in set_mode_densblk()
1096 STp->density = 0; /* Clear the erroneous "residue" */ in check_tape()
1162 STp->density = (STp->buffer)->b_data[4]; in check_tape()
1167 STp->density, in check_tape()
2926 (STp->buffer)->b_data[4] = STp->density; in st_int_ioctl()
2985 STp->density = arg >> MT_ST_DENSITY_SHIFT; in st_int_ioctl()
2989 STp->density = arg; in st_int_ioctl()
3754 ((STp->density << MT_ST_DENSITY_SHIFT) & MT_ST_DENSITY_MASK); in st_ioctl()
3782 if (STp->density == 1) in st_ioctl()
[all …]
/Linux-v6.1/Documentation/arm/sa1100/
Dserial_uart.rst13 > Okay. Note that device numbers 204 and 205 are used for "low density
20 > 204 char Low-density serial ports
25 > 205 char Low-density serial ports (alternate device)
/Linux-v6.1/drivers/mtd/nand/onenand/
Donenand_base.c368 int density = dev_id >> ONENAND_DEVICE_DENSITY_SHIFT; in onenand_get_density() local
369 return (density & ONENAND_DEVICE_DENSITY_MASK); in onenand_get_density()
3044 int density; in onenand_otp_walk() local
3049 density = onenand_get_density(this->device_id); in onenand_otp_walk()
3050 if (density < ONENAND_DEVICE_DENSITY_512Mb) in onenand_otp_walk()
3254 unsigned int density, process, numbufs; in onenand_check_features() local
3257 density = onenand_get_density(this->device_id); in onenand_check_features()
3262 switch (density) { in onenand_check_features()
3342 int vcc, demuxed, ddp, density, flexonenand; in onenand_print_device_info() local
3347 density = onenand_get_density(device); in onenand_print_device_info()
[all …]
/Linux-v6.1/include/linux/platform_data/
Demif_plat.h57 u32 density; member
/Linux-v6.1/include/uapi/linux/
Dadfs_fs.h15 __u8 density; member
/Linux-v6.1/arch/arm/boot/dts/
Delpida_ecb240abacn.dtsi9 density = <2048>;
/Linux-v6.1/include/scsi/
Dscsi.h43 __u8 density; /* device-specific density code */ member
/Linux-v6.1/fs/erofs/
DKconfig13 smartphones with Android OS, LiveCDs and high-density hosts with
17 improve storage density as well as keep relatively higher compression
/Linux-v6.1/Documentation/driver-api/thermal/
Dcpu-idle-cooling.rst25 because of the OPP density, we can only choose an OPP with a power
41 The Operating Performance Point (OPP) density has a great influence on
43 plethora of OPP density, and some have large power gap between OPPs,
/Linux-v6.1/drivers/net/wireless/ath/carl9170/
Dtx.c1042 unsigned int density, factor; in carl9170_tx_prepare() local
1049 density = sta->deflink.ht_cap.ampdu_density; in carl9170_tx_prepare()
1051 if (density) { in carl9170_tx_prepare()
1059 density = max_t(unsigned int, density + 1, 7u); in carl9170_tx_prepare()
1063 txc->s.ampdu_settings, density); in carl9170_tx_prepare()
/Linux-v6.1/drivers/scsi/arm/
DKconfig27 Around 1991, Arxe Systems Limited released a high density floppy
/Linux-v6.1/drivers/memory/tegra/
Dtegra20-emc.c505 if (info->density != emc->basic_conf4.density) in tegra_emc_find_node_by_ram_code()
592 64 << emc->basic_conf4.density, in emc_read_lpddr_sdram_info()
/Linux-v6.1/drivers/scsi/csiostor/
Dcsio_hw.c775 u32 density, size = 0; in csio_hw_get_flash_params() local
810 density = (flashid >> 16) & 0xff; in csio_hw_get_flash_params()
811 switch (density) { in csio_hw_get_flash_params()
813 size = 1 << density; in csio_hw_get_flash_params()
830 density = (flashid >> 16) & 0xff; in csio_hw_get_flash_params()
831 switch (density) { in csio_hw_get_flash_params()
845 density = (flashid >> 16) & 0xff; in csio_hw_get_flash_params()
846 switch (density) { in csio_hw_get_flash_params()
849 size = 1 << density; in csio_hw_get_flash_params()
/Linux-v6.1/drivers/net/wireless/ralink/rt2x00/
Drt2x00queue.c301 u8 density = 0; in rt2x00queue_create_tx_descriptor_ht() local
306 density = sta->deflink.ht_cap.ampdu_density; in rt2x00queue_create_tx_descriptor_ht()
352 txdesc->u.ht.mpdu_density = density; in rt2x00queue_create_tx_descriptor_ht()
/Linux-v6.1/include/linux/
Dcdrom.h246 __u8 density; member
/Linux-v6.1/Documentation/scsi/
Dst.rst28 parameters, like block size and density using the MTSETDRVBUFFER ioctl.
441 Sets the drive density code to arg. See drive
455 density codes for compression control. Some drives use another
552 Used to set or clear the density (8 bits), and drive buffer
611 The current block size and the density code are stored in the field
/Linux-v6.1/drivers/net/wireless/ath/ath9k/
DKconfig92 of the electric and magnetic field strength and power density for
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c3144 unsigned int width, density, slow, attempts; in mc7_init() local
3154 density = G_DEN(val); in mc7_init()
3175 V_REFCYC(p->RefCyc[density]) | V_BKCYC(p->BkCyc) | in mc7_init()
3456 unsigned int density = G_DEN(cfg); in mc7_calc_size() local
3457 unsigned int MBs = ((256 << density) * banks) / (org << width); in mc7_calc_size()
/Linux-v6.1/drivers/gpu/drm/amd/include/
Datomfirmware.h3091 uint8_t density; // _8Mx32, _16Mx32, _16Mx16, _32Mx16 member
3123 uint8_t density; member
3214 uint8_t density; // _8Mx32, _16Mx32, _16Mx16, _32Mx16 member
3254 uint8_t density; // _8Mx32, _16Mx32, _16Mx16, _32Mx16 member
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c8960 unsigned int density, size = 0; in t4_get_flash_params() local
9001 density = (flashid >> 16) & 0xff; in t4_get_flash_params()
9002 switch (density) { in t4_get_flash_params()
9037 density = (flashid >> 16) & 0xff; in t4_get_flash_params()
9038 switch (density) { in t4_get_flash_params()
9052 density = (flashid >> 16) & 0xff; in t4_get_flash_params()
9053 switch (density) { in t4_get_flash_params()
9067 density = (flashid >> 16) & 0xff; in t4_get_flash_params()
9068 switch (density) { in t4_get_flash_params()

12