Home
last modified time | relevance | path

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

123

/linux/drivers/memory/
A Demif.c271 u32 index, type, density; in get_addressing_table() local
274 density = device_info->density; in get_addressing_table()
278 index = density - 1; in get_addressing_table()
281 switch (density) { in get_addressing_table()
284 index = density + 3; in get_addressing_table()
287 index = density - 1; in get_addressing_table()
785 && (density >= DDR_DENSITY_64Mb in is_dev_data_valid()
880 u32 density = 0, io_width = 0; in of_get_ddr_info() local
894 if (density & (density - 1)) in of_get_ddr_info()
895 dev_info->density = 0; in of_get_ddr_info()
[all …]
A Djedec_ddr.h199 unsigned int density : 4; member
211 int density; member
A 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/drivers/scsi/
A 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()
A Dst.h167 unsigned char density; member
/linux/Documentation/devicetree/bindings/memory-controllers/ddr/
A Djedec,lpddr4.yaml23 - density
32 density = <8192>;
A Djedec,lpddr5.yaml33 - density
42 density = <8192>;
A Djedec,lpddr-channel.yaml119 density = <8192>;
134 density = <4096>;
142 density = <2048>;
A Djedec,lpddr2.yaml138 - density
147 density = <2048>;
A Djedec,lpddr3.yaml186 - density
195 density = <16384>;
A Djedec,lpddr-props.yaml45 density:
/linux/Documentation/arch/arm/sa1100/
A 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/drivers/mtd/nand/onenand/
A Donenand_base.c369 return (density & ONENAND_DEVICE_DENSITY_MASK); in onenand_get_density()
3044 int density; in onenand_otp_walk() local
3050 if (density < ONENAND_DEVICE_DENSITY_512Mb) in onenand_otp_walk()
3254 unsigned int density, process, numbufs; in onenand_check_features() local
3262 switch (density) { in onenand_check_features()
3342 int vcc, demuxed, ddp, density, flexonenand; in onenand_print_device_info() local
3353 (16 << density), in onenand_print_device_info()
3438 int die, i, eraseshift, density; in flexonenand_get_size() local
3704 int density; in onenand_probe() local
3724 density = onenand_get_density(dev_id); in onenand_probe()
[all …]
/linux/include/linux/platform_data/
A Demif_plat.h57 u32 density; member
/linux/include/uapi/linux/
A Dadfs_fs.h15 __u8 density; member
/linux/arch/arm/boot/dts/ti/omap/
A Delpida_ecb240abacn.dtsi9 density = <2048>;
/linux/include/scsi/
A Dscsi.h44 __u8 density; /* device-specific density code */ member
/linux/Documentation/driver-api/thermal/
A 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/Documentation/hwmon/
A Dadp1050.rst28 interface targeting high density, high efficiency dc-to-dc power
/linux/Documentation/devicetree/bindings/iio/accel/
A Dadi,adxl380.yaml14 The ADXL380/ADXL382 is a low noise density, low power, 3-axis
/linux/drivers/net/wireless/ath/carl9170/
A Dtx.c1043 unsigned int density, factor; in carl9170_tx_prepare() local
1050 density = sta->deflink.ht_cap.ampdu_density; in carl9170_tx_prepare()
1052 if (density) { in carl9170_tx_prepare()
1060 density = max_t(unsigned int, density + 1, 7u); in carl9170_tx_prepare()
1064 txc->s.ampdu_settings, density); in carl9170_tx_prepare()
/linux/fs/erofs/
A DKconfig13 smartphones with Android OS, LiveCDs and high-density hosts with
17 improve storage density as well as keep relatively higher compression
/linux/Documentation/devicetree/bindings/power/supply/
A Dbq25980.yaml15 for use in high-power density portable electronics. These inductorless
/linux/drivers/scsi/arm/
A DKconfig27 Around 1991, Arxe Systems Limited released a high density floppy
/linux/drivers/memory/tegra/
A Dtegra20-emc.c502 if (info->density != emc->basic_conf4.density) in tegra_emc_find_node_by_ram_code()
589 64 << emc->basic_conf4.density, in emc_read_lpddr_sdram_info()

Completed in 44 milliseconds

123