/linux-4.1.27/include/uapi/linux/ |
H A D | adfs_fs.h | 14 __u8 density; member in struct:adfs_discrecord
|
H A D | mtio.h | 50 #define MTSETDENSITY 21 /* set tape density (SCSI) */
|
H A D | telephony.h | 48 * Quicknet Technologies, Inc. - makes low density analog telephony cards
|
H A D | nl80211.h | 1525 * AMPDU density and AMPDU factor. 2562 * @NL80211_BAND_ATTR_HT_AMPDU_DENSITY: A-MPDU density, as in 11n
|
/linux-4.1.27/include/linux/platform_data/ |
H A D | emif_plat.h | 50 * @density: Device density 60 u32 density; member in struct:ddr_device_info 101 * as type, bus width, density etc
|
/linux-4.1.27/drivers/scsi/ |
H A D | sr_vendor.c | 114 int rc, density = 0; sr_set_blocklength() local 118 density = (blocklength > 2048) ? 0x81 : 0x83; sr_set_blocklength() 126 sr_printk(KERN_INFO, cd, "MODE SELECT 0x%x/%d\n", density, blocklength); sr_set_blocklength() 135 modesel->density = density; sr_set_blocklength()
|
H A D | st.h | 67 short default_density; /* Forced density, -1 = no value */ 150 unsigned char density; member in struct:scsi_tape
|
H A D | st.c | 178 /* Internal ioctl to set both density (uppermost 8 bits) and blocksize (lower 838 STm->default_density != STp->density) { set_mode_densblk() 842 arg = STp->density; set_mode_densblk() 855 "and density %x.\n", set_mode_densblk() 1045 STp->density = 0; /* Clear the erroneous "residue" */ check_tape() 1111 STp->density = (STp->buffer)->b_data[4]; check_tape() 1116 STp->density, check_tape() 2848 case MTSETDENSITY: /* Set tape density */ st_int_ioctl() 2850 case SET_DENS_AND_BLK: /* Set density and block size */ st_int_ioctl() 2881 (STp->buffer)->b_data[4] = STp->density; st_int_ioctl() 2901 "Setting density code to %x.\n", st_int_ioctl() 2940 STp->density = arg >> MT_ST_DENSITY_SHIFT; st_int_ioctl() 2944 STp->density = arg; st_int_ioctl() 3612 ((STp->density << MT_ST_DENSITY_SHIFT) & MT_ST_DENSITY_MASK); st_ioctl() 3640 if (STp->density == 1) st_ioctl() 3642 else if (STp->density == 2) st_ioctl() 3644 else if (STp->density == 3) st_ioctl() 4181 tpnt->density = 0; st_probe() 4209 STm->default_density = (-1); /* No forced density */ st_probe()
|
H A D | osst.h | 125 u8 density_code; /* Medium density code */ 354 u8 density; member in struct:__anon9416 574 unsigned char density; member in struct:osst_tape
|
H A D | osst.c | 147 /* Internal ioctl to set both density (uppermost 8 bits) and blocksize (lower 2842 STp->density = prm->density; osst_configure_onstream() 2846 name, STp->density, STp->capacity / 32, drive_buffer_size); osst_configure_onstream() 4316 case MTSETDENSITY: /* Set tape density */ osst_int_ioctl() 4318 case SET_DENS_AND_BLK: /* Set density and block size */ osst_int_ioctl() 4738 STp->density = 0; /* Clear the erroneous "residue" */ __os_scsi_tape_open() 5192 ((STp->density << MT_ST_DENSITY_SHIFT) & MT_ST_DENSITY_MASK); osst_ioctl() 5217 if (STp->density == 1) osst_ioctl() 5219 else if (STp->density == 2) osst_ioctl() 5221 else if (STp->density == 3) osst_ioctl() 5914 tpnt->density = 0; osst_probe() 5953 STm->default_density = (-1); /* No forced density */ osst_probe()
|
H A D | constants.c | 61 "Read density support", "Play audio(10)", "Get configuration",
|
H A D | fdomain.c | 67 high-density external connector. The 1670 and 1680 have floppy disk
|
/linux-4.1.27/drivers/net/wimax/i2400m/ |
H A D | i2400m-usb.h | 72 * Error Density Count: cheapo error density (over time) counter 85 /* error density counter */ 106 * @edc: pointer to error density counter. 172 * @urb_edc: error density counter; used to keep a density-on-time tab 227 struct edc urb_edc; /* Error density counter */
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
H A D | scb.h | 48 u8 mpdu_density; /* mpdu density */ 51 u16 min_len; /* min mpdu len to support the density */
|
H A D | pub.h | 122 #define AMPDU_DEF_MPDU_DENSITY 6 /* default mpdu density (110 ==> 4us) */
|
/linux-4.1.27/drivers/memory/ |
H A D | emif.c | 345 /* Find addressing table entry based on the device's type and density */ get_addressing_table() 349 u32 index, type, density; get_addressing_table() local 352 density = device_info->density; get_addressing_table() 356 index = density - 1; get_addressing_table() 359 switch (density) { get_addressing_table() 362 index = density + 3; get_addressing_table() 365 index = density - 1; get_addressing_table() 1211 static int is_dev_data_valid(u32 type, u32 density, u32 io_width, u32 phy_type, is_dev_data_valid() argument 1218 && (density >= DDR_DENSITY_64Mb is_dev_data_valid() 1219 && density <= DDR_DENSITY_8Gb) is_dev_data_valid() 1314 u32 density = 0, io_width = 0; of_get_ddr_info() local 1328 of_property_read_u32(np_ddr, "density", &density); of_get_ddr_info() 1331 /* Convert from density in Mb to the density encoding in jedc_ddr.h */ of_get_ddr_info() 1332 if (density & (density - 1)) of_get_ddr_info() 1333 dev_info->density = 0; of_get_ddr_info() 1335 dev_info->density = __fls(density) - 5; of_get_ddr_info() 1383 if (!is_dev_data_valid(pd->device_info->type, pd->device_info->density, of_get_memory_device_details() 1441 pd->device_info->density, pd->device_info->io_width, get_device_details()
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | auxio_32.h | 18 #define AUXIO_FLPY_DENS 0x20 /* Floppy density, high if set. Read only. */
|
H A D | auxio_64.h | 27 * D - Floppy Density Sense (1=high density) R/O
|
H A D | floppy_64.h | 594 /* Make sure the high density bit is set, some systems
|
/linux-4.1.27/include/linux/ |
H A D | swapops.h | 9 * get good packing density in that tree, so the index should be dense in
|
H A D | cdrom.h | 238 __u8 density; member in struct:modesel_head
|
H A D | uwb.h | 694 /* error density counter */
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
H A D | tx.c | 1038 unsigned int density, factor; carl9170_tx_prepare() local 1044 density = sta->ht_cap.ampdu_density; carl9170_tx_prepare() 1046 if (density) { carl9170_tx_prepare() 1050 * Otus uses slightly different density values than carl9170_tx_prepare() 1054 density = max_t(unsigned int, density + 1, 7u); carl9170_tx_prepare() 1058 txc->s.ampdu_settings, density); carl9170_tx_prepare() 1103 * There's no sane way to handle different density values with carl9170_set_ampdu_params()
|
H A D | main.c | 1328 * HW does support 16us AMPDU density. carl9170_op_sta_add()
|
/linux-4.1.27/drivers/mtd/onenand/ |
H A D | onenand_base.c | 333 * onenand_get_density - [DEFAULT] Get OneNAND density 336 * Get OneNAND density from device ID 340 int density = dev_id >> ONENAND_DEVICE_DENSITY_SHIFT; onenand_get_density() local 341 return (density & ONENAND_DEVICE_DENSITY_MASK); onenand_get_density() 3169 int density; onenand_otp_walk() local 3174 density = onenand_get_density(this->device_id); onenand_otp_walk() 3175 if (density < ONENAND_DEVICE_DENSITY_512Mb) onenand_otp_walk() 3378 unsigned int density, process, numbufs; onenand_check_features() local 3380 /* Lock scheme depends on density and process */ onenand_check_features() 3381 density = onenand_get_density(this->device_id); onenand_check_features() 3386 switch (density) { onenand_check_features() 3460 int vcc, demuxed, ddp, density, flexonenand; onenand_print_device_info() local 3465 density = onenand_get_density(device); onenand_print_device_info() 3471 (16 << density), onenand_print_device_info() 3556 int die, i, eraseshift, density; flexonenand_get_size() local 3560 density = onenand_get_density(this->device_id); flexonenand_get_size() 3561 blksperdie = ((loff_t)(16 << density) << 20) >> (this->erase_shift); flexonenand_get_size() 3685 int ret, density, blksperdie, old, new, thisboundary; flexonenand_set_boundary() local 3696 density = onenand_get_density(this->device_id); flexonenand_set_boundary() 3697 blksperdie = ((16 << density) << 20) >> this->erase_shift; flexonenand_set_boundary() 3823 int density; onenand_probe() local 3843 density = onenand_get_density(dev_id); onenand_probe() 3858 this->chipsize = (16 << density) << 20; onenand_probe() 3881 /* Set density mask. it is used for DDP */ onenand_probe()
|
/linux-4.1.27/mm/ |
H A D | zbud.c | 13 * While this design limits storage density, it has simple and deterministic 14 * reclaim properties that make it preferable to a higher density approach when 25 * zbud also provides an attractive lower bound on density. The ratio of zpages
|
H A D | workingset.c | 287 * cache pages, assuming a worst-case node population density count_shadow_nodes()
|
/linux-4.1.27/include/sound/ |
H A D | soc-dai.h | 35 #define SND_SOC_DAIFMT_PDM 7 /* Pulse density modulation */
|
/linux-4.1.27/include/linux/mtd/ |
H A D | onenand.h | 47 * @density_mask: chip density, used for DDP devices
|
/linux-4.1.27/include/scsi/ |
H A D | scsi.h | 372 __u8 density; /* device-specific density code */ member in struct:ccs_modesel_head
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 833 * Convert desired mpdu density from microeconds to bytes based ath_compute_num_delims() 838 * If there is no mpdu density restriction, no further calculation ath_compute_num_delims() 988 * density for this node. ath_tx_form_aggr() 1490 u8 density; ath_tx_aggr_start() local 1498 /* update ampdu factor/density, they may have changed. This may happen ath_tx_aggr_start() 1505 density = ath9k_parse_mpdudensity(sta->ht_cap.ampdu_density); ath_tx_aggr_start() 1506 an->mpdudensity = density; ath_tx_aggr_start()
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
H A D | rtl819x_HTProc.c | 607 pCapELE->MPDUDensity = 0; // no density HTConstructCapabilityElement() 711 * if both STA and AP set limitation of aggregation size to 32K, that is, set AMPDU density to 2 1035 // Set MPDU density to 2 to Realtek AP, and set it to 0 for others HTOnAssocRsp()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
H A D | fw-api-sta.h | 83 * @STA_FLG_AGG_MPDU_DENS_MSK: maximal MPDU density for Tx aggregation
|
/linux-4.1.27/arch/xtensa/kernel/ |
H A D | setup.c | 607 "density " c_show()
|
/linux-4.1.27/drivers/tty/serial/ |
H A D | netx-serial.c | 39 /* We've been assigned a range on the "Low-density serial ports" major */
|
H A D | max3100.c | 34 * The initial minor number is 209 in the low-density serial port:
|
H A D | sa1100.c | 44 /* We've been assigned a range on the "Low-density serial ports" major */
|
H A D | mpc52xx_uart.c | 57 /* We've been assigned a range on the "Low-density serial ports" major */
|
H A D | imx.c | 165 /* We've been assigned a range on the "Low-density serial ports" major */
|
H A D | mpsc.c | 309 * range on the "Low-density serial ports" major).
|
/linux-4.1.27/drivers/usb/wusbcore/ |
H A D | wa-hc.h | 225 struct edc dti_edc; /* DTI error density counter */
|
/linux-4.1.27/net/mac80211/ |
H A D | debugfs_sta.c | 308 p += scnprintf(p, sizeof(buf)+buf-p, "ampdu factor/density: %d/%d\n", sta_ht_capa_read()
|
H A D | ht.c | 118 /* Allow the user to increase AMPDU density. */ ieee80211_apply_htcap_overrides()
|
/linux-4.1.27/drivers/net/wireless/orinoco/ |
H A D | hw.c | 322 /* Get initial AP density */ orinoco_hw_read_card_settings() 560 /* Set AP density */ orinoco_hw_program_rids()
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
H A D | common.h | 688 * Maximal MPDU density for TX aggregation 689 * 4 - 2us density 690 * 5 - 4us density 691 * 6 - 8us density 692 * 7 - 16us density
|
/linux-4.1.27/drivers/block/ |
H A D | amiflop.c | 108 #define FD_DD_3 0xffffffff /* double-density 3.5" (880K) drive */ 109 #define FD_HD_3 0x55555555 /* high-density 3.5" (1760K) drive */ 110 #define FD_DD_5 0xaaaaaaaa /* double-density 5.25" (440K) drive */
|
/linux-4.1.27/drivers/lguest/x86/ |
H A D | switcher_32.S | 70 * the content density and led to some uniquely awful oblique rhymes:
|
/linux-4.1.27/drivers/hwspinlock/ |
H A D | hwspinlock_core.c | 43 * storage, especially with high density usages such as this framework
|
/linux-4.1.27/drivers/mtd/devices/ |
H A D | mtd_dataflash.c | 802 * size (it might be binary) even when we can tell which density jedec_probe()
|
/linux-4.1.27/drivers/mtd/nand/ |
H A D | diskonchip.c | 709 /* One more address cycle for higher density devices */ doc2001plus_command() 712 printk("high density\n"); doc2001plus_command()
|
H A D | mxc_nand.c | 880 /* One more address cycle for higher density devices */ mxc_do_addr_cycle()
|
H A D | nand_base.c | 3871 * Requirement (1) ensures we can correct for the required bitflip density. 3887 * the correction density. nand_ecc_strength_good()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | t3_hw.c | 3174 unsigned int width, density, slow, attempts; mc7_init() local 3184 density = G_DEN(val); mc7_init() 3205 V_REFCYC(p->RefCyc[density]) | V_BKCYC(p->BkCyc) | mc7_init() 3486 unsigned int density = G_DEN(cfg); mc7_calc_size() local 3487 unsigned int MBs = ((256 << density) * banks) / (org << width); mc7_calc_size()
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
H A D | rt2x00queue.h | 292 * @mpdu_density: MDPU density.
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
H A D | hostap_ioctl.c | 461 /* Set the desired AP density */ prism2_ioctl_siwsens() 483 /* Get the current AP density */ prism2_ioctl_giwsens()
|
/linux-4.1.27/drivers/mmc/core/ |
H A D | mmc.c | 381 /* Cards with density > 2GiB are sector addressed */ mmc_decode_ext_csd()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | si_dpm.c | 3146 u32 tmp, width, row, column, bank, density; si_is_special_1gb_platform() local 3162 density = (1 << (row + column - 20 + bank)) * width; si_is_special_1gb_platform() 3165 is_memory_gddr5 && is_special && (density == 0x400)) si_is_special_1gb_platform()
|
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
H A D | hal.h | 1218 /* Max Ampdu density. Used by RA. 3 : 0~7 : 2^(11nAMPDUdensity -4) */ 1333 /* Max Ampdu density. Used by RA. 3 : 0~7 : 2^(11nAMPDUdensity -4) */
|